Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#include <res_parking.h>
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
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_mgr __field_mgr |
Definition at line 89 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 |
Definition at line 89 of file res_parking.h.
Referenced by comeback_goto(), and display_parking_lot().
unsigned int comebackdialtime |
Analogous to comebackdialtime config option
Definition at line 70 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), and display_parking_lot().
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 |
Definition at line 89 of file res_parking.h.
const ast_string_field mohclass |
Definition at line 89 of file res_parking.h.
Referenced by display_parking_lot(), and parking_channel_set_roles().
const ast_string_field name |
Definition at line 89 of file res_parking.h.
Referenced by alloc_new_parking_lot(), extension_is_compatible(), PathSegment::get_child(), Parameter::load(), Property::load(), SwaggerType::load(), parking_lot_build_or_update(), parking_lot_cfg_cmp_fn(), and parking_lot_cfg_create_extensions().
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 Name of the parking lot configuration object Which registrar the lot uses if it isn't the default registrar Analogous to mohclass config option Analogous to parkext config option Analogous to context config option Analogous to comebackcontext config option Analogous to courtesytone 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 |
Definition at line 89 of file res_parking.h.
Referenced by display_parking_lot(), and parking_lot_cfg_create_extensions().
unsigned int parkext_exclusive |
Analogous to parkext_exclusive config option
Definition at line 72 of file res_parking.h.
Referenced by clone_parkinglot_cfg(), and parking_lot_cfg_create_extensions().
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(), and parking_lot_get_space().
const ast_string_field parking_con |
Definition at line 89 of file res_parking.h.
Referenced by bridge_parking_pull(), bridge_parking_push(), display_parking_lot(), parking_lot_cfg_create_extensions(), 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_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_get_space(), 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(), and manager_append_event_parking_lot_data_cb().
const ast_string_field registrar |
Definition at line 89 of file res_parking.h.
Referenced by parking_lot_cfg_create_extensions(), and parking_lot_cfg_remove_extensions().