]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/json.c: Added app_name, app_data to channel type
authorsungtae kim <sungtae@messagebird.com>
Thu, 21 Mar 2019 23:09:14 +0000 (00:09 +0100)
committersungtae kim <sungtae@messagebird.com>
Fri, 5 Apr 2019 00:28:25 +0000 (02:28 +0200)
commit707897e5f7e9f13341c3cf974e92c385687fb33c
treed47fb839c93301916555aa63c6ce331f550d65d4
parenta5b463cabfc4a97a24d991bfc7728245d650ab7c
main/json.c: Added app_name, app_data to channel type

It was difficult to check the channel's current application and
parameters using ARI for current channels. Added app_name, app_data
items to show the current application information.

ASTERISK-28343

Change-Id: Ia48972b3850e5099deab0faeaaf51223a1f2f38c
include/asterisk/json.h
main/json.c
main/stasis_channels.c
res/ari/ari_model_validators.c
res/ari/ari_model_validators.h
rest-api/api-docs/channels.json
tests/test_json.c
tests/test_stasis_channels.c