Sun Oct 16 2011 08:43:13

Asterisk developer's documentation


cli_perm Struct Reference

List of restrictions per user. More...

Collaboration diagram for cli_perm:

Data Fields

char * command
struct {
   struct cli_perm *   next
list
unsigned int permit:1

Detailed Description

List of restrictions per user.


Field Documentation

char* command

Command name (to apply restrictions)

Definition at line 57 of file cli.c.

Referenced by cli_has_permissions(), handle_cli_show_permissions(), handle_cli_check_permissions(), destroy_user_perms(), and ast_cli_perms_init().

struct { ... } list
struct cli_perm* next

Definition at line 58 of file cli.c.

Referenced by complete_number().

unsigned int permit

1=Permit 0=Deny

Definition at line 56 of file cli.c.

Referenced by cli_has_permissions(), handle_cli_show_permissions(), and ast_cli_perms_init().


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