]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ARI: Add duplicate channel ID checking for channel creation. 59/4159/4
authorMark Michelson <mmichelson@digium.com>
Wed, 19 Oct 2016 17:05:28 +0000 (12:05 -0500)
committerMark Michelson <mmichelson@digium.com>
Thu, 20 Oct 2016 18:00:10 +0000 (13:00 -0500)
commit3bd76dd679a88c0c96e2f6979d18bc0096c68c79
treed2581b5bd62328773e4c87f0ab75f2d6b544351d
parente459b8dadf42a3a015b312dfa9aadf507b4c85d9
ARI: Add duplicate channel ID checking for channel creation.

This is similar to what is done for origination, but for the 14 and up
channel creation method. When attempting to create a channel, if a
channel ID is specified and a channel already exists with that ID, then
a 409 is returned.

Change-Id: I77f9253278c6947939c418073b6b31065489187c
res/ari/resource_channels.c
res/res_ari_channels.c
rest-api/api-docs/channels.json