
Data Fields | |
| struct ast_channel * | chan |
| char | context [AST_MAX_EXTENSION] |
| char | exten [AST_MAX_EXTENSION] |
| struct aauser * | next |
| int | notquiteyet |
| int | priority |
| struct timeval | start |
Definition at line 186 of file res_features.c.
struct ast_channel* chan [read] |
Definition at line 187 of file res_features.c.
Referenced by ast_autoanswer_login(), autoanswer_exec(), do_autoanswer_thread(), and handle_autoanswer().
| char context[AST_MAX_EXTENSION] |
Definition at line 191 of file res_features.c.
Referenced by ast_autoanswer_login(), autoanswer_exec(), autoanswer_reregister_extensions(), do_autoanswer_thread(), and handle_autoanswer().
| char exten[AST_MAX_EXTENSION] |
Definition at line 190 of file res_features.c.
Referenced by ast_autoanswer_login(), autoanswer_exec(), autoanswer_reregister_extensions(), do_autoanswer_thread(), and handle_autoanswer().
Definition at line 194 of file res_features.c.
Referenced by ast_autoanswer_login(), autoanswer_exec(), autoanswer_reregister_extensions(), do_autoanswer_thread(), and handle_autoanswer().
| int notquiteyet |
Definition at line 193 of file res_features.c.
| int priority |
Definition at line 192 of file res_features.c.
struct timeval start [read] |
Definition at line 188 of file res_features.c.
Referenced by ast_autoanswer_login(), and do_autoanswer_thread().
1.5.5