Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
char * | context |
time_t | expiration |
struct { | |
struct dundi_precache_queue * next | |
} | list |
char | number [0] |
Definition at line 238 of file pbx_dundi.c.
char* context |
Definition at line 240 of file pbx_dundi.c.
Referenced by dundi_show_precache(), process_precache(), and reschedule_precache().
time_t expiration |
Definition at line 241 of file pbx_dundi.c.
Referenced by dundi_show_precache(), process_precache(), and reschedule_precache().
struct { ... } list |
Referenced by dundi_show_precache(), process_precache(), and reschedule_precache().
struct dundi_precache_queue* next |
Definition at line 239 of file pbx_dundi.c.
char number[0] |
Definition at line 242 of file pbx_dundi.c.
Referenced by dundi_show_precache(), process_precache(), and reschedule_precache().