|
Asterisk - The Open Source Telephony Project GIT-master-6144b6b
|
Presence snapshot for an extension state. More...
#include <extension_state.h>
Data Fields | |
| char * | presence_message |
| An optional message for the presence. | |
| enum ast_presence_state | presence_state |
| The presence state of the extension. | |
| char * | presence_subtype |
| The subtype of the presence state. | |
Presence snapshot for an extension state.
Definition at line 90 of file extension_state.h.
| char* presence_message |
An optional message for the presence.
Definition at line 96 of file extension_state.h.
Referenced by ast_hint_presence_state(), extension_state_legacy_update_cb(), extension_state_presence_snapshot_create(), and extension_state_presence_snapshot_destroy().
| enum ast_presence_state presence_state |
The presence state of the extension.
Definition at line 92 of file extension_state.h.
Referenced by ast_hint_presence_state(), extension_state_legacy_update_cb(), extension_state_presence_snapshot_create(), and handle_show_hint().
| char* presence_subtype |
The subtype of the presence state.
Definition at line 94 of file extension_state.h.
Referenced by ast_hint_presence_state(), extension_state_legacy_update_cb(), extension_state_presence_snapshot_create(), and extension_state_presence_snapshot_destroy().