Asterisk - The Open Source Telephony Project
21.4.1
|
Dialplan switch routines. More...
#include "asterisk.h"
#include "asterisk/_private.h"
#include "asterisk/pbx.h"
#include "pbx_private.h"
Go to the source code of this file.
Data Structures | |
struct | ast_sw |
ast_sw: Switch statement in extensions.conf More... | |
Functions | |
const char * | ast_get_switch_data (const struct ast_sw *sw) |
int | ast_get_switch_eval (const struct ast_sw *sw) |
const char * | ast_get_switch_name (const struct ast_sw *sw) |
const char * | ast_get_switch_registrar (const struct ast_sw *sw) |
struct ast_sw * | sw_alloc (const char *value, const char *data, int eval, const char *registrar) |
void | sw_free (struct ast_sw *sw) |
Dialplan switch routines.
Definition in file pbx_sw.c.