----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4057/ -----------------------------------------------------------
(Updated Oct. 9, 2014, 6:16 p.m.) Review request for Asterisk Developers. Repository: Asterisk Description ------- Right now when a smart bridge operation occurs the bridge provided to the old technology is full of lies. This has the result of making technology implementations more complex because they can't assume the bridge is truthful, resulting in them storing more state than is needed or having additional code paths. The attached change makes the bridge provided to the old technology truthful. The bridge will contain all the channels that are actually in the old bridge instead of none. As a result the bridge_native_rtp module can be made a bit dumber and slimmed down. This makes the smart bridge operation, to the old technology, a series of normal leave calls. Diffs (updated) ----- /branches/12/main/bridge.c 424850 /branches/12/bridges/bridge_native_rtp.c 424850 Diff: https://reviewboard.asterisk.org/r/4057/diff/ Testing ------- Performed calls and ran tests. Thanks, Joshua Colp
-- _____________________________________________________________________ -- 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