]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_empty_info: Respond to empty SIP INFO packets 96/2796/4
authorsnuffy <snuffy22@gmail.com>
Tue, 10 May 2016 02:40:08 +0000 (12:40 +1000)
committerJoshua Colp <jcolp@digium.com>
Thu, 19 May 2016 12:06:30 +0000 (09:06 -0300)
commit39fedfa4235da9f2d5de63bafae0521d7591ac8e
tree59ef667fc49e16d5e5d8a2d0515f24fcd3c85d59
parent7d986ff3f6505c44f69940bb3dd3907bb63af4ba
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
CHANGES
res/res_pjsip_dtmf_info.c
res/res_pjsip_empty_info.c [new file with mode: 0644]
res/res_pjsip_one_touch_record_info.c