Data Fields | |
| ast_channel * | chan |
| char | context [AST_MAX_CONTEXT] |
| char | exten [AST_MAX_EXTENSION] |
| unsigned char | moh_trys |
| parkeduser * | next |
| int | notquiteyet |
| int | parkingnum |
| int | parkingtime |
| char | peername [1024] |
| int | priority |
| timeval | start |
Definition at line 152 of file res_features.c.
| struct ast_channel* chan |
Definition at line 153 of file res_features.c.
Referenced by ast_park_call(), do_parking_thread(), handle_parkedcalls(), manager_parking_status(), and park_exec().
| char context[AST_MAX_CONTEXT] |
Definition at line 157 of file res_features.c.
Referenced by ast_park_call(), do_parking_thread(), and handle_parkedcalls().
| char exten[AST_MAX_EXTENSION] |
Definition at line 158 of file res_features.c.
Referenced by ast_park_call(), do_parking_thread(), and handle_parkedcalls().
| unsigned char moh_trys |
| struct parkeduser* next |
Definition at line 164 of file res_features.c.
Referenced by ast_park_call(), do_parking_thread(), handle_parkedcalls(), manager_parking_status(), and park_exec().
| int notquiteyet |
Definition at line 161 of file res_features.c.
Referenced by ast_park_call(), and do_parking_thread().
| int parkingnum |
Definition at line 155 of file res_features.c.
Referenced by ast_park_call(), do_parking_thread(), handle_parkedcalls(), manager_parking_status(), and park_exec().
| int parkingtime |
Definition at line 160 of file res_features.c.
Referenced by ast_park_call(), do_parking_thread(), handle_parkedcalls(), and manager_parking_status().
| char peername[1024] |
Definition at line 162 of file res_features.c.
Referenced by ast_park_call(), and do_parking_thread().
| int priority |
Definition at line 159 of file res_features.c.
Referenced by ast_park_call(), do_parking_thread(), and handle_parkedcalls().
| struct timeval start |
Definition at line 154 of file res_features.c.
Referenced by ast_park_call(), do_parking_thread(), handle_parkedcalls(), and manager_parking_status().
1.4.7