summaryrefslogtreecommitdiff
path: root/main/stasis_channels.c
AgeCommit message (Expand)Author
2017-12-28stasis_channels.c: Misc cleanup.Richard Mudgett
2017-12-11stasis_channels.c: Don't set channel snapshot caller_dnid twice.Richard Mudgett
2017-11-06stasis_channels.c: Remove a very silly RAII_VAR().Richard Mudgett
2017-02-03res_ari: fix memory leak for channelvarsSebastien Duthil
2016-11-14res_ari: Add support for channel variables in ARI events.Sebastien Duthil
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-05-31Expand the scope of Dial EventsMark Michelson
2016-05-23Bridging: introduce "invisible" bridges.Mark Michelson
2015-12-16json: Audit ast_json_* usage for thread safety.Joshua Colp
2015-06-08AMI: Escape string values.Kevin Harwell
2015-05-05stasis: Fix dial masquerade datastore lifetimeJoshua Colp
2015-04-30Prevent potential crash on blond transfer.Mark Michelson
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-07ARI: Add the ability to intercept hold and raise an eventMatthew Jordan
2015-03-10core: Don't create snapshots with locks.Joshua Colp
2015-01-30Fix some memory leaks.Mark Michelson
2014-12-09ARI/AMI: Include language in standard channel snapshot outputKevin Harwell
2014-12-08Add new AMI and ARI events for connected line changes on a channel.Mark Michelson
2014-10-14stasis_channels.c: Resolve unfinished Dials when doing masquerades (Part 2)Richard Mudgett
2014-09-19Stasis_channels: Resolve unfinished Dials when doing masqueradesJonathan Rose
2014-08-18Improve call forwarding reporting, especially with regards to ARI.Matthew Jordan
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-06-18stasis_channels: Update the stasis cache if manager variables are neededMatthew Jordan
2014-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-05-30TALK_DETECT: A channel function that raises events when talking is detectedMatthew Jordan
2014-05-22ARI: Add ability to raise arbitrary User EventsScott Griepentrog
2014-04-18app_dial and app_queue: Make lock the forwarding channel while taking the cha...Richard Mudgett
2014-04-15Eliminate some more unnecessary RAII_VAR() uses.Richard Mudgett
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-04-01stasis_channels.c: Eliminate another overuse of RAII_VAR().Richard Mudgett
2014-02-21json: Fix off-nominal json ref counting issues.Richard Mudgett
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-14res_stasis: Expose event for call forwarding and follow forwarded channel.Joshua Colp
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-11-22ARI: Don't leak implementation detailsKinsey Moore
2013-11-05stasis_channels: Don't give preference to ANI info in channel snapshotsMatthew Jordan
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
2013-08-23Fix error in using ast_channel_snapshot_type before initializationMatthew Jordan
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-08-16Stasis: address refcount races; implementation commentsDavid M. Lee
2013-08-01Fix documentation replication issuesKinsey Moore
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-25A great big renaming patchMatthew Jordan
2013-07-19Filter channels used as internal mechanismsKinsey Moore
2013-07-15Replace chan_agent with app_agent_pool.Richard Mudgett
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-05Remove parkinglot from the channel snapshotMatthew Jordan
2013-07-03Revert accidental overcommit.Richard Mudgett