Merge "res_pjsip: Fix issues that prevented shutdown of modules."

This commit is contained in:
Jenkins2
2017-10-09 17:29:26 -05:00
committed by Gerrit Code Review
6 changed files with 183 additions and 88 deletions

View File

@@ -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()
*