Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
cli_perm Struct Reference

List of restrictions per user. More...

Data Fields

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

Detailed Description

List of restrictions per user.

Definition at line 69 of file main/cli.c.

Field Documentation

char* command

Command name (to apply restrictions)

Definition at line 71 of file main/cli.c.

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

unsigned int permit

1=Permit 0=Deny

Definition at line 70 of file main/cli.c.

Referenced by ast_cli_perms_init(), and handle_cli_show_permissions().


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