]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_ari: Fix create channel request channelId parameter parsing
authorsungtae kim <sungtae@messagebird.com>
Fri, 12 Jun 2020 10:16:14 +0000 (10:16 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 15 Jun 2020 13:53:09 +0000 (08:53 -0500)
commit0b133a32ecbe73f6dbedea924259557764a70d9c
tree8abcaa47e8e4e3581b320b3a8f01e634206be9db
parent563f2f94d6ffd69ae7aa1498610bf43ccb116caf
res_ari: Fix create channel request channelId parameter parsing

If channelId parameters were passed in the body, the Asterisk doesn't parsing it correctly.

Fixed it to parse the channelId, other_channel_id parameter correclty.

ASTERISK-28948

Change-Id: I59b49161a94869169ee19c1ffab5afcef7026157
res/ari/resource_channels.c