
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 134 of file res_features.c.
| struct ast_channel* chan |
Parking channel
Definition at line 135 of file res_features.c.
Referenced by do_parking_thread(), handle_parkedcalls(), manager_parking_status(), and park_exec().
| char context[AST_MAX_CONTEXT] |
Where to go if our parking time expires
Definition at line 139 of file res_features.c.
Referenced by do_parking_thread(), and handle_parkedcalls().
| char exten[AST_MAX_EXTENSION] |
Definition at line 140 of file res_features.c.
Referenced by do_parking_thread(), and handle_parkedcalls().
| unsigned char moh_trys |
| struct parkeduser* next |
Definition at line 146 of file res_features.c.
Referenced by ast_park_call(), do_parking_thread(), handle_parkedcalls(), manager_parking_status(), and park_exec().
| int notquiteyet |
Definition at line 143 of file res_features.c.
Referenced by ast_park_call(), and do_parking_thread().
| char parkingexten[AST_MAX_EXTENSION] |
If set beforehand, parking extension used for this call
Definition at line 138 of file res_features.c.
Referenced by do_parking_thread(), handle_parkedcalls(), and park_exec().
| int parkingnum |
Parking lot
Definition at line 137 of file res_features.c.
Referenced by ast_park_call(), do_parking_thread(), manager_parking_status(), and park_exec().
| int parkingtime |
Maximum length in parking lot before return
Definition at line 142 of file res_features.c.
Referenced by do_parking_thread(), handle_parkedcalls(), and manager_parking_status().
| char peername[1024] |
Definition at line 144 of file res_features.c.
Referenced by do_parking_thread(), and manager_parking_status().
| int priority |
Definition at line 141 of file res_features.c.
Referenced by do_parking_thread(), and handle_parkedcalls().
| struct timeval start |
Time the parking started
Definition at line 136 of file res_features.c.
Referenced by do_parking_thread(), handle_parkedcalls(), and manager_parking_status().
1.5.1