summaryrefslogtreecommitdiff
path: root/bridges/bridge_native_rtp.c
AgeCommit message (Expand)Author
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-07-09bridge_native_rtp.c: Don't start native RTP bridging after attended transfer.Joshua Colp
2015-04-09bridge_native_rtp.c: Defer allocation and check if it fails in native_rtp_bri...Richard Mudgett
2015-04-08Bridging: Eliminate the unnecessary make channel compatible with bridge opera...Richard Mudgett
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-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-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-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-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-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-08-23bridge_native_rtp: Fix hold chain bugs caused by native RTP bridge framehookJonathan Rose
2013-08-09bridge_native_rtp: Remove some unnecessary NULL checks on c1.Richard Mudgett
2013-07-31Fix hold/unhold in bridge_native_rtp, use tech_pvt instead of bridge_pvt, red...Joshua Colp
2013-07-25A great big renaming patchMatthew Jordan
2013-07-24Add missing line terminator to debug message.Richard Mudgett
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-19Extract a repeated test into ast_channel_has_audio_frame_or_monitor().Richard Mudgett
2013-06-21Extract a useful routine from the softmix bridge technology.Richard Mudgett
2013-06-12Fix memory leaks in stasis_channels and bridge_native_rtpMatthew Jordan
2013-06-11bridge_native_rtp: Fix native bridge tech being incompatible when it should be.Jonathan Rose
2013-06-11bridge_native_rtp: Fix possible segfaults on leaves/joinsJonathan Rose
2013-06-04Add BUGBUG comment.Richard Mudgett
2013-06-04Simple lock, assignment, unlock sandwich optimization.Richard Mudgett
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett