Asterisk - The Open Source Telephony Project
18.5.0
|
Structure which contains Asterisk device state publisher state information. More...
Data Fields | |
struct ast_sip_outbound_publish_client * | client |
The publish client to send PUBLISH messages on. More... | |
unsigned int | device_state_filter |
Device state should be filtered. More... | |
regex_t | device_state_regex |
Regex used for filtering outbound device state. More... | |
struct stasis_subscription * | device_state_subscription |
Device state subscription. More... | |
Structure which contains Asterisk device state publisher state information.
Definition at line 83 of file res_pjsip_publish_asterisk.c.
struct ast_sip_outbound_publish_client* client |
The publish client to send PUBLISH messages on.
Definition at line 85 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_devicestate_publisher_state_destroy(), asterisk_publication_devicestate_refresh(), asterisk_publication_mwi_refresh(), asterisk_publisher_devstate_cb(), asterisk_start_devicestate_publishing(), and send_refresh_cb().
unsigned int device_state_filter |
Device state should be filtered.
Definition at line 91 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_devicestate_publisher_state_destroy(), asterisk_publisher_devstate_cb(), and asterisk_start_devicestate_publishing().
regex_t device_state_regex |
Regex used for filtering outbound device state.
Definition at line 89 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_devicestate_publisher_state_destroy(), asterisk_publisher_devstate_cb(), and asterisk_start_devicestate_publishing().
Device state subscription.
Definition at line 87 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_start_devicestate_publishing(), asterisk_stop_devicestate_publishing(), and cached_devstate_cb().