summaryrefslogtreecommitdiff
path: root/main/bridging.c
AgeCommit message (Expand)Author
2013-06-29Tweak after bridge callback reason to string strings.Richard Mudgett
2013-06-29Fix after bridge callback datastore data memory leak.Richard Mudgett
2013-06-28Promote local channel optimizing debug messages to verbose 3 messages.Richard Mudgett
2013-06-28Add stasis publications for blind and attended transfers.Mark Michelson
2013-06-28Better handle parking in CDRsMatthew Jordan
2013-06-27Change the name of some local variables in bridging.c to reflect what they re...Richard Mudgett
2013-06-26func_channel: Read/Write after_bridge_goto optionJonathan Rose
2013-06-26Fix several problems with ast_bridge_add_channel().Richard Mudgett
2013-06-25res_parking: Add Parking manager action to the new parking systemJonathan Rose
2013-06-21Extract a useful routine from the softmix bridge technology.Richard Mudgett
2013-06-21Add channel optimization interaction with frame hooks BUGBUG comments.Richard Mudgett
2013-06-21Change several bridge functions to return error status.Richard Mudgett
2013-06-20Fix potential bridge hook resource leak if the hook install fails.Richard Mudgett
2013-06-18Bridging: Fix crash on destruction of a partially constructed bridge.Richard Mudgett
2013-06-18Add some safety cleanup for a failed push into a bridge.Richard Mudgett
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-14Publish bridge snapshots more oftenKinsey Moore
2013-06-11Remove incorrect comment about local channel optimization occurring when perf...Mark Michelson
2013-06-08Add more support for native bridging.Richard Mudgett
2013-06-08Fix a crash when a bridge switches from the softmix bridge technology to anot...Richard Mudgett
2013-06-07Rework stasis cache clear eventsKinsey Moore
2013-06-06Reimplement bridging and DTMF features related channel variables in the bridg...Richard Mudgett
2013-06-06Refactor the features configuration scheme.Mark Michelson
2013-06-06* Fix a couple missed hook installs that need AST_BRIDGE_HOOK_REMOVE_ON_PULL.Richard Mudgett
2013-06-06Parking: Enable code responsible for intercepting park exten transfersJonathan Rose
2013-06-06Misc core external attended transfer fixes.Richard Mudgett
2013-06-05Remove remaining traces of remove_on_pull from hooks and hook APIs.Mark Michelson
2013-06-05Change the remove_on_pull flag on ast_bridge_hook to be a set of flags.Mark Michelson
2013-05-31Fixup hold/unhold with attended and blind transfers.Richard Mudgett
2013-05-30Avoid unnecessary cleanups during immediate shutdownDavid M. Lee
2013-05-28Add missing NULL check to acquire_bridge() function.Mark Michelson
2013-05-28Adds support for a core attended transfer function plus adds some hiding of m...Mark Michelson
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-03-04Fixup some bridge and format capabilities comments and whitespace.Richard Mudgett
2013-01-25Misc bridge code improvementsRichard Mudgett
2013-01-25More trivial bridge code cleanup.Richard Mudgett
2013-01-21Better protect bridge_channel state from other threads.Richard Mudgett
2013-01-21Extract common bridging code into bridge_stop() and bridge_force_out_all().Richard Mudgett
2013-01-21Made some bridging API calls void. Some bridging comments updated.Richard Mudgett
2013-01-21Trivial bridge code cleanup.Richard Mudgett
2013-01-15Fix ast_bridge_features_register() not registering builtin features. I broke....Richard Mudgett
2013-01-09Trivial misc bridge code changes.Richard Mudgett
2012-07-06Fix bridging thread leak.Mark Michelson
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-13Fix crash from bridge channel hangup race condition in ConfBridgeMatthew Jordan
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson