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
This commit is contained in:
Sean Bright
2017-05-23 16:42:04 -04:00
parent dece2eb892
commit d847fe6585
2 changed files with 30 additions and 3 deletions

11
CHANGES
View File

@@ -17,6 +17,17 @@ app_queue
* PAUSEALL/UNPAUSEALL now sets the pause reason in the queue_log if it has
been defined.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 14.5.0 to Asterisk 14.6.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 14.4.0 to Asterisk 14.5.0 ------------
------------------------------------------------------------------------------