summaryrefslogtreecommitdiff
path: root/main/bridge.c
AgeCommit message (Expand)Author
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
2013-09-12astobj2: Register the bridges container for debug inspection.Richard Mudgett
2013-08-23Handle DTMF and hold wrapup when a channel leaves the bridging system.Richard Mudgett
2013-08-22Bridge API: Set a cause code on a channel when it is ejected from a bridge.Richard Mudgett
2013-08-22Massively clean up app_queue.Mark Michelson
2013-08-22Update BUGBUG comment.Richard Mudgett
2013-08-21Deferred some more BUGBUG comments to a JIRA issue or XXX comment.Richard Mudgett
2013-08-21Fix several interrelated issues dealing with the holding bridge technology.Richard Mudgett
2013-08-19Update BUGBUG comment.Richard Mudgett
2013-08-19attended transfers: Fix a bug affecting external blond transfersJonathan Rose
2013-08-17Allow res_parking to be unloadableKinsey Moore
2013-08-16Fix CLI "bridge kick <bridge> <channel>" to check if the bridge needs dissolv...Richard Mudgett
2013-08-15Changed some BUGBUG tags to associated JIRA issue tags.Richard Mudgett
2013-08-15Resolve some BUGBUG comments.Richard Mudgett
2013-08-15Fix feature_attended_transfer testKinsey Moore
2013-08-12Fix two race conditions and ref counting issue when joining a bridgeMatthew Jordan
2013-08-08Remove some resolved or obsolete BUGBUG comments.Richard Mudgett
2013-08-08Prevent unreal channels from optimizing during DTMF emulationKinsey Moore
2013-08-02Remove dead code from features.c; refactor pickup code into pickup.cMatthew Jordan
2013-08-01Support externally initiated parking requests; remove some dead codeMatthew Jordan
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
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-26Add name argument to BridgeWait() so multiple holding bridges may be usedJonathan Rose
2013-07-25A great big renaming patchMatthew Jordan