summaryrefslogtreecommitdiff
path: root/res/stasis/control.c
AgeCommit message (Expand)Author
2018-01-10Merge "res_stasis: Reduce RAII_VAR usage."Joshua Colp
2018-01-08res_stasis: Reduce RAII_VAR usage.Corey Farrell
2018-01-07res_stasis: Fix dial bridge unload.Corey Farrell
2017-12-20Fix Common Typo's.Corey Farrell
2017-10-11ari/bridge: Add mute, dtmf suppression controlsSeán C McCord
2017-09-07Merge "stasis/control.c: Fix set_interval_hook() ref leak."Jenkins2
2017-09-06stasis/control.c: Fix set_interval_hook() ref leak.Richard Mudgett
2017-09-06stasis/control: Fix possible deadlock with swap channelGeorge Joseph
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-07-12rest_api/channels: Fix multiple issues with create and dialGeorge Joseph
2016-05-27ARI: Re-implement the ARI dial command, allowing for early bridging.Mark Michelson
2016-04-20res_stasis: Handle re-enter stasis bridge with swap channel.Richard Mudgett
2016-04-06Merge "ARI: Add method to Dial a created channel."Joshua Colp
2016-04-05ARI: Add method to Dial a created channel.Mark Michelson
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
2016-01-26Stasis: Use custom structure when setting variables.Mark Michelson
2016-01-23Merge "Stasis: Use control queue to prevent crash."Joshua Colp
2016-01-22Stasis: Fix potential memory leak of control data.Mark Michelson
2016-01-22Stasis: Use control queue to prevent crash.Mark Michelson
2015-06-18Resolve race conditions involving Stasis bridges.Mark Michelson
2015-06-02Remove const cast from leaf functions.Joerg Sonnenberger
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-02-12ARI/PJSIP: Add the ability to redirect (transfer) a channel in a Stasis appMatthew Jordan
2014-08-22ARI: Fix a crash caused by hanging during playback to a channel in a bridgeJonathan Rose
2014-08-21Ensure after-bridge behavior is correct when moving from Stasis to a non-Stas...Mark Michelson
2014-08-18Improve call forwarding reporting, especially with regards to ARI.Matthew Jordan
2014-08-07Stasis: Convey transfer information to applicationsKinsey Moore
2014-04-30res_stasis: Add progress indications to operations which perform media.Joshua Colp
2014-04-18ARI: Make bridges/{bridgeID}/play queue sound filesJonathan Rose
2014-03-13ARI: Ensure managing application receives ChannelEnteredBridge messagesKinsey Moore
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-12-13ARI: Adding a channel to a bridge while a live recording is active blocksKevin Harwell
2013-12-05ari: Fix deadlock problem with functions that use autoservice.David M. Lee
2013-11-21ari: Add silence generator controlsDavid M. Lee
2013-11-13res_ari_channels: Add the ability to stop locally generated ringing on a chan...Joshua Colp
2013-11-01res_ari_channels: Add ring operation, dtmf operation, hangup reasons, and twe...Joshua Colp
2013-11-01res_stasis: Ensure the channel is always departed from the bridge when it lea...Joshua Colp
2013-10-02Allow specifying a channel to dial an extension and context in an ARI dial op...Joshua Colp
2013-09-13Restore Dial, Queue, and FollowMe 'I' option support.Richard Mudgett
2013-08-23ARI: Correct error codes for bridge operationsDavid M. Lee
2013-08-13ARI: allow other operations to happen while bridgedDavid M. Lee
2013-08-05ARI: bridges/{bridgeID}/addChannel: add roles parameterJonathan Rose
2013-08-02Remove dead code from features.c; refactor pickup code into pickup.cMatthew Jordan
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-25A great big renaming patchMatthew Jordan
2013-07-19ARI: MOH start and stop for a channelJonathan Rose
2013-07-19ARI: Bridge Playback, Bridge RecordJonathan Rose
2013-07-18ARI: Add support for suppressing media streams.Jason Parker
2013-07-08Fix building.Joshua Colp