Sun Oct 16 2011 08:43:13

Asterisk developer's documentation


ast_park_call_args Struct Reference
Collaboration diagram for ast_park_call_args:

Data Fields

int * extout
uint32_t flags
const char * orig_chan_name
struct ast_parkinglotparkinglot
 Parkinglot to be parked in.
struct parkeduserpu
const char * return_con
const char * return_ext
int return_pri
int timeout

Detailed Description

Optional additional parking options when parking a call.


Field Documentation

int* extout

An output parameter to store the parking space where the parked caller was placed.

Definition at line 1039 of file features.c.

Referenced by park_call_full(), ast_park_call(), and masq_park_call().

uint32_t flags

Definition at line 1044 of file features.c.

Referenced by park_call_exec().

const char* orig_chan_name

Definition at line 1040 of file features.c.

Referenced by park_call_full(), masq_park_call(), and park_call_exec().

Parkinglot to be parked in.

Definition at line 1048 of file features.c.

Referenced by park_space_reserve(), xfer_park_call_helper(), park_call_exec(), and manager_park().

struct parkeduser* pu

Parked user that has already obtained a parking space

Definition at line 1046 of file features.c.

Referenced by park_call_full(), and masq_park_call().

const char* return_con

Definition at line 1041 of file features.c.

Referenced by park_call_full(), and park_call_exec().

const char* return_ext

Definition at line 1042 of file features.c.

Referenced by park_call_full(), and park_call_exec().

Definition at line 1043 of file features.c.

Referenced by park_call_full(), and park_call_exec().

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 1036 of file features.c.

Referenced by park_call_full(), ast_park_call(), masq_park_call(), park_call_exec(), and manager_park().


The documentation for this struct was generated from the following file: