ast_ignorepat: Ignore patterns in dial plan More...

Data Fields | |
| struct ast_ignorepat * | next |
| const char | pattern [0] |
| const char * | registrar |
ast_ignorepat: Ignore patterns in dial plan
| struct ast_ignorepat* next |
Definition at line 858 of file pbx.c.
Referenced by __ast_context_destroy(), __ast_internal_context_destroy(), ast_context_add_ignorepat2(), ast_context_remove_ignorepat2(), ast_ignore_pattern(), and ast_walk_context_ignorepats().
| const char pattern[0] |
Definition at line 859 of file pbx.c.
Referenced by ast_context_add_ignorepat2(), ast_context_remove_ignorepat2(), ast_get_ignorepat_name(), and ast_ignore_pattern().
| const char* registrar |
Definition at line 857 of file pbx.c.
Referenced by __ast_context_destroy(), ast_context_add_ignorepat2(), ast_context_remove_ignorepat2(), and ast_get_ignorepat_registrar().