| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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. | |
| unsigned int | device_state_filter | 
| Device state should be filtered. | |
| regex_t | device_state_regex | 
| Regex used for filtering outbound device state. | |
| struct stasis_subscription * | device_state_subscription | 
| Device state subscription. | |
Structure which contains Asterisk device state publisher state information.
Definition at line 107 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 109 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_devicestate_publisher_state_destroy(), asterisk_publisher_devstate_cb(), asterisk_start_devicestate_publishing(), and asterisk_stop_devicestate_publishing().
| unsigned int device_state_filter | 
Device state should be filtered.
Definition at line 115 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 113 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 111 of file res_pjsip_publish_asterisk.c.
Referenced by asterisk_start_devicestate_publishing(), asterisk_stop_devicestate_publishing(), and cached_devstate_cb().