Asterisk - The Open Source Telephony Project
21.4.1
|
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.
const ast_string_field comebackcontext |
Analogous to comebackcontext config option
Definition at line 89 of file res_parking.h.
Referenced by comeback_goto().
unsigned int comebackdialtime |
Analogous to comebackdialtime config option
Definition at line 70 of file res_parking.h.
unsigned int comebacktoorigin |
Analogous to comebacktoorigin config option
Definition at line 74 of file res_parking.h.
Referenced by comeback_goto().
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 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 PathSegment::__init__(), PathSegment::get_child(), parking_lot_build_or_update(), parking_lot_cfg_alloc(), 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 parking_lot_cfg_create_extensions().
int parkedcallhangup |
Analogous to parkedcallhangup config option
Definition at line 78 of file res_parking.h.
Referenced by option_handler_parkedfeature(), and parked_call_retrieve_enable_features().
int parkedcallrecording |
Analogous to parkedcallrecording config option
Definition at line 79 of file res_parking.h.
Referenced by option_handler_parkedfeature(), and parked_call_retrieve_enable_features().
int parkedcallreparking |
Analogous to parkedcallreparking config option
Definition at line 77 of file res_parking.h.
Referenced by option_handler_parkedfeature(), and parked_call_retrieve_enable_features().
int parkedcalltransfers |
Analogous to parkedcalltransfers config option
Definition at line 76 of file res_parking.h.
Referenced by option_handler_parkedfeature(), and parked_call_retrieve_enable_features().
int parkedplay |
Analogous to parkedplay config option
Definition at line 75 of file res_parking.h.
Referenced by option_handler_parkedfeature().
const ast_string_field parkext |
Analogous to parkext config option
Definition at line 89 of file res_parking.h.
Referenced by 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 parking_lot_cfg_create_extensions().
unsigned int parkfindnext |
Analogous to parkfindnext config option
Definition at line 71 of file res_parking.h.
Referenced by option_handler_findslot(), 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 parking_lot_cfg_create_extensions().
int parking_start |
First space in the parking lot
Definition at line 66 of file res_parking.h.
Referenced by option_handler_parkpos(), parking_lot_cfg_create_extensions(), and parking_lot_get_space().
int parking_stop |
Last space in the parking lot
Definition at line 67 of file res_parking.h.
Referenced by option_handler_parkpos(), and parking_lot_get_space().
unsigned int parkingtime |
Analogous to parkingtime config option
Definition at line 69 of file res_parking.h.
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().