Sat Apr 26 2014 22:03:23

Asterisk developer's documentation


ast_manager_user Struct Reference

user descriptor, as read from the config file. More...

Collaboration diagram for ast_manager_user:

Data Fields

char * a1_hash
struct ast_acl_listacl
struct ao2_containerblackfilters
struct ast_variablechanvars
int displayconnects
int keep
int readperm
char * secret
char username [80]
struct ao2_containerwhitefilters
int writeperm
int writetimeout

Detailed Description

user descriptor, as read from the config file.

Note:
It is still missing some fields -- e.g. we can have multiple permit and deny lines which are not supported here, and readperm/writeperm/writetimeout are not stored.

Definition at line 1170 of file manager.c.


Field Documentation

char* a1_hash

precalculated A1 for Digest auth

Definition at line 1181 of file manager.c.

Referenced by __init_manager(), auth_http_callback(), and manager_free_user().

struct ast_acl_list* acl

ACL setting

Definition at line 1180 of file manager.c.

Referenced by __init_manager(), auth_http_callback(), authenticate(), handle_showmanager(), and manager_free_user().

Manager event filters - black list

Definition at line 1179 of file manager.c.

Referenced by __init_manager(), authenticate(), and manager_free_user().

Channel variables to set for originate

Definition at line 1182 of file manager.c.

Referenced by __init_manager(), authenticate(), handle_showmanager(), and manager_free_user().

XXX unused

Definition at line 1176 of file manager.c.

Referenced by __init_manager(), auth_http_callback(), handle_showmanager(), and manager_displayconnects().

int keep

mark entries created on a reload

Definition at line 1177 of file manager.c.

Referenced by __init_manager().

int readperm

Authorization for reading

Definition at line 1173 of file manager.c.

Referenced by __init_manager(), auth_http_callback(), authenticate(), and handle_showmanager().

char* secret

Secret for logging in

Definition at line 1172 of file manager.c.

Referenced by __init_manager(), authenticate(), handle_showmanager(), and manager_free_user().

Manager event filters - white list

Definition at line 1178 of file manager.c.

Referenced by __init_manager(), authenticate(), and manager_free_user().

int writeperm

Authorization for writing

Definition at line 1174 of file manager.c.

Referenced by __init_manager(), auth_http_callback(), authenticate(), and handle_showmanager().

Per user Timeout for ast_carefulwrite()

Definition at line 1175 of file manager.c.

Referenced by __init_manager(), auth_http_callback(), and authenticate().


The documentation for this struct was generated from the following file: