Data Fields | |
| char | comebackcontext [AST_MAX_CONTEXT] |
| unsigned int | comebackdialtime |
| unsigned int | comebacktoorigin:1 |
| 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. | |
| int | parkedcallrecording |
| Enable DTMF based recording on a bridge when picking up parked calls. | |
| int | parkedcallreparking |
| Enable DTMF based parking on bridge when picking up parked calls. | |
| int | parkedcalltransfers |
| Enable DTMF based transfers on bridge when picking up parked calls. | |
| char | parkext [AST_MAX_EXTENSION] |
| unsigned int | parkext_exclusive:1 |
| unsigned int | parkfindnext:1 |
| char | parking_con [AST_MAX_CONTEXT] |
| int | parking_start |
| int | parking_stop |
| unsigned int | parkingtime |
Parking lot configuration options.
Definition at line 627 of file features.c.
Context that timed-out parked calls are called back on when comebacktoorigin=no
Definition at line 635 of file features.c.
Referenced by handle_feature_show(), manage_parked_call(), and parkinglot_config_read().
| unsigned int comebackdialtime |
Time in seconds to dial the device that parked a timedout parked call
Definition at line 684 of file features.c.
Referenced by handle_feature_show(), manage_parked_call(), and parkinglot_config_read().
| unsigned int comebacktoorigin |
TRUE if a timed out parked call goes back to the parker
Definition at line 694 of file features.c.
Referenced by handle_feature_show(), manage_parked_call(), and parkinglot_config_read().
| unsigned int is_invalid |
TRUE if configuration is invalid and the parking lot should not be used.
Definition at line 692 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 629 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 690 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 671 of file features.c.
Referenced by parked_call_exec(), and parkinglot_config_read().
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 681 of file features.c.
Referenced by parked_call_exec(), and parkinglot_config_read().
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 661 of file features.c.
Referenced by parked_call_exec(), and parkinglot_config_read().
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 651 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 631 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 688 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 686 of file features.c.
Referenced by park_space_reserve(), and parkinglot_config_read().
| char parking_con[AST_MAX_CONTEXT] |
Context for which parking is made accessible
Definition at line 633 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 637 of file features.c.
Referenced by create_dynamic_parkinglot(), dialplan_usage_add_parkinglot_data(), handle_feature_show(), manager_parkinglot_list(), park_space_reserve(), parkinglot_activate(), parkinglot_activate_cb(), and parkinglot_config_read().
| int parking_stop |
Last available extension for parking
Definition at line 639 of file features.c.
Referenced by create_dynamic_parkinglot(), dialplan_usage_add_parkinglot_data(), handle_feature_show(), manager_parkinglot_list(), park_space_reserve(), parkinglot_activate(), parkinglot_activate_cb(), and parkinglot_config_read().
| unsigned int parkingtime |
Default parking time in ms.
Definition at line 641 of file features.c.
Referenced by get_parkingtime(), handle_feature_show(), manager_parkinglot_list(), and parkinglot_config_read().