#include <manager.h>
Data Fields | |
char * | action |
char * | synopsis |
char * | description |
int | authority |
int(* | func )(struct mansession *s, struct message *m) |
manager_action * | next |
|
Name of the action Definition at line 81 of file manager.h. Referenced by ast_manager_register2(), and ast_manager_unregister(). |
|
Permission required for action. EVENT_FLAG_* Definition at line 87 of file manager.h. Referenced by ast_manager_register2(). |
|
Detailed description of the action Definition at line 85 of file manager.h. Referenced by ast_manager_register2(). |
|
Function to be called Referenced by ast_manager_register2(). |
|
For easy linking Definition at line 91 of file manager.h. Referenced by ast_manager_register2(), and ast_manager_unregister(). |
|
Short description of the action Definition at line 83 of file manager.h. Referenced by ast_manager_register2(). |