| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Structure which contains Asterisk publication information. More...

| Public Member Functions | |
| SORCERY_OBJECT (details) | |
| Sorcery object details. | |
| Data Fields | |
| struct ast_string_field_mgr | __field_mgr | 
| struct ast_string_field_pool * | __field_mgr_pool | 
| Stringfields. | |
| unsigned int | device_state | 
| Accept inbound device state events. | |
| unsigned int | device_state_filter | 
| Device state should be filtered. | |
| regex_t | device_state_regex | 
| Regex used for filtering inbound device state. | |
| const ast_string_field | devicestate_publish | 
| unsigned int | mailbox_state | 
| Accept inbound mailbox state events. | |
| unsigned int | mailbox_state_filter | 
| Mailbox state should be filtered. | |
| regex_t | mailbox_state_regex | 
| Regex used for filtering inbound mailbox state. | |
| const ast_string_field | mailboxstate_publish | 
Structure which contains Asterisk publication information.
Definition at line 131 of file res_pjsip_publish_asterisk.c.
| SORCERY_OBJECT | ( | details | ) | 
Sorcery object details.
| struct ast_string_field_mgr __field_mgr | 
Definition at line 140 of file res_pjsip_publish_asterisk.c.
| struct ast_string_field_pool* __field_mgr_pool | 
Stringfields.
Optional name of a device state publish item, used to request the remote side update us
Optional name of a mailbox state publish item, used to request the remote side update us
Definition at line 140 of file res_pjsip_publish_asterisk.c.
| unsigned int device_state | 
Accept inbound device state events.
Definition at line 142 of file res_pjsip_publish_asterisk.c.
Referenced by load_module().
| unsigned int device_state_filter | 
Device state should be filtered.
Definition at line 146 of file res_pjsip_publish_asterisk.c.
Referenced by regex_filter_handler().
| regex_t device_state_regex | 
Regex used for filtering inbound device state.
Definition at line 144 of file res_pjsip_publish_asterisk.c.
| const ast_string_field devicestate_publish | 
Definition at line 140 of file res_pjsip_publish_asterisk.c.
Referenced by load_module().
| unsigned int mailbox_state | 
Accept inbound mailbox state events.
Definition at line 148 of file res_pjsip_publish_asterisk.c.
Referenced by load_module().
| unsigned int mailbox_state_filter | 
Mailbox state should be filtered.
Definition at line 152 of file res_pjsip_publish_asterisk.c.
| regex_t mailbox_state_regex | 
Regex used for filtering inbound mailbox state.
Definition at line 150 of file res_pjsip_publish_asterisk.c.
| const ast_string_field mailboxstate_publish | 
Definition at line 140 of file res_pjsip_publish_asterisk.c.
Referenced by load_module().