[asterisk-dev] [Code Review] 4322: app_bridge: return to next dialplan priority
Scott Griepentrog
reviewboard at asterisk.org
Wed Jan 7 17:10:21 CST 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4322/
-----------------------------------------------------------
Review request for Asterisk Developers.
Bugs: ASTERISK-24637
https://issues.asterisk.org/jira/browse/ASTERISK-24637
Repository: Asterisk
Description
-------
When app_bridge grabs a channel to put in a bridge, it should allow it to continue executing dialplan after the bridge ends. Although the current dialplan is stored as an after bridge goto on the channel, it was executing the same priority of dialplan again rather than going to the next priority.
This change replaces the "specific" version of bridge_set_after_goto with bridge_set_after_go_on to allow the dialplan execution to naturally flow to the next priority.
Diffs
-----
/branches/13/main/features.c 430220
Diff: https://reviewboard.asterisk.org/r/4322/diff/
Testing
-------
Testsuite test that caught problem now passes. I also ran the bridge_baseline and other bridge tests to insure they passed.
Thanks,
Scott Griepentrog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20150107/7fa33044/attachment.html>
More information about the asterisk-dev
mailing list