23 #ifndef _PBX_PRIVATE_H 24 #define _PBX_PRIVATE_H 68 #define VAR_BUF_SIZE 4096 ast_include: include= support in extensions.conf
static char exten[AST_MAX_EXTENSION]
Main Channel structure associated with a channel.
struct ast_ignorepat * ignorepat_alloc(const char *value, const char *registrar)
void set_ext_pri(struct ast_channel *c, const char *exten, int pri)
int raise_exception(struct ast_channel *chan, const char *reason, int priority)
void include_free(struct ast_include *inc)
void ignorepat_free(struct ast_ignorepat *ip)
int indicate_congestion(struct ast_channel *, const char *)
ast_sw: Switch statement in extensions.conf
struct ast_sw * sw_alloc(const char *value, const char *data, int eval, const char *registrar)
struct ast_switch * pbx_findswitch(const char *sw)
int include_valid(const struct ast_include *inc)
int indicate_busy(struct ast_channel *, const char *)
struct ast_include * include_alloc(const char *value, const char *registrar)
ast_ignorepat: Ignore patterns in dial plan
AST_VECTOR(ast_ignorepats, struct ast_ignorepat *)
void sw_free(struct ast_sw *sw)
void unreference_cached_app(struct ast_app *app)
void wait_for_hangup(struct ast_channel *chan, const void *data)
ast_app: A registered application
const char * app_name(struct ast_app *app)
const char * include_rname(const struct ast_include *inc)