summaryrefslogtreecommitdiff
path: root/include/asterisk
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:49:59 -0500
commitd02020791bb3285b09a8f974525f351175ea5186 (patch)
treeaee1329289e85a0bb14fa32a721324274879d4ea /include/asterisk
parent247cb7c9f22e3f76adc5df56314b3902d6765379 (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/asterisk')
-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 cc38251af..4206f4b29 100644
--- a/include/asterisk/res_pjsip.h
+++ b/include/asterisk/res_pjsip.h
@@ -765,6 +765,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 */