summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
AgeCommit message (Expand)Author
2014-01-27Protect ast_filestream object when on a channelRussell Bryant
2013-12-19Fix a deadlock that occurred due to a conflict of masquerades.Mark Michelson
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-13bridge_native_rtp: Deadlock during 4-way conference creationKevin Harwell
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-10-18Add channel lock protection around translation path setup.Richard Mudgett
2013-10-11channel.h: whitespace changes.Richard Mudgett
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
2013-08-23Handle DTMF and hold wrapup when a channel leaves the bridging system.Richard Mudgett
2013-08-15Remove some dead code dealing with: AST_BRIDGE_REC_CHANNEL_0, AST_BRIDGE_REC_...Richard Mudgett
2013-08-15Remove unsupported channel technology callbacks.Richard Mudgett
2013-08-08Hide the Surrogate channels from external consumers; kill Masquerade eventsMatthew Jordan
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-24Perform the initial renaming of the Bridging APIMatthew Jordan
2013-07-19Extract a repeated test into ast_channel_has_audio_frame_or_monitor().Richard Mudgett
2013-07-19Filter channels used as internal mechanismsKinsey Moore
2013-07-18Fixup doxygen on ast_hangup().Richard Mudgett
2013-07-18ARI: Add support for suppressing media streams.Jason Parker
2013-07-17Change ast_hangup() to return void and be NULL safe.Richard Mudgett
2013-07-12Add support to the bridging core for performing COLP updates when channels jo...Joshua Colp
2013-07-08Refactor operations to access the stasis cache instead of objects directly wh...Joshua Colp
2013-07-07Handle hangup logic in the Stasis message bus and consumers of Stasis messagesMatthew Jordan
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-07-04res_parking: Replace Parker snapshots with ParkerDialStringJonathan Rose
2013-07-03ARI - channel recording supportDavid M. Lee
2013-07-01bridge_features: Support One touch Monitor/MixMonitorJonathan Rose
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-13Add support for requiring that all queued messages on a caching topic have be...Joshua Colp
2013-06-06Refactor the features configuration scheme.Mark Michelson
2013-05-31Remove ast_channel_bridge() and associated code called only by it.Richard Mudgett
2013-05-28Adds support for a core attended transfer function plus adds some hiding of m...Mark Michelson
2013-05-24Split Hold event into Hold/Unhold, and move it into core.Jason Parker
2013-05-23This patch adds support for controlling a playback operation from theDavid M. Lee
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-04-08Add multi-channel Stasis messages; refactor Dial AMI events to StasisMatthew Jordan
2013-03-28Break the world. Stasis message type accessors should now all be named correc...Kinsey Moore
2013-03-27Added a doxygen group for Stasis messages and topicsDavid M. Lee
2013-03-25Move NewCallerid, HangupRequest and SoftHangupRequest to StasisDavid M. Lee
2013-03-22Move more channel events to Stasis; move res_json.c to main/json.c.David M. Lee
2013-03-08This patch adds a new message bus API to Asterisk.David M. Lee
2013-02-09Make ast_do_masquerade() a void function.Richard Mudgett
2013-01-31Make CHECK_BLOCKING() debug message more useful.Richard Mudgett
2013-01-02Fix AMI redirect action with two channels failing to redirect both channels.Richard Mudgett
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-11-06Fix stuck DTMF when bridge is broken.Richard Mudgett
2012-09-25Allow for redirecting reasons to be set to arbitrary strings.Mark Michelson