Asterisk - The Open Source Telephony Project GIT-master-a63eec2
Loading...
Searching...
No Matches
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 6258 of file pbx.c.

Field Documentation

◆ [struct] [1/2]

struct { ... } callbacks

◆ callbacks [2/2]

struct ast_state_cb* callbacks

Definition at line 2438 of file extconf.c.

◆ context

char * context

Definition at line 6259 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ data

char data

Definition at line 6268 of file pbx.c.

◆ exten

char * exten

Definition at line 6260 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ first

struct ast_state_cb* first

Definition at line 6261 of file pbx.c.

◆ last

struct ast_state_cb* last

Definition at line 6261 of file pbx.c.

◆ last_presence_message

char* last_presence_message

Definition at line 6265 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ last_presence_state

int last_presence_state

Definition at line 6263 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ last_presence_subtype

char* last_presence_subtype

Definition at line 6264 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ laststate

int laststate

Definition at line 6262 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ [struct] [1/2]

struct { ... } list

◆ [struct] [2/2]

struct { ... } list

◆ next

struct store_hint* next

Definition at line 6267 of file pbx.c.


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