Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_parked_call_payload Struct Reference

A parked call message payload. More...

#include <parking.h>

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
long unsigned int duration
 
enum ast_parked_call_event_type event_type
 
struct ast_channel_snapshotparkee
 
const ast_string_field parker_dial_string
 
const ast_string_field parkinglot
 
unsigned int parkingspace
 
struct ast_channel_snapshotretriever
 
long unsigned int timeout
 

Detailed Description

A parked call message payload.

Since
12

Definition at line 59 of file parking.h.

Field Documentation

long unsigned int duration

How long the parkee has been parked (seconds)

Definition at line 64 of file parking.h.

Referenced by ast_parked_call_payload_create(), and manager_build_parked_call_string().

enum ast_parked_call_event_type event_type

Reason for issuing the parked call message

Definition at line 62 of file parking.h.

Referenced by ast_parked_call_payload_create(), and handle_parked_call_message().

struct ast_channel_snapshot* parkee

Snapshot of the channel that is parked

Definition at line 60 of file parking.h.

Referenced by handle_parked_call_message(), manager_build_parked_call_string(), and parked_call_payload_destructor().

const ast_string_field parker_dial_string

The device string used for call control on parking timeout

Definition at line 69 of file parking.h.

Referenced by manager_build_parked_call_string().

const ast_string_field parkinglot

Name of the parking lot used to park the parkee

Definition at line 69 of file parking.h.

Referenced by manager_build_parked_call_string().

unsigned int parkingspace

Which Parking Space the parkee occupies

Definition at line 65 of file parking.h.

Referenced by ast_parked_call_payload_create(), and manager_build_parked_call_string().

struct ast_channel_snapshot* retriever

Snapshot of the channel that retrieved the call (may be NULL)

Definition at line 61 of file parking.h.

Referenced by manager_build_parked_call_string(), and parked_call_payload_destructor().

long unsigned int timeout

Time remaining before the call times out (seconds )

Definition at line 63 of file parking.h.

Referenced by ast_parked_call_payload_create(), and manager_build_parked_call_string().


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