
Data Fields | |
| unsigned int | exclusive:1 |
| char | exten [1] |
| struct { | |
| struct parking_dp_ramp * next | |
| } | node |
Parking lot access ramp dialplan usage entry.
Definition at line 424 of file features.c.
| unsigned int exclusive |
TRUE if the parking lot access extension is exclusive.
Definition at line 428 of file features.c.
Referenced by build_dialplan_useage_ramp(), and usage_context_add_ramp().
| char exten[1] |
Parking lot access extension
Definition at line 430 of file features.c.
Referenced by build_dialplan_useage_ramp(), remove_dead_ramp_usage(), and usage_context_add_ramp().
| struct parking_dp_ramp* next |
Definition at line 426 of file features.c.
| struct { ... } node |
Next node in the parking lot spaces dialplan list.