[asterisk-bugs] [Asterisk 0017106]: No progress playing a sound after hangup
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Mar 28 10:14:33 CDT 2010
The following issue has been SUBMITTED.
======================================================================
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: major
Priority: normal
Status: new
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-28 10:14 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-28 10:14 smurfix New Issue
2010-03-28 10:14 smurfix Asterisk Version => 1.6.2.6
2010-03-28 10:14 smurfix Regression => No
2010-03-28 10:14 smurfix SVN Branch (only for SVN checkouts, not tarball
releases) => 1.6.2
======================================================================
More information about the asterisk-bugs
mailing list