mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
Merge "res_pjsip: New endpoint option "notify_early_inuse_ringing"" into 13
This commit is contained in:
@@ -763,6 +763,8 @@ struct ast_sip_endpoint {
|
||||
unsigned int allow_overlap;
|
||||
/*! Whether to notifies all the progress details on blind transfer */
|
||||
unsigned int refer_blind_progress;
|
||||
/*! Whether to notifies dialog-info 'early' on INUSE && RINGING state */
|
||||
unsigned int notify_early_inuse_ringing;
|
||||
};
|
||||
|
||||
/*! URI parameter for symmetric transport */
|
||||
|
@@ -69,7 +69,8 @@ void ast_sip_sanitize_xml(const char *input, char *output, size_t len);
|
||||
* \param[out] local_state
|
||||
*/
|
||||
void ast_sip_presence_exten_state_to_str(int state, char **statestring,
|
||||
char **pidfstate, char **pidfnote, enum ast_sip_pidf_state *local_state);
|
||||
char **pidfstate, char **pidfnote, enum ast_sip_pidf_state *local_state,
|
||||
unsigned int notify_early_inuse_ringing);
|
||||
|
||||
/*!
|
||||
* \brief Create XML attribute
|
||||
|
Reference in New Issue
Block a user