Sun Oct 16 2011 08:43:15

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.


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

char mohclass[MAX_MUSICCLASS]

Music class used for parking

Definition at line 493 of file features.c.

Referenced by park_call_full(), manage_parked_call(), parkinglot_config_read(), and handle_feature_show().

unsigned int parkaddhints

Add parking hints automatically

Definition at line 550 of file features.c.

Referenced by parkinglot_config_read(), parkinglot_activate(), and dialplan_usage_add_parkinglot_data().

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().

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().

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().

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

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

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().

Default parking time in ms.

Definition at line 503 of file features.c.

Referenced by park_call_full(), parkinglot_config_read(), and handle_feature_show().


The documentation for this struct was generated from the following file: