Sat Mar 24 23:51:55 2007

Asterisk developer's documentation


ast_switch Struct Reference

#include <pbx.h>

Collaboration diagram for ast_switch:

Collaboration graph
[legend]

Data Fields

int(* canmatch )(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, const char *data)
const char * description
int(* exec )(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, int newstack, const char *data)
int(* exists )(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, const char *data)
int(* matchmore )(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, const char *data)
const char * name
ast_switchnext

Detailed Description

Data structure associated with an asterisk switch

Definition at line 97 of file pbx.h.


Field Documentation

const char* description

Description of the switch

Definition at line 103 of file pbx.h.

const char* name

Name of the switch

Definition at line 101 of file pbx.h.

struct ast_switch* next

NULL

Definition at line 99 of file pbx.h.


The documentation for this struct was generated from the following file:
Generated on Sat Mar 24 23:51:55 2007 for Asterisk - the Open Source PBX by  doxygen 1.5.1