Description of one parked call, added to a list while active, then removed. The list belongs to a parkinglot. More...

Data Fields | |
| struct ast_channel * | chan |
| char | context [AST_MAX_CONTEXT] |
| char | exten [AST_MAX_EXTENSION] |
| unsigned char | moh_trys |
| unsigned int | notquiteyet:1 |
| unsigned int | options_specified:1 |
| char | parkingexten [AST_MAX_EXTENSION] |
| struct ast_parkinglot * | parkinglot |
| int | parkingnum |
| int | parkingtime |
| char | peername [1024] |
| int | priority |
| struct timeval | start |
Description of one parked call, added to a list while active, then removed. The list belongs to a parkinglot.
Definition at line 96 of file features.c.
struct ast_channel* chan [read] |
Parking channel
Definition at line 97 of file features.c.
Referenced by ast_feature_request_and_dial(), ast_park_call_full(), handle_parkedcalls(), manage_parkinglot(), manager_parking_status(), masq_park_call(), park_exec_full(), and post_manager_event().
| char context[AST_MAX_CONTEXT] |
Where to go if our parking time expires
Definition at line 101 of file features.c.
Referenced by ast_park_call_full(), handle_parkedcalls(), manage_parkinglot(), and metermaidstate().
| char exten[AST_MAX_EXTENSION] |
Definition at line 102 of file features.c.
Referenced by ast_park_call_full(), feature_interpret_helper(), handle_parkedcalls(), load_config(), manage_parkinglot(), metermaidstate(), park_add_hints(), remap_feature(), and unmap_features().
| unsigned char moh_trys |
Definition at line 108 of file features.c.
Referenced by manage_parkinglot().
| unsigned int notquiteyet |
Definition at line 105 of file features.c.
Referenced by ast_park_call_full(), manage_parkinglot(), and park_space_reserve().
| unsigned int options_specified |
Definition at line 106 of file features.c.
Referenced by ast_park_call_full(), and manage_parkinglot().
| char parkingexten[AST_MAX_EXTENSION] |
If set beforehand, parking extension used for this call
Definition at line 100 of file features.c.
Referenced by ast_park_call_full(), handle_parkedcalls(), manage_parkinglot(), park_exec_full(), park_space_reserve(), and post_manager_event().
struct ast_parkinglot* parkinglot [read] |
Definition at line 109 of file features.c.
Referenced by ast_park_call_full(), build_parkinglot(), find_parkinglot(), findparkinglotname(), manage_parkinglot(), park_space_reserve(), parkinglot_cmp_cb(), parkinglot_hash_cb(), and post_manager_event().
| int parkingnum |
Parking lot
Definition at line 99 of file features.c.
Referenced by ast_park_call_full(), manage_parkinglot(), manager_parking_status(), park_exec_full(), and park_space_reserve().
| int parkingtime |
Maximum length in parking lot before return
Definition at line 104 of file features.c.
Referenced by ast_park_call_full(), handle_parkedcalls(), manage_parkinglot(), and manager_parking_status().
| char peername[1024] |
Definition at line 107 of file features.c.
Referenced by ast_park_call_full(), manage_parkinglot(), and manager_parking_status().
| int priority |
Definition at line 103 of file features.c.
Referenced by ast_park_call_full(), handle_parkedcalls(), and manage_parkinglot().
struct timeval start [read] |
Time the parking started
Definition at line 98 of file features.c.
Referenced by ast_park_call_full(), build_parkinglot(), handle_parkedcalls(), load_config(), manage_parkinglot(), manager_parking_status(), and park_space_reserve().
1.6.1