----------------------------------------------------------- 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
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev