From 808f2998085b78225addfd73289fdc6c473b7fa1 Mon Sep 17 00:00:00 2001 From: Alexei Gradinari Date: Mon, 8 May 2017 16:56:32 -0400 Subject: 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 --- include/asterisk/res_pjsip.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asterisk/res_pjsip.h') diff --git a/include/asterisk/res_pjsip.h b/include/asterisk/res_pjsip.h index 6f44852b1..59f1710d1 100644 --- a/include/asterisk/res_pjsip.h +++ b/include/asterisk/res_pjsip.h @@ -767,6 +767,8 @@ struct ast_sip_endpoint { unsigned int asymmetric_rtp_codec; /*! 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 */ -- cgit v1.2.3