Sat Mar 10 01:55:58 2012

Asterisk developer's documentation


parkinglot_cfg Struct Reference


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.
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_EXTENSION]
int parking_start
int parking_stop
int parkingtime

Detailed Description

Parking lot configuration options.

Definition at line 491 of file features.c.


Field Documentation

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(), 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(), 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 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 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 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 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(), 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 dialplan_usage_add_parkinglot_data(), and parkinglot_config_read().

unsigned int parkfindnext

TRUE if findslot is set to next

Definition at line 546 of file features.c.

Referenced by 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(), 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(), 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(), 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().


The documentation for this struct was generated from the following file:
Generated on Sat Mar 10 01:55:58 2012 for Asterisk - The Open Source Telephony Project by  doxygen 1.4.7