Merge "pjsip: Add option global/regcontext" into 13

This commit is contained in:
Joshua Colp
2016-01-14 06:32:04 -06:00
committed by Gerrit Code Review
7 changed files with 91 additions and 0 deletions

View File

@@ -2074,6 +2074,17 @@ void ast_sip_unregister_supplement(struct ast_sip_supplement *supplement);
*/
char *ast_sip_get_debug(void);
/*!
* \brief Retrieve the global regcontext setting.
*
* \since 13.8.0
*
* \note returned string needs to be de-allocated by caller.
*
* \retval the global regcontext setting
*/
char *ast_sip_get_regcontext(void);
/*!
* \brief Retrieve the global endpoint_identifier_order setting.
*