summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-07-22 16:55:15 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-07-22 16:55:15 -0500
commit7cfd9bf1046be712d456b1c21ce858ab12ae9324 (patch)
tree10e8d1497ea44c2a66eaeed8a478a5c4450e245d /CHANGES
parent2949e674a5b8ee4147706d31d6b9165e710f1c45 (diff)
parent9be69c163632e485934ce9ca697babc10c6ea896 (diff)
Merge "chan_sip: Enable Session-Timers for SIP over TCP (and TLS)."
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d5d256ef9..31b521c90 100644
--- a/CHANGES
+++ b/CHANGES
@@ -181,6 +181,14 @@ chan_sip
NOTE: This is again separated by an exclamation mark, so the To: header may
not contain one of those.
+ * Session-Timers (RFC 4028) work for TCP (and TLS) transports as well now.
+ Previously Asterisk dropped calls only with UDP transports. However with
+ longer international calls via TCP, the SIP channel might break, because
+ all hops on the Internet route must stay online (have not a single power
+ outage, for example). Therefore with Session-Timers enabled (which are
+ enabled at default), you might see additional dropped calls. Consequently
+ please, consider to go for session-timers=refuse in your sip.conf.
+
chan_pjsip
------------------
* New 'user_eq_phone' endpoint setting. This adds a 'user=phone' parameter