76#define VAR_BUF_SIZE 4096
static const char registrar[]
The static registrar for the added dialplan hints.
int indicate_busy(struct ast_channel *, const char *)
int indicate_congestion(struct ast_channel *, const char *)
void unreference_cached_app(struct ast_app *app)
void include_free(struct ast_include *inc)
int include_valid(const struct ast_include *inc)
struct ast_include * include_alloc(const char *value, const char *registrar)
void wait_for_hangup(struct ast_channel *chan, const void *data)
void pbx_extension_state_hint_set(struct ast_exten *exten, struct ast_context *context)
struct ast_switch * pbx_findswitch(const char *sw)
void pbx_extension_state_autohint_set(struct ast_context *context)
const char * include_rname(const struct ast_include *inc)
const char * app_name(struct ast_app *app)
void pbx_extension_state_autohint_remove(struct ast_context *context, unsigned int forced)
int raise_exception(struct ast_channel *chan, const char *reason, int priority)
struct ast_sw * sw_alloc(const char *value, const char *data, int eval, const char *registrar)
void ignorepat_free(struct ast_ignorepat *ip)
void sw_free(struct ast_sw *sw)
struct ast_ignorepat * ignorepat_alloc(const char *value, const char *registrar)
void pbx_extension_state_hint_remove(struct ast_exten *exten, struct ast_context *context)
void set_ext_pri(struct ast_channel *c, const char *exten, int pri)
ast_app: A registered application
Main Channel structure associated with a channel.
ast_context: An extension context
ast_exten: An extension The dialplan is saved as a linked list with each context having it's own link...
ast_ignorepat: Ignore patterns in dial plan
ast_include: include= support in extensions.conf
ast_sw: Switch statement in extensions.conf
#define AST_VECTOR(name, type)
Define a vector structure.