summaryrefslogtreecommitdiff
path: root/main/core_local.c
AgeCommit message (Expand)Author
2018-03-13core: Remove non-critical cleanup from startup aborts.Corey Farrell
2017-06-21core_local: local channel data not being properly unref'ed and unlockedKevin Harwell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-03-03bridge.c: Crash during attended transfer when missing a local channel halfKevin Harwell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Fix compile errors caused by r4500 / r4501.Corey Farrell
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
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-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-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-09-13Restore Dial, Queue, and FollowMe 'I' option support.Richard Mudgett
2013-09-06core_local: Fix LocalOptimizationBegin AMI event missing Source channel snaps...Richard Mudgett
2013-08-22Massively clean up app_queue.Mark Michelson
2013-08-01Fix documentation replication issuesKinsey Moore
2013-07-25A great big renaming patchMatthew Jordan
2013-07-08Create Local channel messages on the Stasis message bus and produce AMI eventsMatthew Jordan
2013-07-01Refactor extraneous channel eventsKinsey Moore
2013-06-05Make local channels use ast_channel_move() instead of the inlined version.Richard Mudgett
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett