Asterisk - The Open Source Telephony Project
21.4.1
|
Endpoint subscription configuration. More...
#include <res_pjsip.h>
Data Fields | |
unsigned int | allow |
char | context [80] |
unsigned int | minexpiry |
struct ast_sip_mwi_configuration | mwi |
Endpoint subscription configuration.
Definition at line 737 of file res_pjsip.h.
unsigned int allow |
Indicates if endpoint is allowed to initiate subscriptions
Definition at line 739 of file res_pjsip.h.
char context[80 ] |
Context for SUBSCRIBE requests
Definition at line 745 of file res_pjsip.h.
unsigned int minexpiry |
The minimum allowed expiration for subscriptions from endpoint
Definition at line 741 of file res_pjsip.h.
struct ast_sip_mwi_configuration mwi |
Message waiting configuration
Definition at line 743 of file res_pjsip.h.