Asterisk - The Open Source Telephony Project  21.4.1
Data Structures | Functions
pbx_sw.c File Reference

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_swsw_alloc (const char *value, const char *data, int eval, const char *registrar)
 
void sw_free (struct ast_sw *sw)
 

Detailed Description

Dialplan switch routines.

Author
Corey Farrell git@c.nosp@m.fwar.nosp@m.e.com

Definition in file pbx_sw.c.