Asterisk - The Open Source Telephony Project GIT-master-97770a9
Data Fields
store_hint Struct Reference
Collaboration diagram for store_hint:
Collaboration graph
[legend]

Data Fields

struct {
   struct ast_state_cb *   first
 
   struct ast_state_cb *   last
 
callbacks
 
struct ast_state_cbcallbacks
 
char * context
 
char data [0]
 
char * exten
 
char * last_presence_message
 
int last_presence_state
 
char * last_presence_subtype
 
int laststate
 
struct {
   struct store_hint *   next
 
list
 
struct {
   struct store_hint *   next
 
list
 

Detailed Description

Definition at line 6237 of file pbx.c.

Field Documentation

◆  [1/2]

struct { ... } callbacks

◆ callbacks [2/2]

struct ast_state_cb* callbacks

Definition at line 2440 of file extconf.c.

◆ context

char * context

Definition at line 6238 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ data

char data

Definition at line 6247 of file pbx.c.

◆ exten

char * exten

Definition at line 6239 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ first

struct ast_state_cb* first

Definition at line 6240 of file pbx.c.

◆ last

struct ast_state_cb* last

Definition at line 6240 of file pbx.c.

◆ last_presence_message

char* last_presence_message

Definition at line 6244 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ last_presence_state

int last_presence_state

Definition at line 6242 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ last_presence_subtype

char* last_presence_subtype

Definition at line 6243 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ laststate

int laststate

Definition at line 6241 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆  [1/2]

struct { ... } list

◆  [2/2]

struct { ... } list

◆ next

struct store_hint* next

Definition at line 6246 of file pbx.c.


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