summaryrefslogtreecommitdiff
path: root/res/stasis/app.c
AgeCommit message (Expand)Author
2018-01-08res_stasis: Reduce RAII_VAR usage.Corey Farrell
2018-01-07res_stasis: Fix app_is_subscribed_bridge_id.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-11-07res_stasis: Fix multiple leaks.Corey Farrell
2017-11-06stasis/app.c: Optimize stasis_app_get_debug_by_name()Richard Mudgett
2017-01-24ari: Implement 'debug all' and request/response loggingGeorge Joseph
2016-11-14res/ari/resource_bridges: Add the ability to manipulate the video sourceMatt Jordan
2016-11-01res/stasis: Add CLI commands for displaying/debugging ARI appsMatt Jordan
2016-10-17res/ari: Add the Asterisk EID field to outgoing eventsMatt Jordan
2016-10-13Audit ast_json_pack() calls for needed UTF-8 checks.Richard Mudgett
2015-12-16json: Audit ast_json_* usage for thread safety.Joshua Colp
2015-09-22ARI: Add the ability to subscribe to all eventsMatt Jordan
2015-05-22res/ari: Register Stasis application on WebSocket attemptMatt Jordan
2015-01-22stasis transfer: fix a race condition on stasis bridge pushScott Griepentrog
2014-12-08Add new AMI and ARI events for connected line changes on a channel.Mark Michelson
2014-12-08Stasis: Fix StasisStart/End order and missing eventsKinsey Moore
2014-11-14Fix race condition that could result in ARI transfer messages not being sent.Mark Michelson
2014-11-13Stasis: Fix StasisEnd message orderingKinsey Moore
2014-08-20Stasis: Add information to blind transfer eventKinsey Moore
2014-08-11Improve call forwarding reporting, especially with regards to ARI.Mark Michelson
2014-08-07Stasis: Convey transfer information to applicationsKinsey Moore
2014-08-05Multiple revisions 420089-420090,420097Matthew Jordan
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-22res_stasis: Fix crash when handling a failed blind transfer message.Joshua Colp
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-03-16stasis/app.c: Add some extra debugging for subscription countsMatthew Jordan
2014-02-01res_stasis: Enable transfers and provide events when they occur.Joshua Colp
2013-12-14res_stasis: Expose event for call forwarding and follow forwarded channel.Joshua Colp
2013-11-23ARI: Implement device state APIKevin Harwell
2013-11-22ARI: Don't leak implementation detailsKinsey Moore
2013-10-31stasis: add functions embarrassingly missing from r400522David M. Lee
2013-10-25You'd think that new files would be free of whitespace issues. But you would...Richard Mudgett
2013-10-04ARI: Add subscription supportMatthew Jordan
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-09-06Fix build warningsKinsey Moore
2013-08-27ARI: WebSocket event cleanupDavid M. Lee
2013-07-26Fix /stasis/res/app_replaced unit test.David M. Lee
2013-07-23Continue events when ARI WebSocket reconnectsDavid M. Lee
2013-06-10Stasis-HTTP: Flesh out bridge-related capabilitiesKinsey Moore
2013-05-15Fixed inverted logic in app_add_channel().David M. Lee
2013-05-14Break res_stasis into smaller files.David M. Lee