summaryrefslogtreecommitdiff
path: root/res/ari
AgeCommit message (Expand)Author
2018-01-22Add missing OPTIONAL_API and ARI dependences.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-15aco: Minimize use of regex.Corey Farrell
2017-11-26res_ari: Fix inverted test giving wrong error message.Richard Mudgett
2017-11-07Merge "res_ari_events: Fix use after free / double-free of JSON message."Jenkins2
2017-11-06res_ari_events: Fix use after free / double-free of JSON message.Corey Farrell
2017-11-06Fix ast_(v)asprintf() malloc failure usage conditions.Richard Mudgett
2017-11-06Merge "Add missing menuselect dependencies."Joshua Colp
2017-11-03Stasis/ARI: Fix off-nominal path json memory leaks.Richard Mudgett
2017-11-02Add missing menuselect dependencies.Corey Farrell
2017-11-01res/ari/resource_bridges.h: Update from 'make ari-stubs'.Corey Farrell
2017-10-31res_ari_channels: Fix reference leak in channel_state_invalid.Corey Farrell
2017-10-11ari/bridge: Add mute, dtmf suppression controlsSeán C McCord
2017-04-16make ari-stubs so doc periodic jobs can runGeorge Joseph
2017-01-23ari: Implement 'debug all' and request/response loggingGeorge Joseph
2016-11-16Merge "res/ari/resource_bridges: Add the ability to manipulate the video source"zuul
2016-11-14res/ari/resource_bridges: Add the ability to manipulate the video sourceMatt Jordan
2016-11-14res_ari: Add support for channel variables in ARI events.Sebastien Duthil
2016-11-01res/stasis: Add CLI commands for displaying/debugging ARI appsMatt Jordan
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-10-18ari: Update model validator based on addition of asterisk_id.Joshua Colp
2016-10-17res/ari: Add the Asterisk EID field to outgoing eventsMatt Jordan
2016-08-31resource_channels.c: add hangup reason "answered_elsewhere".Jean Aunis
2016-08-04resource_channels: Sync with ARI stubsKevin Harwell
2016-07-12rest_api/channels: Fix multiple issues with create and dialGeorge Joseph
2016-06-20ARI: Ensure announcer channels are destroyed.Mark Michelson
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-20ARI: Add the ability to download the media associated with a stored recordingMatt Jordan
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-06Merge "ARI: Add method to Dial a created channel."Joshua Colp
2016-04-06Merge "ARI: Add method to create a new channel."Joshua Colp
2016-04-05ARI: Add method to Dial a created channel.Mark Michelson
2016-04-05ARI: Add method to create a new channel.Mark Michelson
2016-03-31Merge "res_stasis: Add control ref to playback and recording structs."zuul
2016-03-30res_stasis: Add control ref to playback and recording structs.Richard Mudgett
2016-03-30res_ari: Cannot get control also means channel is unavailable.Richard Mudgett
2015-09-29res/ari/config.c: Fix user sort compare function.Richard Mudgett
2015-09-29res/ari/config.c: Optimize conf_alloc() object init.Richard Mudgett
2015-09-29res/ari/config.c: Fix conf_alloc() object init.Richard Mudgett
2015-09-22ARI: Add the ability to subscribe to all eventsMatt Jordan
2015-09-21ARI: Add events for Contact and Peer Status changesMatt Jordan
2015-08-19Merge "res_ari_events: Fix shutdown ref leak."Mark Michelson