[Home]

Summary:ASTERISK-07838: [patch] the call is hangup instead of playing the warning sound
Reporter:Kaloyan Kovachev (knk)Labels:
Date Opened:2006-09-29 03:51:49Date Closed:2006-11-15 15:36:28.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) fix.diff
Description:the problem was introduced with http://svn.digium.com/view/asterisk/trunk/main/channel.c?r1=43696&r2=43780 in both trunk and 1.4
the execution will never reach the next line after the change made at line 3786 and will allways stop the bridge without playing the warning
Comments:By: Kaloyan Kovachev (knk) 2006-09-29 04:08:54

and here is the fix. when checking for DTMF not the entire config is copied, but just some fields, so the multiple digits feature timeout fix will still work without breaking the warning sounds.



By: Serge Vecher (serge-v) 2006-09-29 12:15:35

assigning to file, since he worked on that commit. Thanks devicenode ;)

By: Joshua C. Colp (jcolp) 2006-10-18 16:27:30

I'm evil so I'll assign this to Russell since I just know he loves this code.

By: jmls (jmls) 2006-10-31 11:22:59.000-0600

and Russell bounced it straight back to file ..

By: Joshua C. Colp (jcolp) 2006-11-15 15:36:27.000-0600

Fixed in 1.4 as of revision 47707 and trunk as of revision 47708. Thanks!