asterisk/res/ari
David M. Lee 40a7f68e4b ari: Remove support for specifying channel vars during origination.
When we added support for specifying channel variables for an
origination, we didn't consider how that would interact with another
feature, namely specifying request parameters in a JSON request body.

The method of specifying channel variables (as a flat JSON object passed
in the JSON body) interferes with parsing parameters out of the request
body.

Unfortunately, fixing this would be a backward incompatible change. In
the interest of keeping the API sane and keeping our release schedule,
we're dropping the feature for specifying channel variables in the
origination request.

We will bring the feature back soon, as a backward compatible addition
to the API.

(closes issue ASTERISK-23051)
Review: https://reviewboard.asterisk.org/r/3088
........

Merged revisions 404509 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@404512 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-12-20 22:04:15 +00:00
..
ari_model_validators.c bridging: Give bridges a name and a known creator 2013-12-17 23:25:49 +00:00
ari_model_validators.h bridging: Give bridges a name and a known creator 2013-12-17 23:25:49 +00:00
ari_websockets.c optional_api: Fix linking problems between modules that export global symbols 2013-08-30 13:40:27 +00:00
cli.c Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
config.c Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
internal.h optional_api: Fix linking problems between modules that export global symbols 2013-08-30 13:40:27 +00:00
resource_applications.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_applications.h res_stasis_device_state: Set resource type for subscriptions to deviceState 2013-12-20 20:05:40 +00:00
resource_asterisk.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_asterisk.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_bridges.c ao2_iterator: Mini-audit of the ao2_iterator loops in the new code files. 2013-12-20 20:00:50 +00:00
resource_bridges.h bridging: Give bridges a name and a known creator 2013-12-17 23:25:49 +00:00
resource_channels.c ari: Remove support for specifying channel vars during origination. 2013-12-20 22:04:15 +00:00
resource_channels.h ari: Remove support for specifying channel vars during origination. 2013-12-20 22:04:15 +00:00
resource_device_states.c ARI: Implement device state API 2013-11-23 17:48:28 +00:00
resource_device_states.h ARI: Implement device state API 2013-11-23 17:48:28 +00:00
resource_endpoints.c ao2_iterator: Mini-audit of the ao2_iterator loops in the new code files. 2013-12-20 20:00:50 +00:00
resource_endpoints.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_events.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_events.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_playbacks.c ARI playback: Rename ARI Playback to Playbacks 2013-11-08 17:59:16 +00:00
resource_playbacks.h Changes from make ari-stubs after r402560 2013-11-08 18:52:19 +00:00
resource_recordings.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_recordings.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_sounds.c ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00
resource_sounds.h ari: User better nicknames for ARI operations 2013-11-07 21:10:31 +00:00