summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-05-23 16:42:04 -0400
committerSean Bright <sean.bright@gmail.com>2017-05-23 16:46:47 -0400
commit90237dca11d0adf129198cef4a6a0716a52618b5 (patch)
treeb467d72d5180f610b8e707e8e8420b56920508ba /CHANGES
parentd0a1239f5560810662c84f38ebc342a39072e093 (diff)
res_agi: Allow configuration of audio format of EAGI pipe
This change allows the format of the EAGI audio pipe to be changed by setting the dialplan variable 'EAGI_AUDIO_FORMAT' to the name of one of the loaded formats. ASTERISK-26124 #close Change-Id: I7a10fad401ad2a21c68c2e7246fa357d5cee5bbd
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7ae196c9f..94405bf4a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,17 @@
==============================================================================
------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 13.16.0 to Asterisk 13.17.0 ----------
+------------------------------------------------------------------------------
+
+res_agi
+------------------
+ * The EAGI() application will now look for a dialplan variable named
+ EAGI_AUDIO_FORMAT and use that format with the 'enhanced' audio pipe that
+ EAGI provides. If not specified, it will continue to use the default signed
+ linear (slin).
+
+------------------------------------------------------------------------------
--- Functionality changes from Asterisk 13.15.0 to Asterisk 13.16.0 ----------
------------------------------------------------------------------------------