Tue Aug 20 16:35:21 2013

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

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(), 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]

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 20 Aug 2013 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1