From: Kevin Harwell Date: Wed, 10 Dec 2014 15:41:03 +0000 (+0000) Subject: ARI/AMI: Include language in standard channel snapshot output X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af24cd7bc6f20fa1a6eeefc0f6a56e5b14bec3f9;p=thirdparty%2Fasterisk.git ARI/AMI: Include language in standard channel snapshot output Adding information about including "language" in the standard channel snapshot output to the CHANGES file. Note the actual source changes have already been previously committed. ASTERISK-24553 Reported by: Matt Jordan git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@429325 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 8881cf9ff1..43acf76dac 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,20 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 12.8.0 to Asterisk 12.9.0 ------------ +------------------------------------------------------------------------------ + +AMI +------------------ + * "Language" (the default spoken language for the channel) is now included in + the standard channel state output for suitable events. + +ARI +------------------ + * "language" (the default spoken language for the channel) is now included in + the standard channel state output for suitable events. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 12.7.0 to Asterisk 12.8.0 ------------ ------------------------------------------------------------------------------