[asterisk-bugs] [Asterisk 0018509]: [patch] Sending out unnecessary PROCEEDING messages breaks overlap dialing

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Jan 25 11:31:22 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18509 
====================================================================== 
Reported By:                wimpy
Assigned To:                rmudgett
====================================================================== 
Project:                    Asterisk
Issue ID:                   18509
Category:                   Channels/chan_dahdi
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-12-21 02:30 CST
Last Modified:              2011-01-25 11:31 CST
====================================================================== 
Summary:                    [patch] Sending out unnecessary PROCEEDING messages
breaks overlap dialing
Description: 
chan_dahdi sends out a PROCEEDING message as soon as a call has a match in
the dialplan.
I think sending this message is unnecessary and can be harmful.
I think it should only be sent when Dial() is called with a definitive
destination.

So far I thought chan_dahdi was unable to do outgoing overlap dialing, but
I just found out that it does, but sabotages itself.

If you have an
exten => _N!,1,Dial(dahdi/g1/${EXTEN})
and use overlap dialing, the trouble is that you get a PROCEEDING after
you dialed the first digit which will tell the phone that dialing has
finished.

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0016789 [patch] Overlap receiving timeout, plus...
has duplicate       0017085 [patch] [regression] Overlap dialing to...
====================================================================== 

---------------------------------------------------------------------- 
 (0131022) svnbot (reporter) - 2011-01-25 11:31
 https://issues.asterisk.org/view.php?id=18509#c131022 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 303747

U   branches/1.4/main/pbx.c

------------------------------------------------------------------------
r303747 | rmudgett | 2011-01-25 11:31:19 -0600 (Tue, 25 Jan 2011) | 9
lines

Backport the Proceeding application.

Added in trunk -r129399.

Enable the workaround for issue https://issues.asterisk.org/view.php?id=17085
and https://issues.asterisk.org/view.php?id=18509.

(issue https://issues.asterisk.org/view.php?id=17085)
(issue https://issues.asterisk.org/view.php?id=18509)

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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-25 11:31 svnbot         Checkin                                      
2011-01-25 11:31 svnbot         Note Added: 0131022                          
======================================================================




More information about the asterisk-bugs mailing list