summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAlexei Gradinari <alex2grad@gmail.com>2017-05-08 16:56:32 -0400
committerAlexei Gradinari <alex2grad@gmail.com>2017-05-11 11:45:16 -0400
commit6af2dd34afc2c20bdabd07bc3836821690db4c86 (patch)
tree6cc0566558cde638eb88970a7c357cf89266acd8 /configs
parente3fa458440edb474aed6c1dd71ef2ba2902556cd (diff)
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
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/pjsip.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index 5ef1c97f7..494a32a62 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -764,6 +764,10 @@
; header to this value (default: "")
;asymmetric_rtp_codec= ; Allow the sending and receiving codec to differ and
; not be automatically matched (default: "no")
+;refer_blind_progress= ; Whether to notifies all the progress details on blind
+ ; transfer (default: "yes"). The value "no" is useful
+ ; for some SIP phones (Mitel/Aastra, Snom) which expect
+ ; a sip/frag "200 OK" after REFER has been accepted.
;==========================AUTH SECTION OPTIONS=========================
;[auth]