Asterisk - The Open Source Telephony Project
21.4.1
|
Endpoint configuration for unsolicited MWI. More...
#include <res_pjsip.h>
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
unsigned int | aggregate |
const ast_string_field | fromuser |
const ast_string_field | mailboxes |
unsigned int | subscribe_replaces_unsolicited |
char * | voicemail_extension |
Endpoint configuration for unsolicited MWI.
Definition at line 721 of file res_pjsip.h.
unsigned int aggregate |
Should mailbox states be combined into a single notification?
Definition at line 727 of file res_pjsip.h.
const ast_string_field fromuser |
Username to use when sending MWI NOTIFYs to this endpoint
Definition at line 725 of file res_pjsip.h.
const ast_string_field mailboxes |
Configured voicemail boxes for this endpoint. Used for MWI
Definition at line 723 of file res_pjsip.h.
unsigned int subscribe_replaces_unsolicited |
Should a subscribe replace unsolicited notifies?
Definition at line 729 of file res_pjsip.h.
char* voicemail_extension |
Voicemail extension to set in Message-Account
Definition at line 731 of file res_pjsip.h.