summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-06-01 09:48:48 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-06-01 09:48:48 -0500
commit3e8eea0325d18ef4b29c45349cddbf13552b4d86 (patch)
tree5e4caee9e058512aa97d54d7945ab573cd08ab55 /include
parenta76b473c491f14786d120c7bba127ee53eb380d0 (diff)
parent6af2dd34afc2c20bdabd07bc3836821690db4c86 (diff)
Merge "res_pjsip: New endpoint option "refer_blind_progress"" into 13
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 */