Sat Apr 26 2014 22:03:26

Asterisk developer's documentation


parkeduser Struct Reference

Description of one parked call, added to a list while active, then removed. The list belongs to a parkinglot. More...

Collaboration diagram for parkeduser:

Data Fields

struct ast_channelchan
char context [AST_MAX_CONTEXT]
char exten [AST_MAX_EXTENSION]
enum ast_control_frame_type hold_method
struct {
   struct parkeduser *   next
list
unsigned char moh_trys
unsigned int notquiteyet:1
unsigned int options_specified:1
char parkingexten [AST_MAX_EXTENSION]
struct ast_parkinglotparkinglot
int parkingnum
unsigned int parkingtime
char peername [AST_CHANNEL_NAME]
int priority
struct timeval start

Detailed Description

Description of one parked call, added to a list while active, then removed. The list belongs to a parkinglot.

Definition at line 606 of file features.c.


Field Documentation

Where to go if our parking time expires

Definition at line 611 of file features.c.

Referenced by handle_parkedcalls(), manage_parked_call(), and park_call_full().

Definition at line 612 of file features.c.

Referenced by handle_parkedcalls(), manage_parked_call(), and park_call_full().

Method to entertain the caller when parked: AST_CONTROL_RINGING, AST_CONTROL_HOLD, or 0(none)

Definition at line 616 of file features.c.

Referenced by manage_parked_call(), park_call_full(), and parked_call_exec().

struct { ... } list
unsigned char moh_trys

Definition at line 620 of file features.c.

Referenced by manage_parked_call().

struct parkeduser* next

Definition at line 623 of file features.c.

unsigned int notquiteyet
unsigned int options_specified

Definition at line 618 of file features.c.

Referenced by manage_parked_call(), and park_call_full().

If set beforehand, parking extension used for this call

Definition at line 610 of file features.c.

Referenced by handle_parkedcalls(), manage_parkinglot(), park_call_full(), park_space_reserve(), parked_call_exec(), and post_manager_event().

Parking lot this entry belongs to. Holds a parking lot reference.

Definition at line 622 of file features.c.

Referenced by manage_parked_call(), manage_parkinglot(), park_call_full(), park_space_abort(), park_space_reserve(), parked_call_exec(), and post_manager_event().

Parking lot space used

Definition at line 609 of file features.c.

Referenced by manage_parked_call(), manager_parking_status(), park_call_full(), park_space_reserve(), and parked_call_exec().

unsigned int parkingtime

Maximum length in parking lot before return

Definition at line 614 of file features.c.

Referenced by handle_parkedcalls(), manage_parked_call(), manager_parking_status(), and park_call_full().

int priority

Definition at line 613 of file features.c.

Referenced by handle_parkedcalls(), manage_parked_call(), and park_call_full().

struct timeval start

Time the park started

Definition at line 608 of file features.c.

Referenced by handle_parkedcalls(), manage_parked_call(), manager_parking_status(), and park_call_full().


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