Data Fields | |
int * | extout |
uint32_t | flags |
const char * | orig_chan_name |
ast_parkinglot * | parkinglot |
Parkinglot to be parked in. | |
parkeduser * | pu |
const char * | return_con |
const char * | return_ext |
int | return_pri |
int | timeout |
Definition at line 1132 of file features.c.
int* extout |
An output parameter to store the parking space where the parked caller was placed.
Definition at line 1139 of file features.c.
uint32_t flags |
Definition at line 1144 of file features.c.
const char* orig_chan_name |
Definition at line 1140 of file features.c.
struct ast_parkinglot* parkinglot |
struct parkeduser* pu |
Parked user that has already obtained a parking space
Definition at line 1146 of file features.c.
const char* return_con |
Definition at line 1141 of file features.c.
const char* return_ext |
Definition at line 1142 of file features.c.
int return_pri |
Definition at line 1143 of file features.c.
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 1136 of file features.c.