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:06:30 -0300
commit39fedfa4235da9f2d5de63bafae0521d7591ac8e (patch)
tree59ef667fc49e16d5e5d8a2d0515f24fcd3c85d59 /CHANGES
parent7d986ff3f6505c44f69940bb3dd3907bb63af4ba (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--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5b3864953..cbcc9b1ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -36,6 +36,12 @@ res_hep
valid value using the specified 'uuid_type', the module may fallback to a
more readily available source for the correlation UUID.
+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.
+
app_confbridge
------------------
* Added a bridge profile option called regcontext that allows you to