Asterisk - The Open Source Telephony Project GIT-master-6144b6b
Loading...
Searching...
No Matches
Data Fields
ast_extension_state_presence_snapshot Struct Reference

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.
 

Detailed Description

Presence snapshot for an extension state.

Definition at line 90 of file extension_state.h.

Field Documentation

◆ presence_message

char* presence_message

◆ presence_state

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().

◆ presence_subtype

char* presence_subtype

The documentation for this struct was generated from the following file: