user descriptor, as read from the config file. More...
Data Fields | |
int | displayconnects |
struct ast_ha * | ha |
int | keep |
int | readperm |
char * | secret |
char | username [80] |
int | writeperm |
int | writetimeout |
user descriptor, as read from the config file.
int displayconnects |
Per user Timeout for ast_carefulwrite() XXX unused
Definition at line 254 of file manager.c.
Referenced by __init_manager(), handle_showmanager(), and manager_displayconnects().
ACL setting
Definition at line 250 of file manager.c.
Referenced by __init_manager(), authenticate(), and handle_showmanager().
int keep |
mark entries created on a reload
Definition at line 255 of file manager.c.
Referenced by __init_manager().
int readperm |
Definition at line 251 of file manager.c.
Referenced by __init_manager(), authenticate(), and handle_showmanager().
char* secret |
Definition at line 249 of file manager.c.
Referenced by __init_manager(), authenticate(), and handle_showmanager().
char username[80] |
Definition at line 248 of file manager.c.
Referenced by __init_manager(), get_manager_by_name_locked(), handle_showmanager(), and handle_showmanagers().
int writeperm |
Authorization for reading
Definition at line 252 of file manager.c.
Referenced by __init_manager(), authenticate(), and handle_showmanager().
int writetimeout |
Authorization for writing
Definition at line 253 of file manager.c.
Referenced by __init_manager(), and authenticate().