summaryrefslogtreecommitdiff
path: root/res/res_stasis.c
AgeCommit message (Expand)Author
2016-06-20ARI: Ensure announcer channels are destroyed.Mark Michelson
2016-03-31Merge "res_stasis: Add control ref to playback and recording structs." into 13zuul
2016-03-31Merge "res_stasis: Fix crash on a hanging up channel." into 13Joshua Colp
2016-03-30res_stasis.c: Protect channel datastore list from stasis end.Richard Mudgett
2016-03-30res_stasis: Add control ref to playback and recording structs.Richard Mudgett
2016-03-30res_stasis: Fix crash on a hanging up channel.Richard Mudgett
2015-12-16json: Audit ast_json_* usage for thread safety.Joshua Colp
2015-09-27res/res_stasis: Fix accidental subscription to 'all' bridge topicMatt Jordan
2015-09-22ARI: Add the ability to subscribe to all eventsMatt Jordan
2015-06-18Resolve race conditions involving Stasis bridges.Mark Michelson
2015-03-30clang compiler warnings: Fix invalid enum conversionMatthew Jordan
2015-01-23Investigate and fix memory leaks in AsteriskKevin Harwell
2015-01-07ARI: Allow usage of ASYNCGOTO with Stasis()Kinsey Moore
2014-12-08Stasis: Fix StasisStart/End order and missing eventsKinsey Moore
2014-11-13Stasis: Fix StasisEnd message orderingKinsey Moore
2014-11-02res/res_stasis: Fix crash on module unload while performing operationMatthew Jordan
2014-09-01res_stasis: Don't play MoH to channels by default when added to holding bridgesMatthew Jordan
2014-08-22ARI: Fix a crash caused by hanging during playback to a channel in a bridgeJonathan Rose
2014-08-19Fix compilation error on certain versions of GCC.Mark Michelson
2014-08-19ARI: Fix a bug where /channels/{channelID}/continue doesn't execute PBXJonathan Rose
2014-08-11Stasis: Use the correct return valueKinsey Moore
2014-08-11Stasis: Allow internal channels directly into bridgesKinsey Moore
2014-08-07Stasis: Convey transfer information to applicationsKinsey Moore
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-08-05Multiple revisions 420089-420090,420097Matthew Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-09ARI: Make mixing bridges propagate linkedids and accountcodes.Richard Mudgett
2014-07-07ARI/res_stasis: Subscribe to both Local channel halves when originating to appMatthew Jordan
2014-05-22ARI: Add ability to raise arbitrary User EventsScott Griepentrog
2014-04-18ARI: Make bridges/{bridgeID}/play queue sound filesJonathan Rose
2014-04-07Stasis: Fix Stasis() bridge refcount issueKinsey Moore
2014-03-25ARI: Resolve a subscription leak against implicit bridge subscriptionsJonathan Rose
2014-03-19res_stasis: Fix a bug where the default bridge type was not set.Joshua Colp
2014-03-19res_stasis: Extend bridge type to be a comma separated list of bridge attribu...Joshua Colp
2014-03-13ARI: Ensure managing application receives ChannelEnteredBridge messagesKinsey Moore
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-02-01res_stasis: Enable transfers and provide events when they occur.Joshua Colp
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-17bridging: Give bridges a name and a known creatorJonathan Rose
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-23ARI: Implement device state APIKevin Harwell
2013-11-22ARI: Don't leak implementation detailsKinsey Moore
2013-11-21stasis: Fixed scoping problem with bridge tracking.David M. Lee
2013-11-08res_stasis.c: Fix locking issues with the app_bridge_moh container.Richard Mudgett
2013-10-26res_stasis.c: Made use the ao2_container callback templates.Richard Mudgett
2013-10-04ARI: Add subscription supportMatthew Jordan
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-08-27ARI: WebSocket event cleanupDavid M. Lee