Data Fields | |
ast_channel * | chan |
char | context [AST_MAX_CONTEXT] |
char | exten [AST_MAX_EXTENSION] |
unsigned char | moh_trys |
parkeduser * | next |
int | notquiteyet |
char | parkingexten [AST_MAX_EXTENSION] |
int | parkingnum |
int | parkingtime |
char | peername [1024] |
int | priority |
timeval | start |
Definition at line 213 of file res_features.c.
struct ast_channel* chan |
Parking channel
Definition at line 214 of file res_features.c.
Referenced by do_parking_thread(), handle_parkedcalls(), manager_parking_status(), masq_park_call(), park_call_full(), park_exec(), park_space_reserve(), and set_peers().
char context[AST_MAX_CONTEXT] |
Where to go if our parking time expires
Definition at line 218 of file res_features.c.
Referenced by do_parking_thread(), handle_parkedcalls(), and park_call_full().
char exten[AST_MAX_EXTENSION] |
Definition at line 219 of file res_features.c.
Referenced by do_parking_thread(), handle_parkedcalls(), and park_call_full().
unsigned char moh_trys |
struct parkeduser* next |
Definition at line 225 of file res_features.c.
Referenced by do_parking_thread(), handle_parkedcalls(), manager_parking_status(), park_exec(), and park_space_reserve().
int notquiteyet |
Definition at line 222 of file res_features.c.
Referenced by do_parking_thread(), park_call_full(), and park_exec().
char parkingexten[AST_MAX_EXTENSION] |
If set beforehand, parking extension used for this call
Definition at line 217 of file res_features.c.
Referenced by do_parking_thread(), handle_parkedcalls(), park_call_full(), park_exec(), and park_space_reserve().
int parkingnum |
Parking lot
Definition at line 216 of file res_features.c.
Referenced by do_parking_thread(), manager_parking_status(), park_call_full(), park_exec(), and park_space_reserve().
int parkingtime |
Maximum length in parking lot before return
Definition at line 221 of file res_features.c.
Referenced by do_parking_thread(), handle_parkedcalls(), manager_parking_status(), and park_call_full().
char peername[1024] |
Definition at line 223 of file res_features.c.
Referenced by do_parking_thread(), manager_parking_status(), and park_call_full().
int priority |
Definition at line 220 of file res_features.c.
Referenced by do_parking_thread(), handle_parkedcalls(), and park_call_full().
struct timeval start |
Time the parking started
Definition at line 215 of file res_features.c.
Referenced by do_parking_thread(), handle_parkedcalls(), manager_parking_status(), and park_call_full().