From 2f21f85c3733ff633937549c3ba8983df0636dce Mon Sep 17 00:00:00 2001 From: Kevin Harwell Date: Tue, 9 Dec 2014 20:19:40 +0000 Subject: ARI/AMI: Include language in standard channel snapshot output The channel "language" was already part of a channel snapshot, however is was not sent out over AMI or ARI. This patch makes it so the channel "language" is included in the appropriate AMI or ARI events. ASTERISK-24553 #close Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/4245/ ........ Merged revisions 429204 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@429206 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- rest-api/api-docs/channels.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rest-api/api-docs') diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json index f9c8d8647..cd309db10 100644 --- a/rest-api/api-docs/channels.json +++ b/rest-api/api-docs/channels.json @@ -1465,6 +1465,11 @@ "required": true, "type": "Date", "description": "Timestamp when channel was created" + }, + "language": { + "required": true, + "type": "string", + "description": "The default spoken language" } } } -- cgit v1.2.3