Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
int | canceled |
char | privcid [256] |
int | privdb_val |
char | privintro [1024] |
int | sentringing |
char | status [256] |
Definition at line 1140 of file app_dial.c.
int canceled |
Definition at line 1146 of file app_dial.c.
Referenced by dial_exec_full(), and wait_for_answer().
char privcid[256] |
Definition at line 1143 of file app_dial.c.
Referenced by setup_privacy_args().
int privdb_val |
Definition at line 1142 of file app_dial.c.
Referenced by dial_exec_full(), and setup_privacy_args().
char privintro[1024] |
Definition at line 1144 of file app_dial.c.
Referenced by dial_exec_full(), and setup_privacy_args().
int sentringing |
Definition at line 1141 of file app_dial.c.
Referenced by dial_exec_full(), and wait_for_answer().
char status[256] |
Definition at line 1145 of file app_dial.c.
Referenced by dial_exec_full(), setup_privacy_args(), and wait_for_answer().