Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:00 2007

Asterisk developer's documentation :: Codename Pineapple


ast_manager_user Struct Reference
[AMI functions]


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

Data Fields

char * deny
int displayconnects
int keep
char * permit
char * read
char * secret
char username [80]
char * write


Field Documentation

char* deny
 

Definition at line 163 of file manager.c.

Referenced by handle_showmanager().

int displayconnects
 

XXX unused

Definition at line 167 of file manager.c.

Referenced by handle_showmanager().

int keep
 

mark entries created on a reload

Definition at line 168 of file manager.c.

char* permit
 

Definition at line 164 of file manager.c.

Referenced by handle_showmanager().

char* read
 

Definition at line 165 of file manager.c.

Referenced by handle_showmanager().

char* secret
 

Definition at line 162 of file manager.c.

Referenced by handle_showmanager().

char username[80]
 

Definition at line 161 of file manager.c.

Referenced by get_manager_by_name_locked(), handle_showmanager(), and handle_showmanagers().

char* write
 

Definition at line 166 of file manager.c.

Referenced by handle_showmanager().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen