|
Asterisk - The Open Source Telephony Project GIT-master-6144b6b
|
Stasis message for extension state update message. More...
#include <extension_state.h>

Data Fields | |
| char * | context |
| The dialplan context. | |
| char | extension [0] |
| The dialplan extension. | |
| struct ast_extension_state_device_snapshot * | new_device_snapshot |
| The new device snapshot - will be pointer equivalent to old if unchanged. | |
| struct ast_extension_state_presence_snapshot * | new_presence_snapshot |
| The new presence snapshot - will be pointer equivalent to old if unchanged. | |
| struct ast_extension_state_device_snapshot * | old_device_snapshot |
| The old device snapshot. | |
| struct ast_extension_state_presence_snapshot * | old_presence_snapshot |
| The old presence snapshot. | |
Stasis message for extension state update message.
Definition at line 100 of file extension_state.h.
| char* context |
The dialplan context.
Definition at line 110 of file extension_state.h.
Referenced by extension_state_legacy_update_cb(), and extension_state_update_message_create().
| char extension[0] |
The dialplan extension.
Definition at line 112 of file extension_state.h.
Referenced by extension_state_legacy_update_cb(), and extension_state_update_message_create().
| struct ast_extension_state_device_snapshot* new_device_snapshot |
The new device snapshot - will be pointer equivalent to old if unchanged.
Definition at line 104 of file extension_state.h.
Referenced by extension_state_legacy_update_cb(), extension_state_update_message_create(), and extension_state_update_message_destroy().
| struct ast_extension_state_presence_snapshot* new_presence_snapshot |
The new presence snapshot - will be pointer equivalent to old if unchanged.
Definition at line 108 of file extension_state.h.
Referenced by extension_state_legacy_update_cb(), extension_state_update_message_create(), and extension_state_update_message_destroy().
| struct ast_extension_state_device_snapshot* old_device_snapshot |
The old device snapshot.
Definition at line 102 of file extension_state.h.
Referenced by extension_state_legacy_update_cb(), extension_state_update_message_create(), and extension_state_update_message_destroy().
| struct ast_extension_state_presence_snapshot* old_presence_snapshot |
The old presence snapshot.
Definition at line 106 of file extension_state.h.
Referenced by extension_state_legacy_update_cb(), extension_state_update_message_create(), and extension_state_update_message_destroy().