Asterisk - The Open Source Telephony Project
18.5.0
|
Structure which contains Asterisk publication information. More...
Public Member Functions | |
SORCERY_OBJECT (details) | |
Sorcery object details. More... | |
Data Fields | |
struct ast_string_field_pool * | __field_mgr_pool |
Stringfields. More... | |
unsigned int | device_state |
Accept inbound device state events. More... | |
unsigned int | device_state_filter |
Device state should be filtered. More... | |
regex_t | device_state_regex |
Regex used for filtering inbound device state. More... | |
const ast_string_field | devicestate_publish |
Optional name of a device state publish item struct ast_string_field_mgr __field_mgr used to request the remote side update us. More... | |
unsigned int | mailbox_state |
Accept inbound mailbox state events. More... | |
unsigned int | mailbox_state_filter |
Mailbox state should be filtered. More... | |
regex_t | mailbox_state_regex |
Regex used for filtering inbound mailbox state. More... | |
const ast_string_field | mailboxstate_publish |
Optional name of a mailbox state publish item, used to request the remote side update us. More... | |
Structure which contains Asterisk publication information.
Definition at line 107 of file res_pjsip_publish_asterisk.c.
SORCERY_OBJECT | ( | details | ) |
Sorcery object details.
struct ast_string_field_pool* __field_mgr_pool |
Stringfields.
Definition at line 116 of file res_pjsip_publish_asterisk.c.
unsigned int device_state |
Accept inbound device state events.
Definition at line 116 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_publication_devicestate(), and load_module().
unsigned int device_state_filter |
Device state should be filtered.
Definition at line 122 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_publication_devicestate(), and regex_filter_handler().
regex_t device_state_regex |
Regex used for filtering inbound device state.
Definition at line 120 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_publication_devicestate(), and regex_filter_handler().
const ast_string_field devicestate_publish |
Optional name of a device state publish item struct ast_string_field_mgr __field_mgr used to request the remote side update us.
Definition at line 116 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_publication_devicestate_refresh(), load_module(), and send_refresh_cb().
unsigned int mailbox_state |
Accept inbound mailbox state events.
Definition at line 124 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_publication_mailboxstate(), and load_module().
unsigned int mailbox_state_filter |
Mailbox state should be filtered.
Definition at line 128 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_publication_mailboxstate(), and regex_filter_handler().
regex_t mailbox_state_regex |
Regex used for filtering inbound mailbox state.
Definition at line 126 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_publication_mailboxstate(), and regex_filter_handler().
const ast_string_field mailboxstate_publish |
Optional name of a mailbox state publish item, used to request the remote side update us.
Definition at line 116 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_publication_mwi_refresh(), load_module(), and send_refresh_cb().