Mon Mar 19 11:30:57 2012

Asterisk developer's documentation


ast_parkinglot Struct Reference

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


Data Fields

parkinglot_cfg cfg
unsigned int disabled:1
char name [AST_MAX_CONTEXT]
int next_parking_space
ast_parkinglot::parkinglot_parklist parkings
unsigned int the_mark:1

Data Structures

struct  parkinglot_parklist


Detailed Description

Structure for parking lots which are put in a container.

Definition at line 556 of file features.c.


Field Documentation

struct parkinglot_cfg cfg

Parking lot user configuration.

Definition at line 560 of file features.c.

Referenced by build_dialplan_useage_context(), copy_parkinglot(), create_dynamic_parkinglot(), dialplan_usage_add_parkinglot(), dialplan_usage_add_parkinglot_data(), handle_feature_show(), manage_parked_call(), manage_parkinglot(), park_call_full(), park_space_reserve(), usage_context_add_ramp(), and usage_context_add_spaces().

unsigned int disabled

TRUE if the parking lot is disabled.

Definition at line 568 of file features.c.

Referenced by handle_feature_show().

char name[AST_MAX_CONTEXT]

Name of the parking lot.

Definition at line 558 of file features.c.

Referenced by create_dynamic_parkinglot(), handle_feature_show(), handle_parkedcalls(), manage_parked_call(), manage_parkinglot(), manager_parking_status(), park_call_full(), parkinglot_cmp_cb(), post_manager_event(), usage_context_add_ramp(), and usage_context_add_spaces().

int next_parking_space

Parking space to start next park search.

Definition at line 563 of file features.c.

struct ast_parkinglot::parkinglot_parklist parkings

List of active parkings in this parkinglot

Referenced by handle_parkedcalls(), manage_parkinglot(), manager_parking_status(), park_call_full(), and parkinglot_destroy().

unsigned int the_mark

That which bears the_mark shall be deleted if parking lot empty! (Used during reloads.)

Definition at line 566 of file features.c.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 19 11:30:57 2012 for Asterisk - The Open Source Telephony Project by  doxygen 1.4.7