#include <dialplan.h>

Data Fields | |
| str | attrs |
| int | dpid |
| pcre * | match_comp |
| str | match_exp |
| int | matchlen |
| int | matchop |
| struct dpl_node * | next |
| int | pr |
| struct subst_expr * | repl_comp |
| str | repl_exp |
| pcre * | subst_comp |
| str | subst_exp |
Definition at line 40 of file dialplan.h.
Definition at line 48 of file dialplan.h.
Referenced by build_rule(), destroy_rule(), list_rule(), and translate().
| int dpid |
| pcre* match_comp |
Definition at line 46 of file dialplan.h.
Referenced by build_rule(), destroy_rule(), and translate().
Definition at line 45 of file dialplan.h.
Referenced by build_rule(), destroy_rule(), list_rule(), rule_translate(), and translate().
| int matchlen |
| int matchop |
Definition at line 50 of file dialplan.h.
Referenced by add_rule2hash(), destroy_hash(), list_hash(), list_rule(), and translate().
| int pr |
Definition at line 42 of file dialplan.h.
Referenced by add_rule2hash(), build_rule(), destroy_rule(), list_rule(), and translate().
struct subst_expr* repl_comp [read] |
Definition at line 47 of file dialplan.h.
Referenced by build_rule(), destroy_rule(), and rule_translate().
Definition at line 45 of file dialplan.h.
Referenced by build_rule(), destroy_rule(), and list_rule().
| pcre * subst_comp |
Definition at line 46 of file dialplan.h.
Referenced by build_rule(), destroy_rule(), and rule_translate().
Definition at line 45 of file dialplan.h.
Referenced by build_rule(), destroy_rule(), list_rule(), and rule_translate().
1.5.6