Asterisk - The Open Source Telephony Project
18.5.0
|
#include <res_parking.h>
Data Fields | |
struct ast_string_field_pool * | __field_mgr_pool |
const ast_string_field | comebackcontext |
unsigned int | comebackdialtime |
unsigned int | comebacktoorigin |
const ast_string_field | courtesytone |
const ast_string_field | mohclass |
const ast_string_field | name |
unsigned int | parkaddhints |
int | parkedcallhangup |
int | parkedcallrecording |
int | parkedcallreparking |
int | parkedcalltransfers |
int | parkedplay |
const ast_string_field | parkext |
unsigned int | parkext_exclusive |
unsigned int | parkfindnext |
const ast_string_field | parking_con |
int | parking_start |
int | parking_stop |
unsigned int | parkingtime |
const ast_string_field | registrar |
Definition at line 65 of file res_parking.h.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 89 of file res_parking.h.
const ast_string_field comebackcontext |
Analogous to comebackcontext config option
Definition at line 89 of file res_parking.h.
Referenced by comeback_goto(), display_parking_lot(), and parking_lot_cfgs_match().
unsigned int comebackdialtime |
Analogous to comebackdialtime config option
Definition at line 70 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), display_parking_lot(), parking_duration_callback(), and parking_lot_cfgs_match().
unsigned int comebacktoorigin |
Analogous to comebacktoorigin config option
Definition at line 74 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), comeback_goto(), and display_parking_lot().
const ast_string_field courtesytone |
Analogous to courtesytone config option
Definition at line 89 of file res_parking.h.
const ast_string_field mohclass |
Analogous to mohclass config option
Definition at line 89 of file res_parking.h.
Referenced by display_parking_lot(), and parking_channel_set_roles().
const ast_string_field name |
Name of the parking lot configuration object
Definition at line 89 of file res_parking.h.
Referenced by alloc_new_parking_lot(), extension_is_compatible(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), parking_lot_build_or_update(), parking_lot_cfg_cmp_fn(), parking_lot_cfg_create_extensions(), and parking_lot_cfg_hash_fn().
unsigned int parkaddhints |
Analogous to parkaddhints config option
Definition at line 73 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), and parking_lot_cfg_create_extensions().
int parkedcallhangup |
Analogous to parkedcallhangup config option
Definition at line 78 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), option_handler_parkedfeature(), parked_call_retrieve_enable_features(), and parking_timeout_set_caller_features().
int parkedcallrecording |
Analogous to parkedcallrecording config option
Definition at line 79 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), option_handler_parkedfeature(), parked_call_retrieve_enable_features(), and parking_timeout_set_caller_features().
int parkedcallreparking |
Analogous to parkedcallreparking config option
Definition at line 77 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), option_handler_parkedfeature(), parked_call_retrieve_enable_features(), and parking_timeout_set_caller_features().
int parkedcalltransfers |
Analogous to parkedcalltransfers config option
Definition at line 76 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), option_handler_parkedfeature(), parked_call_retrieve_enable_features(), and parking_timeout_set_caller_features().
int parkedplay |
Analogous to parkedplay config option
Definition at line 75 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), and option_handler_parkedfeature().
const ast_string_field parkext |
Analogous to parkext config option
Definition at line 89 of file res_parking.h.
Referenced by display_parking_lot(), parking_lot_cfg_create_extensions(), and parking_lot_cfgs_match().
unsigned int parkext_exclusive |
Analogous to parkext_exclusive config option
Definition at line 72 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), parking_lot_cfg_create_extensions(), and parking_lot_cfgs_match().
unsigned int parkfindnext |
Analogous to parkfindnext config option
Definition at line 71 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), option_handler_findslot(), parking_lot_cfgs_match(), and parking_lot_get_space().
const ast_string_field parking_con |
Analogous to context config option
Definition at line 89 of file res_parking.h.
Referenced by display_parking_lot(), parking_lot_cfg_create_extensions(), parking_lot_cfgs_match(), and parking_lot_search_context_extension_inuse().
int parking_start |
First space in the parking lot
Definition at line 66 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), create_dynamic_lot_full(), display_parking_lot(), generate_parked_user(), manager_append_event_parking_lot_data_cb(), option_handler_parkpos(), parking_lot_cfg_create_extensions(), parking_lot_cfgs_match(), parking_lot_get_space(), and parking_lot_search_context_extension_inuse().
int parking_stop |
Last space in the parking lot
Definition at line 67 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), create_dynamic_lot_full(), display_parking_lot(), generate_parked_user(), manager_append_event_parking_lot_data_cb(), option_handler_parkpos(), parking_lot_cfgs_match(), and parking_lot_search_context_extension_inuse().
unsigned int parkingtime |
Analogous to parkingtime config option
Definition at line 69 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), display_parking_lot(), generate_parked_user(), manager_append_event_parking_lot_data_cb(), and parking_lot_cfgs_match().
const ast_string_field registrar |
Which registrar the lot uses if it isn't the default registrar
Definition at line 89 of file res_parking.h.
Referenced by parking_lot_cfg_create_extensions(), and parking_lot_cfg_remove_extensions().