Thu Apr 28 2011 17:16:24

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

int displayconnects
struct ast_haha
int keep
int readperm
char * secret
char username [80]
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 247 of file manager.c.


Field Documentation

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().

struct ast_ha* ha

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().

int writeperm

Authorization for reading

Definition at line 252 of file manager.c.

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

Authorization for writing

Definition at line 253 of file manager.c.

Referenced by __init_manager(), and authenticate().


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