[asterisk-bugs] [Asterisk 0017106]: No progress playing a sound after hangup
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Jun 4 10:14:45 CDT 2011
The following issue has been set PARENT OF issue 0018028.
======================================================================
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: SWP-1185
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: 2011-06-04 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.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
parent of 0018028 [patch] Exceptionally long queue length...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-06-04 10:14 lmadsen Relationship added parent of 0018028
======================================================================
More information about the asterisk-bugs
mailing list