Structure for parking lots which are put in a container. More...

Data Structures | |
| struct | parkinglot_parklist |
Data Fields | |
| char | mohclass [MAX_MUSICCLASS] |
| char | name [AST_MAX_CONTEXT] |
| int | parkaddhints |
| int | parkedcallhangup |
| int | parkedcallrecording |
| int | parkedcallreparking |
| int | parkedcalltransfers |
| char | parkext [AST_MAX_EXTENSION] |
| int | parkfindnext |
| char | parking_con [AST_MAX_EXTENSION] |
| char | parking_con_dial [AST_MAX_EXTENSION] |
| int | parking_offset |
| int | parking_start |
| int | parking_stop |
| struct ast_parkinglot::parkinglot_parklist | parkings |
| int | parkingtime |
| unsigned short | the_mark:1 |
Structure for parking lots which are put in a container.
Definition at line 399 of file features.c.
| char mohclass[MAX_MUSICCLASS] |
Music class used for parking
Definition at line 409 of file features.c.
Referenced by build_parkinglot(), handle_feature_show(), load_config(), manage_parkinglot(), and park_call_full().
| char name[AST_MAX_CONTEXT] |
Definition at line 400 of file features.c.
Referenced by build_parkinglot(), copy_parkinglot(), create_parkinglot(), find_parkinglot(), handle_feature_show(), handle_parkedcalls(), manage_parkinglot(), park_call_full(), park_space_reserve(), parkcall_helper(), parkinglot_addref(), parkinglot_cmp_cb(), parkinglot_hash_cb(), parkinglot_unref(), and post_manager_event().
| int parkaddhints |
Add parking hints automatically
Definition at line 410 of file features.c.
Referenced by build_parkinglot(), and load_config().
| int parkedcallhangup |
Enable DTMF based hangup on a bridge when pickup up parked calls
Definition at line 413 of file features.c.
Referenced by build_parkinglot(), load_config(), and park_exec_full().
Enable DTMF based recording on a bridge when picking up parked calls
Definition at line 414 of file features.c.
Referenced by build_parkinglot(), load_config(), and park_exec_full().
Enable DTMF based parking on bridge when picking up parked calls
Definition at line 412 of file features.c.
Referenced by build_parkinglot(), load_config(), and park_exec_full().
Enable DTMF based transfers on bridge when picking up parked calls
Definition at line 411 of file features.c.
Referenced by build_parkinglot(), load_config(), and park_exec_full().
| char parkext[AST_MAX_EXTENSION] |
Parkingextension
Definition at line 401 of file features.c.
Referenced by build_parkinglot(), find_parkinglot_by_exten_cb(), handle_feature_show(), and load_config().
| int parkfindnext |
Definition at line 407 of file features.c.
Referenced by build_parkinglot(), load_config(), and park_space_reserve().
| char parking_con[AST_MAX_EXTENSION] |
Context for which parking is made accessible
Definition at line 402 of file features.c.
Referenced by build_parkinglot(), handle_feature_show(), load_config(), manage_parkinglot(), park_call_full(), park_exec_full(), park_space_reserve(), and parkinglot_destroy().
| char parking_con_dial[AST_MAX_EXTENSION] |
Context for dialback for parking (KLUDGE)
Definition at line 403 of file features.c.
Referenced by build_parkinglot(), and manage_parkinglot().
| int parking_offset |
Definition at line 406 of file features.c.
Referenced by load_config(), and park_space_reserve().
| int parking_start |
First available extension for parking
Definition at line 404 of file features.c.
Referenced by build_parkinglot(), find_parkinglot_by_position_cb(), handle_feature_show(), load_config(), and park_space_reserve().
| int parking_stop |
Last available extension for parking
Definition at line 405 of file features.c.
Referenced by build_parkinglot(), handle_feature_show(), load_config(), and park_space_reserve().
List of active parkings in this parkinglot
Referenced by copy_parkinglot(), create_parkinglot(), handle_parkedcalls(), manage_parkinglot(), manager_parking_status(), park_call_full(), park_exec_full(), and park_space_reserve().
| int parkingtime |
Default parking time
Definition at line 408 of file features.c.
Referenced by build_parkinglot(), handle_feature_show(), load_config(), and park_call_full().
| unsigned short the_mark |
Used during reloads, that which bears the_mark shall be deleted!
Definition at line 415 of file features.c.
Referenced by build_parkinglot(), parkinglot_is_marked_cb(), and parkinglot_markall_cb().