|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
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 2386 of file extconf.c.
Referenced by __ast_context_destroy(), ast_context_add_ignorepat2(), ast_walk_context_ignorepats(), and ast_walk_context_ignorepats().
| const char pattern[0] |
Definition at line 39 of file pbx_ignorepat.c.
Referenced by ast_context_add_ignorepat2(), ast_get_ignorepat_name(), ast_ignore_pattern(), and ignorepat_alloc().
| 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().