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] |
| struct { | |
| struct parkeduser * next | |
| } | list |
| 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 256 of file features.c.
| struct ast_channel* chan |
Parking channel
Definition at line 257 of file features.c.
Referenced by handle_parkedcalls(), manage_parkinglot(), manager_parking_status(), park_call_full(), park_exec_full(), and post_manager_event().
| char context[AST_MAX_CONTEXT] |
Where to go if our parking time expires
Definition at line 261 of file features.c.
Referenced by handle_parkedcalls(), manage_parkinglot(), and park_call_full().
| char exten[AST_MAX_EXTENSION] |
Definition at line 262 of file features.c.
Referenced by handle_parkedcalls(), manage_parkinglot(), and park_call_full().
| struct { ... } list |
| unsigned char moh_trys |
Definition at line 268 of file features.c.
Referenced by manage_parkinglot().
| struct parkeduser* next |
Definition at line 270 of file features.c.
| unsigned int notquiteyet |
Definition at line 265 of file features.c.
Referenced by manage_parkinglot(), park_call_full(), park_exec_full(), and park_space_reserve().
| unsigned int options_specified |
Definition at line 266 of file features.c.
Referenced by manage_parkinglot(), and park_call_full().
| char parkingexten[AST_MAX_EXTENSION] |
If set beforehand, parking extension used for this call
Definition at line 260 of file features.c.
Referenced by handle_parkedcalls(), manage_parkinglot(), park_call_full(), park_exec_full(), park_space_reserve(), and post_manager_event().
| struct ast_parkinglot* parkinglot |
Definition at line 269 of file features.c.
Referenced by manage_parkinglot(), park_call_full(), park_space_reserve(), and post_manager_event().
| int parkingnum |
Parking lot
Definition at line 259 of file features.c.
Referenced by manage_parkinglot(), manager_parking_status(), park_call_full(), park_exec_full(), and park_space_reserve().
| int parkingtime |
Maximum length in parking lot before return
Definition at line 264 of file features.c.
Referenced by handle_parkedcalls(), manage_parkinglot(), manager_parking_status(), and park_call_full().
| char peername[1024] |
Definition at line 267 of file features.c.
Referenced by manage_parkinglot(), manager_parking_status(), and park_call_full().
| int priority |
Definition at line 263 of file features.c.
Referenced by handle_parkedcalls(), manage_parkinglot(), and park_call_full().
| struct timeval start |
Time the parking started
Definition at line 258 of file features.c.
Referenced by handle_parkedcalls(), manage_parkinglot(), manager_parking_status(), and park_call_full().