|
Asterisk - The Open Source Telephony Project GIT-master-6144b6b
|
Device state source feeding an extension state. More...

Data Fields | |
| struct stasis_subscription * | device_state_subscription |
| Synchronous subscription to the device state topic. | |
| struct ast_extension_state_device_state_info * | info |
| The current state of the device - this is immutable. | |
| unsigned int | version |
| The current version for this source. | |
Device state source feeding an extension state.
Definition at line 86 of file extension_state.c.
Synchronous subscription to the device state topic.
Definition at line 90 of file extension_state.c.
Referenced by extension_state_device_source_alloc(), and extension_state_device_source_destroy().
| struct ast_extension_state_device_state_info* info |
The current state of the device - this is immutable.
Definition at line 88 of file extension_state.c.
Referenced by extension_state_device_snapshot_create(), extension_state_device_source_alloc(), extension_state_device_source_destroy(), extension_state_device_state_cb(), and extension_state_update_sources().
| unsigned int version |
The current version for this source.
Definition at line 92 of file extension_state.c.
Referenced by extension_state_update_sources(), and ParsingContext::next().