summaryrefslogtreecommitdiff
path: root/main/channel_internal_api.c
AgeCommit message (Expand)Author
2017-07-05core: Remove 'Data Retrieval API'Sean Bright
2017-05-03bridge_simple: Added support for streamsKevin Harwell
2017-04-27stream: Make ast_stream_topology_create_from_format_cap() allow NULL cap.Richard Mudgett
2017-04-24core: Use eventfd for alert pipes on Linux when possibleSean Bright
2017-03-27channel: Remove old epoll support and fixed max number of file descriptors.Joshua Colp
2017-03-01stream: Unit tests for stream read and tweaks frameworkGeorge Joseph
2017-02-23channel: Add support for writing to a specific stream.Joshua Colp
2017-02-16stream: Rename creates/destroys to allocs/freesGeorge Joseph
2017-02-14stream: Add stream topology to channelGeorge Joseph
2017-02-02Frame deferral: Revert API refactoring.Richard Mudgett
2016-12-14MESSAGE: Flush Message/ast_msg_queue channel alert pipe.Richard Mudgett
2016-11-14Revert "Revert "Add API for channel frame deferral.""George Joseph
2016-11-10Revert "Add API for channel frame deferral."George Joseph
2016-11-08Add API for channel frame deferral.Mark Michelson
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-20ARI: Detect duplicate channel IDsMark Michelson
2016-02-29channel api: Create is_t38_active accessor functions.Richard Mudgett
2015-07-01Channel alert pipe: improve diagnostic error returnScott Griepentrog
2015-04-27Astobj2: Allow reference debugging to be enabled/disabled by config.Corey Farrell
2015-04-21Check for ao2_alloc failure in __ast_channel_internal_alloc.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2014-12-08Stasis: Fix StasisStart/End order and missing eventsKinsey Moore
2014-08-14channel_internal_api.c: Replace some code with ao2_replace().Richard Mudgett
2014-08-13Bridges: Fix feature interruption/unintended kick caused by external actionsJonathan Rose
2014-07-22ARI: Fix endpoint/channel subscription issues; allow for subscriptions to techMatthew Jordan
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-15channel_internal_api: Publish a snapshot change when linkedids changeMatthew Jordan
2014-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-03-20assigned-uniqueids: Miscellaneous cleanup and fixes.Richard Mudgett
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
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