Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_state_cb_info Struct Reference

#include <pbx.h>

Collaboration diagram for ast_state_cb_info:
Collaboration graph
[legend]

Data Fields

struct ao2_containerdevice_state_info
 
enum ast_extension_states exten_state
 
const char * presence_message
 
enum ast_presence_state presence_state
 
const char * presence_subtype
 
enum ast_state_cb_update_reason reason
 

Detailed Description

Definition at line 102 of file pbx.h.

Field Documentation

◆ device_state_info

struct ao2_container* device_state_info

Definition at line 105 of file pbx.h.

Referenced by execute_state_callback().

◆ exten_state

enum ast_extension_states exten_state

Definition at line 104 of file pbx.h.

◆ presence_message

const char* presence_message

Definition at line 108 of file pbx.h.

◆ presence_state

enum ast_presence_state presence_state

Definition at line 106 of file pbx.h.

◆ presence_subtype

const char* presence_subtype

Definition at line 107 of file pbx.h.

◆ reason

Definition at line 103 of file pbx.h.

Referenced by execute_state_callback(), and ErrorResponse::load().


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