Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
park_common_datastore Struct Reference

#include <res_parking.h>

Data Fields

char * comeback_override
 
char * parker_dial_string
 
char * parker_uuid
 
int randomize
 
int silence_announce
 
int time_limit
 

Detailed Description

Definition at line 448 of file res_parking.h.

Field Documentation

◆ comeback_override

char* comeback_override

Optional goto string for where to send the call after we are done

Definition at line 451 of file res_parking.h.

Referenced by get_park_common_datastore_copy(), park_common_datastore_free(), and setup_park_common_datastore().

◆ parker_dial_string

char* parker_dial_string

Dial string that we would attempt to call when timing out when comebacktoorigin=yes

Definition at line 450 of file res_parking.h.

Referenced by get_park_common_datastore_copy(), park_common_datastore_free(), and setup_park_common_datastore().

◆ parker_uuid

char* parker_uuid

Unique ID of the channel parking the call.

Definition at line 449 of file res_parking.h.

Referenced by get_park_common_datastore_copy(), park_common_datastore_free(), and setup_park_common_datastore().

◆ randomize

int randomize

Pick a parking space to enter on at random

Definition at line 452 of file res_parking.h.

Referenced by get_park_common_datastore_copy(), and setup_park_common_datastore().

◆ silence_announce

int silence_announce

Used when a call parks itself to keep it from hearing the parked call announcement

Definition at line 454 of file res_parking.h.

Referenced by get_park_common_datastore_copy(), and setup_park_common_datastore().

◆ time_limit

int time_limit

time limit override. -1 values don't override, 0 for unlimited time, >0 for custom time limit in seconds

Definition at line 453 of file res_parking.h.

Referenced by get_park_common_datastore_copy(), and setup_park_common_datastore().


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