[Home]

Summary:ASTERISK-11253: [patch] sending_complete on overlap span not handled correctly
Reporter:klaus3000 (klaus3000)Labels:
Date Opened:2008-01-17 08:31:47.000-0600Date Closed:2008-02-20 16:07:02.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_zap
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) sending_complete_overlap_asterisk-1.4.17.patch.txt
Description:Hi!

When using PRI with overlap dialing (e.g. Austria) chan_zap is configured with overlapdial=yes. This causes chan_zap to wait for additional digits after the initial SETUP message. But this waiting is not necessary if the incoming SETUP message has the SENDING_COMPLETE IE.

Attached patch fixes this.
Comments:By: Digium Subversion (svnbot) 2008-02-20 16:04:43.000-0600

Repository: asterisk
Revision: 103953

U   branches/1.4/channels/chan_zap.c

------------------------------------------------------------------------
r103953 | file | 2008-02-20 16:04:42 -0600 (Wed, 20 Feb 2008) | 6 lines

Don't wait for additional digits when overlap dialing is enabled if the setup message contains the sending_complete information element.
(closes issue ASTERISK-11253)
Reported by: klaus3000
Patches:
     sending_complete_overlap_asterisk-1.4.17.patch.txt uploaded by klaus3000 (license 65)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=103953

By: Digium Subversion (svnbot) 2008-02-20 16:07:02.000-0600

Repository: asterisk
Revision: 103954

_U  trunk/
U   trunk/channels/chan_zap.c

------------------------------------------------------------------------
r103954 | file | 2008-02-20 16:07:01 -0600 (Wed, 20 Feb 2008) | 14 lines

Merged revisions 103953 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r103953 | file | 2008-02-20 18:06:59 -0400 (Wed, 20 Feb 2008) | 6 lines

Don't wait for additional digits when overlap dialing is enabled if the setup message contains the sending_complete information element.
(closes issue ASTERISK-11253)
Reported by: klaus3000
Patches:
     sending_complete_overlap_asterisk-1.4.17.patch.txt uploaded by klaus3000 (license 65)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=103954