Sat Apr 26 2014 22:03:26

Asterisk developer's documentation


parking_dp_context Struct Reference
Collaboration diagram for parking_dp_context:

Data Fields

struct parking_dp_ramp_map access_extens
char context [1]
struct parking_dp_space_map hints
struct {
   struct parking_dp_context *   next
node
struct parking_dp_space_map spaces

Detailed Description

Parking lot context dialplan usage entry.

Definition at line 586 of file features.c.


Field Documentation

Parking access extensions defined in this context.

Definition at line 590 of file features.c.

Referenced by destroy_dialplan_usage_context(), dialplan_usage_add_parkinglot_data(), and remove_dead_context_usage().

char context[1]

Parking lot context name

Definition at line 596 of file features.c.

Referenced by build_dialplan_useage_context(), dialplan_usage_add_parkinglot(), and remove_dead_dialplan_useage().

Parking hints defined in this context.

Definition at line 594 of file features.c.

Referenced by destroy_dialplan_usage_context(), dialplan_usage_add_parkinglot_data(), and remove_dead_context_usage().

Definition at line 588 of file features.c.

struct { ... } node

Next node in the parking lot contexts dialplan list.

Parking spaces defined in this context.

Definition at line 592 of file features.c.

Referenced by destroy_dialplan_usage_context(), dialplan_usage_add_parkinglot_data(), and remove_dead_context_usage().


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