summaryrefslogtreecommitdiff
path: root/res/ari/resource_channels.c
AgeCommit message (Expand)Author
2018-01-22Add missing OPTIONAL_API and ARI dependences.Corey Farrell
2017-10-31res_ari_channels: Fix reference leak in channel_state_invalid.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-20ARI: Add duplicate channel ID checking for channel creation.Mark Michelson
2016-10-20ARI: Detect duplicate channel IDsMark Michelson
2016-08-31resource_channels.c: add hangup reason "answered_elsewhere".Jean Aunis
2016-07-12rest_api/channels: Fix multiple issues with create and dialGeorge Joseph
2016-06-09Merge "ARI: Ensure proper channel state on operations."zuul
2016-06-09ARI: Ensure proper channel state on operations.Mark Michelson
2016-06-08Merge "ari/resource_channels: Add 'formats' to channel create/originate"Joshua Colp
2016-06-03ari/resource_channels: Add 'formats' to channel create/originateGeorge Joseph
2016-05-31Merge "ARI: Re-implement the ARI dial command, allowing for early bridging."zuul
2016-05-27ARI: Re-implement the ARI dial command, allowing for early bridging.Mark Michelson
2016-05-17ARI: Add the ability to play multiple media URIs in a single operationMatt Jordan
2016-05-14res_ari: Correct Location headers returned by some ARI resourcesSean Bright
2016-04-05ARI: Add method to Dial a created channel.Mark Michelson
2016-04-05ARI: Add method to create a new channel.Mark Michelson
2015-04-29ARI: Fix missing dependencies.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2015-02-27ARI: Fix crash if integer values used in JSON payload 'variables' object.Richard Mudgett
2015-02-24ARI/PJSIP: Apply requesting channel's format cap to created channelsMatthew Jordan
2015-02-21res_ari_channels: Return a 404 response when a requested channel variable doe...Joshua Colp
2015-02-12ARI/PJSIP: Add the ability to redirect (transfer) a channel in a Stasis appMatthew Jordan
2015-02-09res/ari/resource_channels: Add missing 'no_answer' reason to DELETE /channelsMatthew Jordan
2015-01-07Add the ability to continue and originate using priority labels.Mark Michelson
2014-12-09ari: Add support for specifying an originator channel when originating.Joshua Colp
2014-08-18Multiple revisions 421311-421312Matthew Jordan
2014-08-18Improve call forwarding reporting, especially with regards to ARI.Matthew Jordan
2014-08-14ARI: Originate to app local channel subscription code optimization.Richard Mudgett
2014-08-05Multiple revisions 420089-420090,420097Matthew Jordan
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-07ARI/res_stasis: Subscribe to both Local channel halves when originating to appMatthew Jordan
2014-07-03res_ari: Fix some off-nominal paths just dropping the HTTP connection.Richard Mudgett
2014-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-04-18ARI: Make bridges/{bridgeID}/play queue sound filesJonathan Rose
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-03-20assigned-uniqueids: Miscellaneous cleanup and fixes.Richard Mudgett
2014-03-10unqiueid: correct max uniqueid length testScott Griepentrog
2014-03-08resource_channels: Check if a passed in ID is NULL before checking its lengthMatthew Jordan
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-03-06res_stasis_recording: Add a "target_uri" field to recording events.Joshua Colp
2014-02-11ari/resource_channels: Add channel variables earlier in the creation processMatthew Jordan
2014-01-21ARI: Support channel variables in originateKinsey Moore
2014-01-12res_ari: Fix various memory leaks.Joshua Colp
2013-12-20ari: Remove support for specifying channel vars during origination.David M. Lee
2013-12-20ao2_iterator: Mini-audit of the ao2_iterator loops in the new code files.Richard Mudgett
2013-12-17ari/resource_channels: When creating a channel, specify a default format (SLIN)Matthew Jordan
2013-12-13ARI: Allow specifying channel variables during a POST /channelsKevin Harwell
2013-11-23ari: Add Snoop operation for spying/whispering on channels.Joshua Colp