Wed Mar 3 23:11:58 2010

Asterisk developer's documentation


ast_manager_user Struct Reference
[AMI functions]

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

Collaboration diagram for ast_manager_user:
Collaboration graph
[legend]

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 234 of file manager.c.


Field Documentation

Per user Timeout for ast_carefulwrite() XXX unused

Definition at line 241 of file manager.c.

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

struct ast_ha* ha [read]

ACL setting

Definition at line 237 of file manager.c.

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

int keep

mark entries created on a reload

Definition at line 242 of file manager.c.

Referenced by __init_manager().

int readperm

Definition at line 238 of file manager.c.

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

char* secret

Definition at line 236 of file manager.c.

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

char username[80]
int writeperm

Authorization for reading

Definition at line 239 of file manager.c.

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

Authorization for writing

Definition at line 240 of file manager.c.

Referenced by __init_manager(), and authenticate().


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

Generated on 3 Mar 2010 for Asterisk - the Open Source PBX by  doxygen 1.6.1