
Data Fields | |
| int * | extout |
| uint32_t | flags |
| const char * | orig_chan_name |
| struct ast_parkinglot * | parkinglot |
| Parkinglot to be parked in. | |
| struct parkeduser * | pu |
| const char * | return_con |
| const char * | return_ext |
| int | return_pri |
| int | timeout |
Optional additional parking options when parking a call.
Definition at line 1286 of file features.c.
| int* extout |
An output parameter to store the parking space where the parked caller was placed.
Definition at line 1293 of file features.c.
Referenced by ast_masq_park_call(), ast_masq_park_call_exten(), ast_park_call(), ast_park_call_exten(), and park_call_full().
| uint32_t flags |
Definition at line 1298 of file features.c.
Referenced by manager_park(), and park_call_exec().
| const char* orig_chan_name |
Definition at line 1294 of file features.c.
Referenced by ast_masq_park_call(), ast_masq_park_call_exten(), park_call_exec(), and park_call_full().
| struct ast_parkinglot* parkinglot |
Parkinglot to be parked in.
Definition at line 1302 of file features.c.
Referenced by ast_masq_park_call_exten(), ast_park_call_exten(), manager_park(), park_call_exec(), park_space_reserve(), and xfer_park_call_helper().
| struct parkeduser* pu |
Parked user that has already obtained a parking space
Definition at line 1300 of file features.c.
Referenced by masq_park_call(), and park_call_full().
| const char* return_con |
Definition at line 1295 of file features.c.
Referenced by park_call_exec(), and park_call_full().
| const char* return_ext |
Definition at line 1296 of file features.c.
Referenced by park_call_exec(), and park_call_full().
| int return_pri |
Definition at line 1297 of file features.c.
Referenced by park_call_exec(), and park_call_full().
| int timeout |
How long to wait in the parking lot before the call gets sent back to the specified return extension (or a best guess at where it came from if not explicitly specified).
Definition at line 1290 of file features.c.
Referenced by ast_masq_park_call(), ast_masq_park_call_exten(), ast_park_call(), ast_park_call_exten(), manager_park(), park_call_exec(), and park_call_full().