#include <manager.h>
Data Fields | |
const char * | action |
int | authority |
const char * | description |
int(* | func )(struct mansession *s, struct message *m) |
manager_action * | next |
const char * | synopsis |
|
Name of the action Definition at line 109 of file manager.h. Referenced by action_listcommands(), ast_manager_register2(), ast_manager_register_struct(), ast_manager_unregister(), complete_show_mancmd(), handle_showmancmd(), handle_showmancmds(), and process_message(). |
|
Permission required for action. EVENT_FLAG_* Definition at line 115 of file manager.h. Referenced by action_listcommands(), ast_manager_register2(), handle_showmancmd(), handle_showmancmds(), and process_message(). |
|
Detailed description of the action Definition at line 113 of file manager.h. Referenced by ast_manager_register2(), and handle_showmancmd(). |
|
Function to be called Referenced by ast_manager_register2(), and process_message(). |
|
For easy linking Definition at line 119 of file manager.h. Referenced by action_listcommands(), ast_manager_register2(), ast_manager_register_struct(), ast_manager_unregister(), complete_show_mancmd(), handle_showmancmd(), handle_showmancmds(), and process_message(). |
|
Short description of the action Definition at line 111 of file manager.h. Referenced by action_listcommands(), ast_manager_register2(), handle_showmancmd(), and handle_showmancmds(). |