summaryrefslogtreecommitdiff
path: root/main/bridge.c
AgeCommit message (Expand)Author
2016-08-13manager: Add <see-also> tags to relate Bridge related events,actions, and appsMatt Jordan
2016-04-26Merge changes from topic 'system_stress_patches' into 13Joshua Colp
2016-04-22Bridge system: Fix memory leaks and double frees on impart failure.Richard Mudgett
2016-04-22bridge_softmix.c: Fix crash if channel fails to join mixing tech.Richard Mudgett
2016-04-20bridge: Hold off more than one imparting channel at a time.Richard Mudgett
2016-03-03bridge.c: Crash during attended transfer when missing a local channel halfKevin Harwell
2016-02-29bridge_channel: Don't settle owed events on an optimization.Richard Mudgett
2015-12-02Unset BRIDGEPEER when leaving a bridgeJonathan Rose
2015-07-13bridge.c: Fixed race condition during attended transferKevin Harwell
2015-06-22bridge.c: Hangup attended transfer target if bridgedKevin Harwell
2015-04-16bridge.c: NULL app causes crash during attended transferKevin Harwell
2015-04-08Bridging: Eliminate the unnecessary make channel compatible with bridge opera...Richard Mudgett
2015-04-07bridge.c: Hangup attended transfer target after it has been swapped outKevin Harwell
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-02-11HTTP: Stop accepting requests on final system shutdown.Richard Mudgett
2015-01-29stasis transfer: fix stasis bridge push race part twoScott Griepentrog
2015-01-22Bridge core: Pass a ref with the swap channel when joining a bridge.Richard Mudgett
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2014-11-24DTMF hooks: Leaving channels need to push any collected digits into the bridge.Richard Mudgett
2014-11-14Fix race condition that could result in ARI transfer messages not being sent.Mark Michelson
2014-10-28main/bridge: Destroy features struct on off nominal path during bridge impartMatthew Jordan
2014-10-10bridge: During a smart bridge operation provide a more complete bridge to the...Joshua Colp
2014-08-20chan_pjsip: Update media translation paths when new SDP negotiated.Richard Mudgett
2014-08-20Stasis: Add information to blind transfer eventKinsey Moore
2014-08-07Ensure bridges exist when trying to determine bridged parties when publishing...Mark Michelson
2014-08-07Stasis: Convey transfer information to applicationsKinsey Moore
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-25bridge: Make "bridge destroy" only available in developer mode and add "all" ...Joshua Colp
2014-07-24accountcode: Slightly change accountcode propagation.Richard Mudgett
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-26Bridging: Allow channels to define bridging hooksKinsey Moore
2014-06-19Fix build warnings with TEST_FRAMEWORK enabledKinsey Moore
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-22res_pjsip_refer: Fix bugs involving Parking/PJSIP/transfersJonathan Rose
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-28Bridging: Don't lock NULL bridgesKinsey Moore
2014-04-11bridging: Ensure locking during snapshot creationKinsey Moore
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-17bridging: Give bridges a name and a known creatorJonathan Rose
2013-12-16transfers: Fix bug setting both BLINDTRANSFER and ATTENDEDTRANSFERJonathan Rose
2013-12-13Transfers: Make Asterisk set ATTENDEDTRANSFER/BLINDTRANSFER more reliablyJonathan Rose
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-11-01Manager: Add equivalent AMI actions for the bridge CLI commands.Scott Griepentrog
2013-10-22Bridging: Fix orphaned bridge if neither of the joining channels can join.Richard Mudgett
2013-10-18Resolve some memory leaks due to incorrect for loop / ao2 ref usage.Mark Michelson
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
2013-09-13Restore Dial, Queue, and FollowMe 'I' option support.Richard Mudgett
2013-09-12CLI bridge: Fix "bridge destroy <id>" and "bridge kick <id> <chan>" tab compl...Richard Mudgett