summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsnuffy <snuffy22@gmail.com>2016-05-10 12:40:08 +1000
committerJoshua Colp <jcolp@digium.com>2016-05-19 09:08:37 -0300
commit9766a12b4c5a0b7bd5d01dcd63a4bbd3b9c68f54 (patch)
tree7f9ed6d0e397a818af766a667e5f9ed11f61e66e /CHANGES
parentacbaa1b0cfeacf368fce3c2ad93df935af2de7f9 (diff)
res_pjsip_empty_info: Respond to empty SIP INFO packets
Some SBCs require responses to empty SIP INFO packets after establishing call via INVITE, if not responded to they may drop your call after unspecified timeout of X minutes. They are identified by having no Content-Type, check for this and respond with 200 - OK message. ASTERISK-24986 #close Reported-by: Ilya Trikoz, Federico Santulli Change-Id: Ib27e4f07151e5aef28fa587e4ead36c5b87c43e0
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 91f5ce5df..a22c0cdfa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -252,6 +252,12 @@ res_pjsip
will be used instead. The new SIP resolver provides NAPTR support, improved
SRV support, and AAAA record support.
+res_pjsip_info_empty
+--------------------
+ * A new module that can respond to empty Content-Type INFO packets during call.
+ Some SBCs will terminate a call if their empty INFO packets are not responded
+ to within a predefined time.
+
res_pjsip_outbound_registration
-------------------------------
* A new 'fatal_retry_interval' option has been added to outbound registration.
@@ -264,6 +270,7 @@ res_pjsip_outbound_publish
* Added a new multi_user option that when set to 'yes' allows a given configuration
to be used for multiple users.
+
CEL Backends
------------------