]> 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)
committersungtae kim <pchero21@gmail.com>
Fri, 12 Jun 2020 11:30:57 +0000 (06:30 -0500)
commit37f8adacd16f46f87bb48248f6b2908f044edb36
treef64bf3719feb97eb1902d8aed46fb1a2c8de7dd5
parent3dbbdfa8c3815cedd0c2311c3833624633194aa4
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