]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_pjsip_dlg_options: Add a module to handle in-dialog OPTIONS requests
authorMatthew Jordan <mjordan@digium.com>
Thu, 9 Apr 2015 15:42:16 +0000 (15:42 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 9 Apr 2015 15:42:16 +0000 (15:42 +0000)
commit2679d0100af28d47bd320b1e7045bde707517789
tree1e108be03f07c665924515f30ed07a7126815aea
parent6ba6e3dffd57f1c62c0c7f9a9030c1f41b5a6350
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
UPGRADE.txt
res/res_pjsip_dlg_options.c [new file with mode: 0644]