Merge "res_pjsip: New endpoint option "refer_blind_progress"" into 13

This commit is contained in:
Jenkins2
2017-06-01 09:48:48 -05:00
committed by Gerrit Code Review
7 changed files with 72 additions and 2 deletions

View File

@@ -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 */