Asterisk - The Open Source Telephony Project GIT-master-8f1982c
|
Data Fields | |
int | canceled |
char | privcid [256] |
int | privdb_val |
char | privintro [1024] |
int | sentringing |
char | status [256] |
Definition at line 1146 of file app_dial.c.
int canceled |
Definition at line 1152 of file app_dial.c.
Referenced by dial_exec_full(), and wait_for_answer().
char privcid[256] |
Definition at line 1149 of file app_dial.c.
Referenced by setup_privacy_args().
int privdb_val |
Definition at line 1148 of file app_dial.c.
Referenced by dial_exec_full(), and setup_privacy_args().
char privintro[1024] |
Definition at line 1150 of file app_dial.c.
Referenced by dial_exec_full(), and setup_privacy_args().
int sentringing |
Definition at line 1147 of file app_dial.c.
Referenced by dial_exec_full(), and wait_for_answer().
char status[256] |
Definition at line 1151 of file app_dial.c.
Referenced by dial_exec_full(), setup_privacy_args(), and wait_for_answer().