summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 78d5e6b97..7d0b954a8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -200,6 +200,13 @@ Queue
--- Functionality changes from Asterisk 13.6.0 to Asterisk 13.7.0 ------------
------------------------------------------------------------------------------
+chan_sip
+------------------
+ * The websockets_enabled option has been added to the general section of
+ sip.conf. The option is enabled by default to match the previous behavior.
+ The option should be disabled when using res_pjsip_transport_websockets to
+ ensure chan_sip will not conflict with PJSIP websockets.
+
Dialplan Functions
------------------
* The HOLD_INTERCEPT dialplan function now actually exists in the source tree.