Mon Sep 20 2010 00:34:37

Asterisk developer's documentation


Data Structures | Data Fields

ast_parkinglot Struct Reference

Structure for parking lots which are put in a container. More...

Collaboration diagram for ast_parkinglot:
Collaboration graph
[legend]

Data Structures

struct  parkinglot_parklist

Data Fields

char mohclass [MAX_MUSICCLASS]
char name [AST_MAX_CONTEXT]
int parkaddhints
int parkedcallhangup
int parkedcallrecording
int parkedcallreparking
int parkedcalltransfers
int parkfindnext
char parking_con [AST_MAX_EXTENSION]
char parking_con_dial [AST_MAX_EXTENSION]
int parking_offset
int parking_start
int parking_stop
struct
ast_parkinglot::parkinglot_parklist 
parkings
int parkingtime

Detailed Description

Structure for parking lots which are put in a container.

Definition at line 218 of file features.c.


Field Documentation

char mohclass[MAX_MUSICCLASS]

Music class used for parking

Definition at line 227 of file features.c.

Referenced by build_parkinglot(), load_config(), manage_parkinglot(), and park_call_full().

char name[AST_MAX_CONTEXT]

Add parking hints automatically

Definition at line 228 of file features.c.

Referenced by load_config().

Enable DTMF based hangup on a bridge when pickup up parked calls

Definition at line 231 of file features.c.

Referenced by load_config(), and park_exec_full().

Enable DTMF based recording on a bridge when picking up parked calls

Definition at line 232 of file features.c.

Referenced by load_config(), and park_exec_full().

Enable DTMF based parking on bridge when picking up parked calls

Definition at line 230 of file features.c.

Referenced by load_config(), and park_exec_full().

Enable DTMF based transfers on bridge when picking up parked calls

Definition at line 229 of file features.c.

Referenced by load_config(), and park_exec_full().

Definition at line 225 of file features.c.

Referenced by build_parkinglot(), load_config(), and park_space_reserve().

char parking_con[AST_MAX_EXTENSION]

Context for which parking is made accessible

Definition at line 220 of file features.c.

Referenced by build_parkinglot(), handle_feature_show(), load_config(), manage_parkinglot(), park_call_full(), park_exec_full(), park_space_reserve(), and parkinglot_destroy().

char parking_con_dial[AST_MAX_EXTENSION]

Context for dialback for parking (KLUDGE)

Definition at line 221 of file features.c.

Referenced by build_parkinglot(), and manage_parkinglot().

Definition at line 224 of file features.c.

Referenced by load_config(), and park_space_reserve().

First available extension for parking

Definition at line 222 of file features.c.

Referenced by build_parkinglot(), handle_feature_show(), load_config(), and park_space_reserve().

Last available extension for parking

Definition at line 223 of file features.c.

Referenced by build_parkinglot(), handle_feature_show(), load_config(), and park_space_reserve().

Default parking time

Definition at line 226 of file features.c.

Referenced by build_parkinglot(), load_config(), and park_call_full().


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