
Data Fields | |
| char * | context |
| time_t | expiration |
| struct { | |
| struct dundi_precache_queue * next | |
| } | list |
| char | number [0] |
Definition at line 150 of file pbx_dundi.c.
| char* context |
Definition at line 152 of file pbx_dundi.c.
Referenced by dundi_show_precache(), process_precache(), and reschedule_precache().
| time_t expiration |
Definition at line 153 of file pbx_dundi.c.
Referenced by dundi_show_precache(), process_precache(), and reschedule_precache().
| struct { ... } list |
struct dundi_precache_queue* next [read] |
Definition at line 151 of file pbx_dundi.c.
| char number[0] |
Definition at line 154 of file pbx_dundi.c.
Referenced by dundi_show_precache(), process_precache(), and reschedule_precache().
1.6.1