summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2015-11-02 21:24:58 -0500
committerCorey Farrell <git@cfware.com>2015-11-03 08:52:52 -0500
commit0393bd6bed3b87b312d7fc252c4fa3782df8260a (patch)
tree80be850e2c3d775119d32f0a7825c064b2edd626 /CHANGES
parent6fbffe42e13d82eebd5545de9a74b6a36bd9a558 (diff)
chan_sip: Allow websockets to be disabled.
This patch adds a new setting "websockets_enabled" to sip.conf. Setting this to false allows chan_sip to be used without causing conflicts with res_pjsip_transport_websocket. ASTERISK-24106 #close Reported by: Andrew Nagy Change-Id: I04fe8c4f2d57b2d7375e0e25826c91a72e93bea7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 044605cc5..8c476e433 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,13 @@
--- 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.