mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "pjsip: Add option global/regcontext" into 13
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user