Asterisk - The Open Source Telephony Project GIT-master-754dea3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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 6252 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 6253 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ data

char data

Definition at line 6262 of file pbx.c.

◆ exten

char * exten

Definition at line 6254 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ first

struct ast_state_cb* first

Definition at line 6255 of file pbx.c.

◆ last

struct ast_state_cb* last

Definition at line 6255 of file pbx.c.

◆ last_presence_message

char* last_presence_message

Definition at line 6259 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ last_presence_state

int last_presence_state

Definition at line 6257 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ last_presence_subtype

char* last_presence_subtype

Definition at line 6258 of file pbx.c.

Referenced by ast_merge_contexts_and_delete().

◆ laststate

int laststate

Definition at line 6256 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 6261 of file pbx.c.


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