Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char | desc [19] |
struct adsi_display | displays [63] |
unsigned char | fdn [5] |
struct adsi_flag | flags [7] |
struct adsi_soft_key * | key |
struct adsi_soft_key | keys [62] |
int | numdisplays |
int | numflags |
int | numkeys |
int | numstates |
int | numsubs |
unsigned char | sec [5] |
int | state |
struct adsi_state | states [256] |
struct adsi_subscript * | sub |
struct adsi_subscript | subs [128] |
int | ver |
Definition at line 168 of file app_adsiprog.c.
char desc[19] |
Definition at line 190 of file app_adsiprog.c.
Referenced by adsi_process(), and adsi_prog().
struct adsi_display displays[63] |
Definition at line 178 of file app_adsiprog.c.
Referenced by adsi_prog(), and getdisplaybyname().
unsigned char fdn[5] |
Definition at line 191 of file app_adsiprog.c.
Referenced by adsi_process(), and adsi_prog().
struct adsi_flag flags[7] |
Definition at line 186 of file app_adsiprog.c.
Referenced by getflagbyname().
struct adsi_soft_key* key |
Definition at line 175 of file app_adsiprog.c.
Referenced by adsi_process().
struct adsi_soft_key keys[62] |
Definition at line 182 of file app_adsiprog.c.
Referenced by adsi_prog(), compile_script(), and getkeybyname().
int numdisplays |
Definition at line 173 of file app_adsiprog.c.
Referenced by adsi_prog(), and getdisplaybyname().
int numflags |
Definition at line 174 of file app_adsiprog.c.
Referenced by getflagbyname().
int numkeys |
Definition at line 170 of file app_adsiprog.c.
Referenced by adsi_prog(), compile_script(), and getkeybyname().
int numstates |
Definition at line 172 of file app_adsiprog.c.
Referenced by getstatebyname().
int numsubs |
Definition at line 171 of file app_adsiprog.c.
Referenced by adsi_prog(), compile_script(), and getsubbyname().
unsigned char sec[5] |
Definition at line 189 of file app_adsiprog.c.
Referenced by adsi_process(), and adsi_prog().
int state |
Definition at line 169 of file app_adsiprog.c.
Referenced by adsi_process(), and compile_script().
struct adsi_state states[256] |
Definition at line 180 of file app_adsiprog.c.
Referenced by getstatebyname().
struct adsi_subscript* sub |
Definition at line 176 of file app_adsiprog.c.
Referenced by adsi_process().
struct adsi_subscript subs[128] |
Definition at line 184 of file app_adsiprog.c.
Referenced by adsi_prog(), compile_script(), and getsubbyname().
int ver |
Definition at line 192 of file app_adsiprog.c.
Referenced by adsi_process(), and adsi_prog().