summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2015-04-09 15:42:16 +0000
committerMatthew Jordan <mjordan@digium.com>2015-04-09 15:42:16 +0000
commit2679d0100af28d47bd320b1e7045bde707517789 (patch)
tree1e108be03f07c665924515f30ed07a7126815aea /UPGRADE.txt
parent6ba6e3dffd57f1c62c0c7f9a9030c1f41b5a6350 (diff)
res/res_pjsip_dlg_options: Add a module to handle in-dialog OPTIONS requests
This patch adds a new session supplement that handles in-dialog OPTIONS requests. Said OPTIONS requests are sent a 200 OK, as an endpoint lookup for the OPTIONS request would already have been done by the time the session supplement receives the inbound request. ASTERISK-24862 #close Reported by: yaron nahum patches: res_pjsip_dlg_options.c submitted by yaron nahum (License 6676) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@434506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index e18d646ec..19f947c4a 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -21,6 +21,13 @@
=== UPGRADE-12.txt -- Upgrade info for 11 to 12
===========================================================
+From 13.3.0 to 13.4.0:
+
+res_pjsip_dlg_options:
+ - A new module, this handles OPTIONS requests sent in-dialog. This module
+ should have no adverse effects for those upgrading; this note merely
+ serves as an indication that a new module exists.
+
From 13.2.0 to 13.3.0:
chan_dahdi: