Update CHANGES and UPGRADE.txt for certified/16.8-cert4

changes/50/15150/2
Asterisk Development Team 6 years ago
parent f777a0d879
commit 5e146dde81

@ -12,6 +12,28 @@
===
==============================================================================
------------------------------------------------------------------------------
--- Functionality changes from Asterisk certified/16.8-cert3 to Asterisk certified/16.8-cert4
------------------------------------------------------------------------------
AMI
------------------
* You can now specify an optional 'Content-Type' as an argument for the Asterisk
SendText manager action.
logger
------------------
* Added a new log formatter called "plain" that always prints
file, function and line number if available (even for verbose
messages) and never prints color control characters. Most
suitable for file output but can be used for other channels
as well.
You use it in logger.conf like so:
debug => [plain]debug
console => [plain]error,warning,debug,notice,pjsip_history
messages => [plain]warning,error,verbose
------------------------------------------------------------------------------
--- Functionality changes from Asterisk certified/16.8-cert1-rc3 to Asterisk certified/16.8-cert1-rc4
------------------------------------------------------------------------------

@ -1,4 +0,0 @@
Subject: AMI
You can now specify an optional 'Content-Type' as an argument for the Asterisk
SendText manager action.

@ -1,12 +0,0 @@
Subject: logger
Added a new log formatter called "plain" that always prints
file, function and line number if available (even for verbose
messages) and never prints color control characters. Most
suitable for file output but can be used for other channels
as well.
You use it in logger.conf like so:
debug => [plain]debug
console => [plain]error,warning,debug,notice,pjsip_history
messages => [plain]warning,error,verbose
Loading…
Cancel
Save