Thu Apr 28 2011 17:14:05

Asterisk developer's documentation


manager_action Struct Reference

#include <manager.h>

Public Member Functions

 AST_LIST_ENTRY (manager_action) list

Data Fields

const char * action
int authority
const char * description
int(* func )(struct mansession *s, const struct message *m)
const char * synopsis

Detailed Description

Definition at line 116 of file manager.h.


Member Function Documentation

AST_LIST_ENTRY ( manager_action  )

For easy linking


Field Documentation

int authority

Permission required for action. EVENT_FLAG_*

Definition at line 124 of file manager.h.

Referenced by action_listcommands(), ast_manager_register2(), handle_showmancmd(), handle_showmancmds(), and process_message().

const char* description

Detailed description of the action

Definition at line 122 of file manager.h.

Referenced by ast_manager_register2(), and handle_showmancmd().

int(* func)(struct mansession *s, const struct message *m)

Function to be called

Definition at line 126 of file manager.h.

Referenced by ast_manager_register2(), and process_message().

const char* synopsis

Short description of the action

Definition at line 120 of file manager.h.

Referenced by action_listcommands(), ast_manager_register2(), handle_showmancmd(), and handle_showmancmds().


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