Data Fields | |
struct ast_channel * | chan |
char | context [AST_MAX_EXTENSION] |
int | cref |
char | exten [AST_MAX_EXTENSION] |
struct holdeduser * | next |
int | parkingnum |
int | parkingtime |
int | priority |
struct timeval | start |
int | tei |
char | uniqueid [AST_MAX_UNIQUEID] |
char | uniqueidpeer [AST_MAX_UNIQUEID] |
Definition at line 169 of file res_features.c.
struct ast_channel* chan [read] |
Definition at line 170 of file res_features.c.
Referenced by ast_hold_call(), and do_holding_thread().
char context[AST_MAX_EXTENSION] |
Definition at line 176 of file res_features.c.
int cref |
Definition at line 173 of file res_features.c.
char exten[AST_MAX_EXTENSION] |
Definition at line 177 of file res_features.c.
struct holdeduser* next [read] |
Definition at line 182 of file res_features.c.
Referenced by ast_get_holded_call(), ast_hold_call(), and do_holding_thread().
int parkingnum |
Definition at line 172 of file res_features.c.
int parkingtime |
Definition at line 179 of file res_features.c.
int priority |
Definition at line 178 of file res_features.c.
struct timeval start [read] |
Definition at line 171 of file res_features.c.
Referenced by ast_hold_call(), and do_holding_thread().
int tei |
Definition at line 174 of file res_features.c.
char uniqueid[AST_MAX_UNIQUEID] |
Definition at line 180 of file res_features.c.
Referenced by ast_get_holded_call(), and ast_hold_call().
char uniqueidpeer[AST_MAX_UNIQUEID] |