]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_empty_info: Respond to empty SIP INFO packets 10/2710/8
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:08:37 +0000 (09:08 -0300)
commit9766a12b4c5a0b7bd5d01dcd63a4bbd3b9c68f54
tree7f9ed6d0e397a818af766a667e5f9ed11f61e66e
parentacbaa1b0cfeacf368fce3c2ad93df935af2de7f9
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