]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_pjsip_dlg_options: Add a module to handle in-dialog OPTIONS requests 50/1350/1
authorMatthew Jordan <mjordan@digium.com>
Thu, 9 Apr 2015 15:42:16 +0000 (15:42 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 1 Oct 2015 15:24:34 +0000 (10:24 -0500)
commit39fe210fd904c0338bfbda2275df42cf782145ae
treeb3f817c9500181a41ca735d309e7e691e46d49a7
parent00be2f6b4f6d5ca8fc644f2e2c1895918adf22b0
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)

Change-Id: Iefc901a7c5c88d9d4b853188f85092d9eb7b6ada
UPGRADE.txt
res/res_pjsip_dlg_options.c [new file with mode: 0644]