[asterisk-dev] [Code Review] 4322: app_bridge: return to next dialplan priority

Scott Griepentrog reviewboard at asterisk.org
Fri Jan 9 15:45:06 CST 2015


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4322/
-----------------------------------------------------------

(Updated Jan. 9, 2015, 3:45 p.m.)


Status
------

This change has been marked as submitted.


Review request for Asterisk Developers.


Changes
-------

Committed in revision 430467


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/20150109/55c9be95/attachment.html>


More information about the asterisk-dev mailing list