mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
11
CHANGES
11
CHANGES
@@ -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 ------------
|
||||
------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user