summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-09-19 11:13:21 +0000
committerJoshua Colp <jcolp@digium.com>2016-10-23 13:52:18 +0000
commit47de0ee4f672d8ae7e86d2591ee2b1a3fa03c7c7 (patch)
tree412edef9b590105def6ab1b5d5f08a949227709d /CHANGES
parent082078de3ec52eea6c5246928994b5054e271683 (diff)
pjsip: Support dual stack automatically.
This change adds support for dual stack automatically. No configuration is required and the IP address and version in the SIP messages and SDP will be automatically changed based on the transport over which the message is being sent. RTP usage has also been changed to listen on both IPv4 and IPv6 simultaneously to allow media to flow, and to allow ICE support on both simultaneously. This also allows failover between IPv6 and IPv4 to work as expected. ASTERISK-26309 #close Change-Id: I235a421d8f9a326606d861b449fa6fe3a030572d
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 92b2a9094..1e152045a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,19 @@
==============================================================================
------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 14.1.0 to Asterisk 14.2.0 ----------
+------------------------------------------------------------------------------
+
+res_pjsip
+------------------
+ * Automatic dual stack support is now implemented. Depending on DNS resolution
+ and the transport used for sending a message the SIP signaling and SDP will
+ be updated with the correct IP address and protocol version. This means that
+ the rtp_ipv6 and t38_udptl_ipv6 options no longer have any effect. The
+ res_pjsip_multihomed module has also been moved into core res_pjsip to ensure
+ that messages are updated with the correct address information in all cases.
+
+------------------------------------------------------------------------------
--- Functionality changes from Asterisk 14.0.0 to Asterisk 14.1.0 ----------
------------------------------------------------------------------------------