Asterisk - The Open Source Telephony Project
21.4.1
|
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 83 of file res_pjsip_publish_asterisk.c.