[asterisk-bugs] [Asterisk 0018585]: [patch] AMI redirect from meetme - calls fail
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jan 20 17:16:12 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18585
======================================================================
Reported By: oej
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18585
Category: Channels/General
Reproducibility: always
Severity: minor
Priority: normal
Status: confirmed
Asterisk Version: SVN
JIRA: SWP-2893
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 300917
Request Review:
======================================================================
Date Submitted: 2011-01-07 08:48 CST
Last Modified: 2011-01-20 17:16 CST
======================================================================
Summary: [patch] AMI redirect from meetme - calls fail
Description:
Possibly related to bug https://issues.asterisk.org/view.php?id=18230 and review
https://reviewboard.asterisk.org/r/1013/
Two calls in a meetme.
Issue a redirect to get one call out to the dialplan - play a prompt
there.
The call hangs up with no prompt played. The PBX jumps to the dialplan and
executes entries, but playback and wait fails
If you have a normal call and a normal PBX bridge, it works.
Testing with Asterisk 1.4 rev 300917
This has been working in earlier releases. I strongly suspect the changes
in the above commits to have changed something.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0018230 [regression] Redirect function (over co...
has duplicate 0018612 Redirect channels FROM Meetme causes ha...
======================================================================
----------------------------------------------------------------------
(0130826) russell (administrator) - 2011-01-20 17:16
https://issues.asterisk.org/view.php?id=18585#c130826
----------------------------------------------------------------------
It took me a bit to understand how removing ast_check_hangup() fixed it,
but once I figured it out, I made a change at a deeper level to solve the
issue. Basically, softhangup was being set as intended which causes
app_meetme to exit when desired, but there was code that aborts the hangup
process in the case of an async goto which did not fully take into account
some newer changes to how a softhangup is processed.
https://reviewboard.asterisk.org/r/1082/
Issue History
Date Modified Username Field Change
======================================================================
2011-01-20 17:16 russell Note Added: 0130826
======================================================================
More information about the asterisk-bugs
mailing list