]> 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:33:14 +0000 (02:33 +0200)
commitd5a318f148a8d7d2e4c3d336f7ea314eecaec728
tree3fd68b6967fe21b224cf396170df3b37ec35ea10
parent4f0b8c3ed327367bdbdaeb494b98d1905e7464bb
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