Sat Apr 26 2014 22:03:24

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

Detailed Description

Definition at line 151 of file pbx.h.


Field Documentation

Definition at line 157 of file pbx.h.

Referenced by pbx_find_extension().

const char* description

Description of the switch

Definition at line 154 of file pbx.h.

Referenced by handle_show_switches(), and print_app_docs().

Definition at line 158 of file pbx.h.

Referenced by pbx_extension_helper().

Definition at line 156 of file pbx.h.

Referenced by pbx_find_extension().

struct { ... } list

Definition at line 159 of file pbx.h.

Referenced by pbx_find_extension().

const char* name

Name of the switch

Definition at line 153 of file pbx.h.

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

struct ast_switch* next

Definition at line 152 of file pbx.h.


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