Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


scoreboard Struct Reference

Data Fields

int canmatch
 
struct ast_extencanmatch_exten
 
struct ast_extenexten
 
char last_char
 
struct match_charnode
 
int total_length
 
int total_specificity
 

Detailed Description

Definition at line 943 of file pbx.c.

Field Documentation

int canmatch

Definition at line 948 of file pbx.c.

Referenced by new_find_extension().

struct ast_exten* canmatch_exten

Definition at line 950 of file pbx.c.

Referenced by pbx_find_extension().

struct ast_exten* exten

Definition at line 951 of file pbx.c.

Referenced by new_find_extension(), pbx_find_extension(), and update_scoreboard().

char last_char

Definition at line 947 of file pbx.c.

Referenced by pbx_find_extension(), and update_scoreboard().

struct match_char* node

Definition at line 949 of file pbx.c.

Referenced by pbx_find_extension(), and update_scoreboard().

int total_length

Definition at line 946 of file pbx.c.

Referenced by pbx_find_extension(), and update_scoreboard().

int total_specificity

Definition at line 945 of file pbx.c.

Referenced by pbx_find_extension(), and update_scoreboard().


The documentation for this struct was generated from the following file: