]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: New endpoint option "refer_blind_progress"
authorAlexei Gradinari <alex2grad@gmail.com>
Mon, 8 May 2017 20:56:32 +0000 (16:56 -0400)
committerAlexei Gradinari <alex2grad@gmail.com>
Thu, 11 May 2017 15:45:16 +0000 (11:45 -0400)
commit6af2dd34afc2c20bdabd07bc3836821690db4c86
tree6cc0566558cde638eb88970a7c357cf89266acd8
parente3fa458440edb474aed6c1dd71ef2ba2902556cd
res_pjsip: New endpoint option "refer_blind_progress"

This option was added to turn off notifying the progress details
on Blind Transfer. If this option is not set then the chan_pjsip
will send NOTIFY "200 OK" immediately after "202 Accepted".

Some SIP phones like Mitel/Aastra or Snom keep the line busy until
receive "200 OK".

ASTERISK-26333 #close

Change-Id: Id606fbff2e02e967c02138457badc399144720f2
CHANGES
configs/samples/pjsip.conf.sample
contrib/ast-db-manage/config/versions/86bb1efa278d_add_ps_endpoints_refer_blind_progress.py [new file with mode: 0644]
include/asterisk/res_pjsip.h
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_refer.c