Data Fields | |
char | mohclass [MAX_MUSICCLASS] |
char | name [AST_MAX_CONTEXT] |
int | parkaddhints |
int | parkedcallhangup |
int | parkedcallrecording |
int | parkedcallreparking |
int | parkedcalltransfers |
int | parkfindnext |
char | parking_con [AST_MAX_EXTENSION] |
char | parking_con_dial [AST_MAX_EXTENSION] |
int | parking_offset |
int | parking_start |
int | parking_stop |
ast_parkinglot::parkinglot_parklist | parkings |
int | parkingtime |
Data Structures | |
struct | parkinglot_parklist |
Definition at line 115 of file features.c.
char mohclass[MAX_MUSICCLASS] |
Music class used for parking
Definition at line 124 of file features.c.
Referenced by ast_park_call_full(), and manage_parkinglot().
char name[AST_MAX_CONTEXT] |
Definition at line 116 of file features.c.
Referenced by ast_park_call_full(), find_parkinglot(), handle_feature_show(), handle_parkedcalls(), manage_parkinglot(), and post_manager_event().
int parkaddhints |
Add parking hints automatically
Definition at line 125 of file features.c.
Referenced by load_config().
int parkedcallhangup |
Enable DTMF based hangup on a bridge when pickup up parked calls
Definition at line 128 of file features.c.
Referenced by load_config().
Enable DTMF based recording on a bridge when picking up parked calls
Definition at line 129 of file features.c.
Referenced by load_config().
Enable DTMF based parking on bridge when picking up parked calls
Definition at line 127 of file features.c.
Referenced by load_config().
Enable DTMF based transfers on bridge when picking up parked calls
Definition at line 126 of file features.c.
Referenced by load_config().
int parkfindnext |
Definition at line 122 of file features.c.
char parking_con[AST_MAX_EXTENSION] |
Context for which parking is made accessible
Definition at line 117 of file features.c.
Referenced by ast_park_call_full(), handle_feature_show(), load_config(), manage_parkinglot(), and parkinglot_destroy().
char parking_con_dial[AST_MAX_EXTENSION] |
Context for dialback for parking (KLUDGE)
Definition at line 118 of file features.c.
Referenced by manage_parkinglot().
int parking_offset |
Definition at line 121 of file features.c.
int parking_start |
First available extension for parking
Definition at line 119 of file features.c.
Referenced by handle_feature_show().
int parking_stop |
Last available extension for parking
Definition at line 120 of file features.c.
Referenced by handle_feature_show().
List of active parkings in this parkinglot
Referenced by ast_park_call_full(), handle_parkedcalls(), manage_parkinglot(), and manager_parking_status().
int parkingtime |