mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 03:20:33 +00:00
Merge "res_pjsip_exten_state: Fix race condition between sending NOTIFY and termination" into 13
This commit is contained in:
@@ -405,6 +405,16 @@ void ast_sip_subscription_get_remote_uri(struct ast_sip_subscription *sub, char
|
||||
*/
|
||||
const char *ast_sip_subscription_get_resource_name(struct ast_sip_subscription *sub);
|
||||
|
||||
/*!
|
||||
* \brief Get whether the subscription has been terminated or not.
|
||||
*
|
||||
* \param sub The subscription.
|
||||
* \retval 0 not terminated.
|
||||
* \retval 1 terminated.
|
||||
* \since 13.4.0
|
||||
*/
|
||||
int ast_sip_subscription_is_terminated(const struct ast_sip_subscription *sub);
|
||||
|
||||
/*!
|
||||
* \brief Get a header value for a subscription.
|
||||
*
|
||||
|
Reference in New Issue
Block a user