mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "res_pjsip: Fix issues that prevented shutdown of modules."
This commit is contained in:
@@ -587,6 +587,13 @@ int ast_sip_session_register_supplement(struct ast_sip_session_supplement *suppl
|
||||
*/
|
||||
void ast_sip_session_unregister_supplement(struct ast_sip_session_supplement *supplement);
|
||||
|
||||
/*!
|
||||
* \brief Add supplements to a SIP session
|
||||
*
|
||||
* \param session The session to initialize
|
||||
*/
|
||||
int ast_sip_session_add_supplements(struct ast_sip_session *session);
|
||||
|
||||
/*!
|
||||
* \brief Alternative for ast_datastore_alloc()
|
||||
*
|
||||
|
Reference in New Issue
Block a user