Thu Apr 28 2011 17:16:24

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 parkeduserpu
const char * return_con
const char * return_ext
int return_pri
int timeout

Detailed Description

Definition at line 716 of file features.c.


Field Documentation

int* extout

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

Definition at line 723 of file features.c.

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

uint32_t flags

Definition at line 728 of file features.c.

Referenced by park_call_exec().

const char* orig_chan_name

Definition at line 724 of file features.c.

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

struct parkeduser* pu

Parked user that has already obtained a parking space

Definition at line 730 of file features.c.

Referenced by masq_park_call(), and park_call_full().

const char* return_con

Definition at line 725 of file features.c.

Referenced by park_call_exec(), and park_call_full().

const char* return_ext

Definition at line 726 of file features.c.

Referenced by park_call_exec(), and park_call_full().

Definition at line 727 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 720 of file features.c.

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


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