Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:02 2007

Asterisk developer's documentation :: Codename Pineapple


manager_action Struct Reference

#include <manager.h>

Collaboration diagram for manager_action:

Collaboration graph
[legend]

Detailed Description

Definition at line 91 of file manager.h.

Data Fields

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


Field Documentation

const char* action
 

Name of the action

Definition at line 93 of file manager.h.

Referenced by action_listcommands(), ast_manager_register_struct(), complete_show_mancmd(), handle_showmancmd(), handle_showmancmds(), and process_message().

int authority
 

Permission required for action. EVENT_FLAG_*

Definition at line 99 of file manager.h.

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

const char* description
 

Detailed description of the action

Definition at line 97 of file manager.h.

Referenced by handle_showmancmd().

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

Function to be called

Referenced by process_message().

struct manager_action* next
 

For easy linking

Definition at line 103 of file manager.h.

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

const char* synopsis
 

Short description of the action

Definition at line 95 of file manager.h.

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


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen