23 #ifndef _PBX_PRIVATE_H
24 #define _PBX_PRIVATE_H
28 void wait_for_hangup(
struct ast_channel *chan,
const void *data);
38 struct ast_ignorepat *ignorepat_alloc(
const char *value,
const char *registrar);
50 const char *include_rname(
const struct ast_include *inc);
55 struct ast_sw *sw_alloc(
const char *value,
const char *
data,
int eval,
const char *
registrar);
56 void sw_free(
struct ast_sw *sw);
60 int indicate_busy(
struct ast_channel *,
const char *);
68 #define VAR_BUF_SIZE 4096
ast_include: include= support in extensions.conf
Main Channel structure associated with a channel.
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)
int indicate_congestion(struct ast_channel *, const char *)
ast_sw: Switch statement in extensions.conf
struct ast_switch * pbx_findswitch(const char *sw)
#define AST_VECTOR(name, type)
Define a vector structure.
struct ast_include * include_alloc(const char *value, const char *registrar)
ast_ignorepat: Ignore patterns in dial plan
void unreference_cached_app(struct ast_app *app)
ast_app: A registered application
const char * app_name(struct ast_app *app)