Wed Apr 6 11:30:12 2011

Asterisk developer's documentation


ast_manager_user Struct Reference
[AMI functions]

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


Data Fields

char * a1_hash
ao2_containerblackfilters
int displayconnects
ast_haha
int keep
struct {
   ast_manager_user *   next
list
int readperm
char * secret
char username [80]
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 995 of file manager.c.


Field Documentation

char* a1_hash

precalculated A1 for Digest auth

Definition at line 1006 of file manager.c.

struct ao2_container* blackfilters

Definition at line 1005 of file manager.c.

int displayconnects

Per user Timeout for ast_carefulwrite() XXX unused

Definition at line 1002 of file manager.c.

struct ast_ha* ha

ACL setting

Definition at line 998 of file manager.c.

int keep

mark entries created on a reload

Definition at line 1003 of file manager.c.

struct { ... } list

Referenced by get_manager_by_name_locked(), and handle_showmanagers().

struct ast_manager_user* next

Definition at line 1007 of file manager.c.

int readperm

Definition at line 999 of file manager.c.

char* secret

Definition at line 997 of file manager.c.

char username[80]

Definition at line 996 of file manager.c.

struct ao2_container* whitefilters

Definition at line 1004 of file manager.c.

int writeperm

Authorization for reading

Definition at line 1000 of file manager.c.

int writetimeout

Authorization for writing

Definition at line 1001 of file manager.c.


The documentation for this struct was generated from the following file:
Generated on Wed Apr 6 11:30:12 2011 for Asterisk - The Open Source Telephony Project by  doxygen 1.4.7