mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 22:45:49 +00:00
res_pjsip: Added "subscribe_context" to endpoint
If specified, incoming SUBSCRIBE requests will be searched for the matching extension in the indicated context. If no "subscribe_context" is specified, then the "context" setting is used. ASTERISK-25471 #close Change-Id: I3fb7a15f5bc154079bd348c08b7ad1cdd2d5e514
This commit is contained in:
@@ -503,6 +503,8 @@ struct ast_sip_endpoint_subscription_configuration {
|
||||
unsigned int minexpiry;
|
||||
/*! Message waiting configuration */
|
||||
struct ast_sip_mwi_configuration mwi;
|
||||
/* Context for SUBSCRIBE requests */
|
||||
char context[AST_MAX_CONTEXT];
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user