summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/asterisk/res_pjsip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/res_pjsip.h b/include/asterisk/res_pjsip.h
index 59122b987..bc3b8d4ff 100644
--- a/include/asterisk/res_pjsip.h
+++ b/include/asterisk/res_pjsip.h
@@ -761,6 +761,8 @@ struct ast_sip_endpoint {
unsigned int rtcp_mux;
/*! Do we allow overlap dialling? */
unsigned int allow_overlap;
+ /*! Whether to notifies all the progress details on blind transfer */
+ unsigned int refer_blind_progress;
};
/*! URI parameter for symmetric transport */