summaryrefslogtreecommitdiff
path: root/main/channel_internal_api.c
AgeCommit message (Expand)Author
2013-10-03Remove publication of a channel snapshot when the technology is setMatthew Jordan
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-08-23Handle DTMF and hold wrapup when a channel leaves the bridging system.Richard Mudgett
2013-08-08Remove some resolved or obsolete BUGBUG comments.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-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-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-05Fixed a consistency problem with channel snapshot and endpoint state.David M. Lee
2013-05-31Remove ast_channel_bridge() and associated code called only by it.Richard Mudgett
2013-05-23This patch implements the REST API's for POST /channels/{channelId}/playDavid M. Lee
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-08Initial support for endpoints.David M. Lee
2013-04-08Add multi-channel Stasis messages; refactor Dial AMI events to StasisMatthew Jordan
2013-03-25Move NewCallerid, HangupRequest and SoftHangupRequest to StasisDavid M. Lee
2013-03-15Take advantage of the fact that stasis_unsubscribe now returns NULLKinsey Moore
2013-03-08Ensure dummy channels get a stasis topic.David M. Lee
2013-03-08This patch adds a new message bus API to Asterisk.David M. Lee
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-11-06Fix stuck DTMF when bridge is broken.Richard Mudgett
2012-08-10Add private representation of caller, connected and redirecting party ids.Richard Mudgett
2012-08-07Add named callgroups/pickupgroupsMatthew Jordan
2012-07-20Add hangupcause translation supportKinsey Moore
2012-07-19CallID Logging: Remove new line/carriage return from callID change test eventJonathan Rose
2012-07-18callid logging: Issue test events when the callid is changed for a channelJonathan Rose
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-29Remove obsolete struct ast_channel note.Richard Mudgett
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-05Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHEREKinsey Moore
2012-05-22Fix race condition for CEL LINKEDID_END eventTerry Wilson
2012-05-17logger: Adds additional support for call id logging and chan_sip specific stuffJonathan Rose
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-23Revert some apparently accidental spacing changes.Richard Mudgett
2012-02-22Rename ast_channel_emulate_dtmf_digit* funcsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson