summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2015-02-11Enable REF_DEBUG for ast_module_ref / ast_module_unref.Corey Farrell
2015-01-06bridge_native_rtp: Change local/remote message from debug/2 to verb/4George Joseph
2014-11-09bridge_native_rtp: Fix T.38 issues with remote bridgesMatthew Jordan
2014-10-28bridge_builtin_features: Add missing channel locks around ast_get_chan_featur...Richard Mudgett
2014-10-17bridge_native_rtp: Fix audio issues when moving from remote bridge to softmixMatthew Jordan
2014-10-10bridge: During a smart bridge operation provide a more complete bridge to the...Joshua Colp
2014-09-18bridge_softmix.c: Made use ao2_replace() instead of the inline equivalent.Richard Mudgett
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-18Channels: Masquerades to automatically move frame/audio hooksJonathan Rose
2014-06-08bridges/bridge_native_rtp: Reconfigure bridge on removal of framehookMatthew Jordan
2014-06-01bridge_native_rtp: Take the bridge type choice of both channels into account.Joshua Colp
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-19Undo r414123Matthew Jordan
2014-05-18bridge_native_rtp/bridge_channel: Fix direct media issues due to frame hookMatthew Jordan
2014-05-11framehooks: Add callback for determining if a hook is consuming frames of a s...Joshua Colp
2014-05-11Undoing framehook support. Issues were uncovered by Bamboo.Joshua Colp
2014-05-10framehooks: Add callback for determining if a hook is consuming frames of a s...Joshua Colp
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-15(mix)monitor: Add options to enable a periodic beepRussell Bryant
2014-03-17Fix stuck channel in ARI through the introduction of synchronous bridge actions.Mark Michelson
2014-03-05bridge_native_rtp: Fix crash involving masqueradeKinsey Moore
2013-12-13bridge_native_rtp: Deadlock during 4-way conference creationKevin Harwell
2013-10-29bridge_native_rtp: Ensure bridge is torn downKinsey Moore
2013-10-11Softmix: Fix crash when switching from softmix to another bridge technology.Richard Mudgett
2013-10-03Fix assumption in bridge_native_rtp.c regarding number of participants in a b...Mark Michelson
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-09-27Fix refleaks of ast_rtp_instance structures.Mark Michelson
2013-09-18Add a WARNING in bridge_softmix when a timing module isn't loadedMatthew Jordan
2013-08-23bridge_native_rtp: Fix hold chain bugs caused by native RTP bridge framehookJonathan Rose
2013-08-23Handle DTMF and hold wrapup when a channel leaves the bridging system.Richard Mudgett
2013-08-22Minor tweaks with ast_moh_start() callers.Richard Mudgett
2013-08-22Bridge API: Set a cause code on a channel when it is ejected from a bridge.Richard Mudgett
2013-08-21Fix several interrelated issues dealing with the holding bridge technology.Richard Mudgett
2013-08-15Resolve some BUGBUG comments.Richard Mudgett
2013-08-09bridge_native_rtp: Remove some unnecessary NULL checks on c1.Richard Mudgett
2013-08-05bridge_holding: Add suspsend/unsuspend callbacksJonathan Rose
2013-07-31Fix hold/unhold in bridge_native_rtp, use tech_pvt instead of bridge_pvt, red...Joshua Colp
2013-07-26Remove the unsafe bridge parameter from ast_bridge_hook_callback's.Richard Mudgett
2013-07-26Improved feature limits interval hook implementaion.Richard Mudgett
2013-07-25RevisionRichard Mudgett
2013-07-25A great big renaming patchMatthew Jordan
2013-07-25Move after bridge callbacks into their own fileMatthew Jordan
2013-07-24Update bridge_channel refactorings; export bridge_ symbolMatthew Jordan
2013-07-24Add missing line terminator to debug message.Richard Mudgett
2013-07-24Perform the initial renaming of the Bridging APIMatthew Jordan
2013-07-23Fix a check in bridge_native_rtp which determined if attaching the framehook ...Joshua Colp
2013-07-23Add some debug messages to make it clear what RTP bridging functionality is i...Joshua Colp
2013-07-23Fix some logic so native RTP bridge will occur when monitor, audiohooks, or f...Joshua Colp
2013-07-23Pull softmix bridge parameters into a sub structure.Richard Mudgett
2013-07-23Restore chan_dahdi native bridging and PRI tromboned call elimination.Richard Mudgett