Sun Oct 16 2011 08:43:13

Asterisk developer's documentation


ast_switch Struct Reference

#include <pbx.h>

Collaboration diagram for ast_switch:

Data Fields

ast_switch_fcanmatch
const char * description
ast_switch_fexec
ast_switch_fexists
struct {
   struct ast_switch *   next
list
ast_switch_fmatchmore
const char * name

Field Documentation

Definition at line 121 of file pbx.h.

Referenced by pbx_find_extension().

const char* description

Description of the switch

Definition at line 118 of file pbx.h.

Referenced by print_app_docs(), and handle_show_switches().

Definition at line 122 of file pbx.h.

Referenced by pbx_extension_helper().

Definition at line 120 of file pbx.h.

Referenced by pbx_find_extension().

struct { ... } list

Definition at line 123 of file pbx.h.

Referenced by pbx_find_extension().

const char* name

Name of the switch

Definition at line 117 of file pbx.h.

Referenced by pbx_findswitch(), pbx_extension_helper(), ast_register_switch(), and handle_show_switches().

struct ast_switch* next

Definition at line 116 of file pbx.h.


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