Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
Data Fields | |
int | canmatch |
struct ast_exten * | canmatch_exten |
struct ast_exten * | exten |
char | last_char |
struct match_char * | node |
int | total_length |
int | total_specificity |
int canmatch |
Definition at line 292 of file pbx.c.
Referenced by new_find_extension().
struct ast_exten* canmatch_exten |
Definition at line 294 of file pbx.c.
Referenced by pbx_find_extension().
struct ast_exten* exten |
Definition at line 295 of file pbx.c.
Referenced by new_find_extension(), pbx_find_extension(), and update_scoreboard().
char last_char |
Definition at line 291 of file pbx.c.
Referenced by pbx_find_extension(), and update_scoreboard().
struct match_char* node |
Definition at line 293 of file pbx.c.
Referenced by pbx_find_extension(), and update_scoreboard().
int total_length |
Definition at line 290 of file pbx.c.
Referenced by pbx_find_extension(), and update_scoreboard().
int total_specificity |
Definition at line 289 of file pbx.c.
Referenced by pbx_find_extension(), and update_scoreboard().