
Data Fields | |
| char * | context |
| time_t | expiration |
| dundi_precache_queue * | next |
| char | number [0] |
Definition at line 170 of file pbx_dundi.c.
| char* context |
Definition at line 172 of file pbx_dundi.c.
Referenced by dundi_show_precache(), process_precache(), and reschedule_precache().
| time_t expiration |
Definition at line 173 of file pbx_dundi.c.
Referenced by dundi_show_precache(), process_precache(), and reschedule_precache().
| struct dundi_precache_queue* next |
Definition at line 171 of file pbx_dundi.c.
Referenced by dundi_show_precache(), process_precache(), and reschedule_precache().
| char number[0] |
Definition at line 174 of file pbx_dundi.c.
Referenced by dundi_show_precache(), process_precache(), and reschedule_precache().
1.4.7