summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
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
2013-07-23Make DTMF attended transfer support feature-complete.Mark Michelson
2013-07-19Extract a repeated test into ast_channel_has_audio_frame_or_monitor().Richard Mudgett
2013-07-18bridge_holding/app_bridgewait: Add new entertainment optionsJonathan Rose
2013-07-16Simplify bridge_simple chan join code.Richard Mudgett
2013-07-04res_parking: Replace Parker snapshots with ParkerDialStringJonathan Rose
2013-07-03OneTouchRecord: Make so Monitor/MixMonitor can be toggled/started/stopped.Richard Mudgett
2013-07-01bridge_features: Support One touch Monitor/MixMonitorJonathan Rose
2013-06-28Add stasis publications for blind and attended transfers.Mark Michelson
2013-06-21Extract a useful routine from the softmix bridge technology.Richard Mudgett
2013-06-21Change several bridge functions to return error status.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-08Fix a crash when a bridge switches from the softmix bridge technology to anot...Richard Mudgett