Data Fields | |
char | language [MAX_LANGUAGE] |
char | number [512] |
int | order |
long | timeout |
Definition at line 82 of file app_followme.c.
char language[MAX_LANGUAGE] |
The language to be used on this dial, if used.
Definition at line 85 of file app_followme.c.
Referenced by create_followme_number().
char number[512] |
Phone Number(s) and/or Extension(s)
Definition at line 83 of file app_followme.c.
Referenced by app_exec(), create_followme_number(), and findmeexec().
int order |
The order to dial in
Definition at line 86 of file app_followme.c.
Referenced by app_exec(), create_followme_number(), and findmeexec().
long timeout |
Dial Timeout, if used.
Definition at line 84 of file app_followme.c.
Referenced by app_exec(), create_followme_number(), findmeexec(), reload_followme(), and wait_for_winner().