[asterisk-bugs] [Asterisk 0017106]: No progress playing a sound after hangup

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Mar 31 09:13:11 CDT 2010


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17106 
====================================================================== 
Reported By:                smurfix
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17106
Category:                   Channels/chan_iax2
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           1.6.2.6 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-03-28 10:14 CDT
Last Modified:              2010-03-31 09:13 CDT
====================================================================== 
Summary:                    No progress playing a sound after hangup
Description: 
The setup:
* an IAX call gets connected to SIP
  (this does not happen when a SIP call arrives for the same extension)
* the called party hangs up
* the caller is supposed to hear two beeps and a goodbye message.
  extensions.ael says:
  
h => {
                Noop(${CNR});
                if("${CNR}" = "*18") {
                        Playback(beep);
                        Wait(0.5);
                        Playback(beep);
                        Playback(/var/local/asterisk/tschuess);
[...]

However, nothing happens after the first beep, until the caller hangs up.

I have verified that this only happens for incoming IAX2 calls. Incoming
SIP or whatever (I did try a couple) channels are not affected.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-03-31 09:13 lmadsen        Description Updated                          
2010-03-31 09:13 lmadsen        Additional Information Updated                  
 
======================================================================




More information about the asterisk-bugs mailing list