]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ari: Remove support for specifying channel vars during origination.
authorDavid M. Lee <dlee@digium.com>
Fri, 20 Dec 2013 22:02:11 +0000 (22:02 +0000)
committerDavid M. Lee <dlee@digium.com>
Fri, 20 Dec 2013 22:02:11 +0000 (22:02 +0000)
commit5f48de6336f15f81ab96f97e69cea58c1b651668
tree113e62adced3b22569b42fcb3364c13122609302
parent0affe4c41a79b060513b421e504f22994335c3da
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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@404509 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/ari/resource_channels.c
res/ari/resource_channels.h
res/res_ari_channels.c
rest-api/api-docs/applications.json
rest-api/api-docs/channels.json