[asterisk-bugs] [Asterisk 0016182]: Dial Option D() does not execute in parallel witb option A()

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Nov 5 09:42:39 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16182 
====================================================================== 
Reported By:                falves11
Assigned To:                mnicholson
====================================================================== 
Project:                    Asterisk
Issue ID:                   16182
Category:                   Applications/app_dial
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.27-rc2 
JIRA:                       SWP-364 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 219720 
Request Review:              
====================================================================== 
Date Submitted:             2009-11-04 14:59 CST
Last Modified:              2009-11-05 09:42 CST
====================================================================== 
Summary:                    Dial Option D() does not execute in parallel witb
option A()
Description: 
There is something not right. The D() option, is supposed to play some DTMF
to the calling party (D:1234567890), before bridging the call, after there
is a connect. This should be done right after a connect, and if the A()
option of a Macro is being executed, the D() option should be working
simultaneously with the A() option or the Macro. It does not. It works
after the Macro or the A() file  finishes executing, but since now we know
that there is a connect, it should go in parallel. If the D() option
finishes earlier than the Macro or the A() option, it should hold and wait
and the the connection should proceed as always.
====================================================================== 

---------------------------------------------------------------------- 
 (0113197) falves11 (reporter) - 2009-11-05 09:42
 https://issues.asterisk.org/view.php?id=16182#c113197 
---------------------------------------------------------------------- 
Please forget about the B() option. But the original problem is a bug,
since he D() must play right after the connect, and that is not happening.
It waits until the end of the A() option, without any valid business reason
for that. Both options must play at same time, otherwise the callee will
hang up the phone because there is a black out for the duration of the D()
option. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-11-05 09:42 falves11       Note Added: 0113197                          
======================================================================




More information about the asterisk-bugs mailing list