Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


manager_action Struct Reference

#include <manager.h>

Collaboration diagram for manager_action:

Public Member Functions

 AST_LIST_ENTRY (manager_action) list

Data Fields

struct ast_string_field_mgr __field_mgr
struct ast_string_field_pool__field_mgr_pool
const char * action
const ast_string_field arguments
int authority
const ast_string_field description
enum ast_doc_src docsrc
int(* func )(struct mansession *s, const struct message *m)
const ast_string_field seealso
const ast_string_field synopsis
const ast_string_field syntax

Member Function Documentation

AST_LIST_ENTRY ( manager_action  )

For easy linking


Field Documentation

Definition at line 146 of file manager.h.

Definition at line 146 of file manager.h.

const char* action

Name of the action Synopsis text (short description). Description (help text) Syntax text Description of each argument. See also

Definition at line 141 of file manager.h.

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

Definition at line 146 of file manager.h.

Referenced by handle_showmancmd().

int authority

Permission required for action. EVENT_FLAG_*

Definition at line 148 of file manager.h.

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

Definition at line 146 of file manager.h.

Referenced by handle_showmancmd().

Where the documentation come from.

Definition at line 152 of file manager.h.

Referenced by handle_showmancmd(), and ast_manager_register2().

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

Function to be called

Definition at line 150 of file manager.h.

Referenced by ast_hook_send_action(), process_message(), and ast_manager_register2().

Definition at line 146 of file manager.h.

Referenced by handle_showmancmd().

Definition at line 146 of file manager.h.

Referenced by handle_showmancmd().


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