|
Asterisk - The Open Source Telephony Project
18.5.0
|

Data Fields | |
| char * | context |
| char | exten [2] |
| int | priority |
| struct ast_variable * | var |
| struct timeval | when |
Definition at line 69 of file pbx_realtime.c.
| char* context |
Definition at line 73 of file pbx_realtime.c.
Referenced by cache_cmp(), and realtime_common().
| char exten[2] |
Definition at line 74 of file pbx_realtime.c.
Referenced by cache_cmp(), cache_hash(), and realtime_common().
| int priority |
Definition at line 72 of file pbx_realtime.c.
Referenced by cache_cmp(), cache_hash(), and realtime_common().
| struct ast_variable* var |
Definition at line 71 of file pbx_realtime.c.
Referenced by free_entry(), realtime_canmatch(), realtime_common(), realtime_exec(), realtime_exists(), realtime_matchmore(), and realtime_switch_common().
| struct timeval when |
Definition at line 70 of file pbx_realtime.c.
Referenced by purge_old_fn(), and realtime_common().
1.8.13