|
Asterisk - The Open Source Telephony Project
18.5.0
|
ast_ignorepat: Ignore patterns in dial plan More...

Data Fields | |
| struct ast_ignorepat * | next |
| const char | pattern [0] |
| char | pattern [0] |
| const char * | registrar |
ast_ignorepat: Ignore patterns in dial plan
Definition at line 37 of file pbx_ignorepat.c.
| struct ast_ignorepat * next |
Definition at line 169 of file conf2ael.c.
Referenced by __ast_context_destroy(), ast_context_add_ignorepat2(), ast_walk_context_ignorepats(), and main().
| const char pattern |
Definition at line 39 of file pbx_ignorepat.c.
Referenced by ast_context_add_ignorepat2(), ast_get_ignorepat_name(), ignorepat_alloc(), and main().
| const char * registrar |
Definition at line 38 of file pbx_ignorepat.c.
Referenced by ast_context_add_ignorepat2(), ast_get_ignorepat_registrar(), and ignorepat_alloc().
1.8.13