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 10:50:35 -0500
commit808f2998085b78225addfd73289fdc6c473b7fa1 (patch)
treeff08924c182b081b4a6f418aa360daa9e57a41e9 /configs
parent8b15719a11f9ea6e72cf941a7da03ffd97228c7d (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 612649ec5..a992ff8b6 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -770,6 +770,10 @@
; default is no.
;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]