[Home]

Summary:ASTERISK-13216: Dial hangs up call immediately after answer
Reporter:wetwired (wetwired)Labels:
Date Opened:2008-12-15 02:13:40.000-0600Date Closed:2008-12-15 09:05:05.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:after updating svn 1.4 branch from revision 162926 to 164082, when I make calls using application Dial, they hang up after answer by called party.

****** ADDITIONAL INFORMATION ******

My dialplan string:
_1XX => Dial(SIP/${EXTEN},,tT);

And if I use call duration parameter everything works fine:
_1XX => Dial(SIP/${EXTEN},,tTS(900));
Comments:By: Digium Subversion (svnbot) 2008-12-15 09:05:04.000-0600

Repository: asterisk
Revision: 164204

U   branches/1.4/apps/app_dial.c

------------------------------------------------------------------------
r164204 | file | 2008-12-15 09:05:04 -0600 (Mon, 15 Dec 2008) | 4 lines

Can we try not to assign an unsigned int to -1?
(closes issue ASTERISK-13216)
Reported by: wetwired

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

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