Data Fields | |
unsigned int | is_invalid:1 |
char | mohclass [MAX_MUSICCLASS] |
unsigned int | parkaddhints:1 |
int | parkedcallhangup |
Enable DTMF based hangup on a bridge when pickup up parked calls. More... | |
int | parkedcallrecording |
Enable DTMF based recording on a bridge when picking up parked calls. More... | |
int | parkedcallreparking |
Enable DTMF based parking on bridge when picking up parked calls. More... | |
int | parkedcalltransfers |
Enable DTMF based transfers on bridge when picking up parked calls. More... | |
char | parkext [AST_MAX_EXTENSION] |
unsigned int | parkext_exclusive:1 |
unsigned int | parkfindnext:1 |
char | parking_con [AST_MAX_EXTENSION] |
int | parking_start |
int | parking_stop |
int | parkingtime |
Parking lot configuration options.
Definition at line 491 of file features.c.
unsigned int is_invalid |
TRUE if configuration is invalid and the parking lot should not be used.
Definition at line 552 of file features.c.
Referenced by create_dynamic_parkinglot(), create_parkinglot(), park_space_reserve(), and parkinglot_config_read().
char mohclass[MAX_MUSICCLASS] |
Music class used for parking
Definition at line 493 of file features.c.
Referenced by handle_feature_show(), manage_parked_call(), park_call_full(), and parkinglot_config_read().
unsigned int parkaddhints |
Add parking hints automatically
Definition at line 550 of file features.c.
Referenced by dialplan_usage_add_parkinglot_data(), parkinglot_activate(), and parkinglot_config_read().
int parkedcallhangup |
Enable DTMF based hangup on a bridge when pickup up parked calls.
none(0) AST_FEATURE_FLAG_BYCALLEE AST_FEATURE_FLAG_BYCALLER AST_FEATURE_FLAG_BYBOTH
Definition at line 533 of file features.c.
Referenced by parked_call_exec(), and parkinglot_config_read().
int parkedcallrecording |
Enable DTMF based recording on a bridge when picking up parked calls.
none(0) AST_FEATURE_FLAG_BYCALLEE AST_FEATURE_FLAG_BYCALLER AST_FEATURE_FLAG_BYBOTH
Definition at line 543 of file features.c.
Referenced by parked_call_exec(), and parkinglot_config_read().
int parkedcallreparking |
Enable DTMF based parking on bridge when picking up parked calls.
none(0) AST_FEATURE_FLAG_BYCALLEE AST_FEATURE_FLAG_BYCALLER AST_FEATURE_FLAG_BYBOTH
Definition at line 523 of file features.c.
Referenced by parked_call_exec(), and parkinglot_config_read().
int parkedcalltransfers |
Enable DTMF based transfers on bridge when picking up parked calls.
none(0) AST_FEATURE_FLAG_BYCALLEE AST_FEATURE_FLAG_BYCALLER AST_FEATURE_FLAG_BYBOTH
Definition at line 513 of file features.c.
Referenced by parked_call_exec(), and parkinglot_config_read().
char parkext[AST_MAX_EXTENSION] |
Extension to park calls in this parking lot.
Definition at line 495 of file features.c.
Referenced by create_dynamic_parkinglot(), dialplan_usage_add_parkinglot_data(), handle_feature_show(), parkinglot_activate(), and parkinglot_config_read().
unsigned int parkext_exclusive |
TRUE if the parking lot is exclusively accessed by parkext
Definition at line 548 of file features.c.
Referenced by create_dynamic_parkinglot(), dialplan_usage_add_parkinglot_data(), parkinglot_activate(), and parkinglot_config_read().
unsigned int parkfindnext |
TRUE if findslot is set to next
Definition at line 546 of file features.c.
Referenced by park_space_reserve(), and parkinglot_config_read().
char parking_con[AST_MAX_EXTENSION] |
Context for which parking is made accessible
Definition at line 497 of file features.c.
Referenced by build_dialplan_useage_context(), create_dynamic_parkinglot(), dialplan_usage_add_parkinglot(), handle_feature_show(), manage_parkinglot(), park_call_full(), parked_call_exec(), parkinglot_activate(), parkinglot_config_read(), usage_context_add_ramp(), and usage_context_add_spaces().
int parking_start |
First available extension for parking
Definition at line 499 of file features.c.
Referenced by create_dynamic_parkinglot(), dialplan_usage_add_parkinglot_data(), handle_feature_show(), park_space_reserve(), parkinglot_activate(), parkinglot_activate_cb(), and parkinglot_config_read().
int parking_stop |
Last available extension for parking
Definition at line 501 of file features.c.
Referenced by create_dynamic_parkinglot(), dialplan_usage_add_parkinglot_data(), handle_feature_show(), park_space_reserve(), parkinglot_activate(), parkinglot_activate_cb(), and parkinglot_config_read().
int parkingtime |
Default parking time in ms.
Definition at line 503 of file features.c.
Referenced by handle_feature_show(), park_call_full(), and parkinglot_config_read().