Asterisk - The Open Source Telephony Project  21.4.1
Public Member Functions | Data Fields
asterisk_publication_config Struct Reference

Structure which contains Asterisk publication information. More...

Public Member Functions

 SORCERY_OBJECT (details)
 Sorcery object details.
 

Data Fields

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
 Optional name of a device state publish item struct ast_string_field_mgr __field_mgr used to request the remote side update us.
 
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
 Optional name of a mailbox state publish item, used to request the remote side update us.
 

Detailed Description

Structure which contains Asterisk publication information.

Definition at line 107 of file res_pjsip_publish_asterisk.c.


The documentation for this struct was generated from the following file: