mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Update CHANGES and UPGRADE.txt for 17.5.0
This commit is contained in:
32
CHANGES
32
CHANGES
@@ -12,6 +12,38 @@
|
||||
===
|
||||
==============================================================================
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
--- Functionality changes from Asterisk 17.4.0 to Asterisk 17.5.0 ------------
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
res_ari_channels
|
||||
------------------
|
||||
* When creating a channel in ARI using the create call
|
||||
you can now specify dialplan variables to be set as part
|
||||
of the same operation.
|
||||
|
||||
res_pjsip_logger
|
||||
------------------
|
||||
* The PJSIP packet logger now has the following CLI commands:
|
||||
|
||||
pjsip set logger pcap <filename>
|
||||
|
||||
When used this will create a pcap file containing the incoming
|
||||
and outgoing SIP packets, in unencrypted form.
|
||||
|
||||
pjsip set logger console <on / off>
|
||||
|
||||
This allows you to toggle logging to console on and off.
|
||||
|
||||
pjsip set logger host <IP/subnet mask> add
|
||||
|
||||
This allows you to add an additional IP address or subnet
|
||||
mask to logging, allowing you to log multiple instead of
|
||||
just a single IP address or all traffic.
|
||||
|
||||
The normal "pjsip set logger host" CLI command has also been
|
||||
expanded to allow subnet masks as well.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
--- Functionality changes from Asterisk 17.3.0 to Asterisk 17.4.0 ------------
|
||||
------------------------------------------------------------------------------
|
||||
|
@@ -1,5 +0,0 @@
|
||||
Subject: res_ari_channels
|
||||
|
||||
When creating a channel in ARI using the create call
|
||||
you can now specify dialplan variables to be set as part
|
||||
of the same operation.
|
@@ -1,21 +0,0 @@
|
||||
Subject: res_pjsip_logger
|
||||
|
||||
The PJSIP packet logger now has the following CLI commands:
|
||||
|
||||
pjsip set logger pcap <filename>
|
||||
|
||||
When used this will create a pcap file containing the incoming
|
||||
and outgoing SIP packets, in unencrypted form.
|
||||
|
||||
pjsip set logger console <on / off>
|
||||
|
||||
This allows you to toggle logging to console on and off.
|
||||
|
||||
pjsip set logger host <IP/subnet mask> add
|
||||
|
||||
This allows you to add an additional IP address or subnet
|
||||
mask to logging, allowing you to log multiple instead of
|
||||
just a single IP address or all traffic.
|
||||
|
||||
The normal "pjsip set logger host" CLI command has also been
|
||||
expanded to allow subnet masks as well.
|
Reference in New Issue
Block a user