Asterisk - The Open Source Telephony Project
18.5.0
|
#include <res_parking.h>
Data Fields | |
char * | comeback_override |
char * | parker_dial_string |
char * | parker_uuid |
int | randomize |
int | silence_announce |
int | time_limit |
Definition at line 446 of file res_parking.h.
char* comeback_override |
Optional goto string for where to send the call after we are done
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().
char* parker_dial_string |
Dial string that we would attempt to call when timing out when comebacktoorigin=yes
Definition at line 448 of file res_parking.h.
Referenced by get_park_common_datastore_copy(), park_common_datastore_free(), and setup_park_common_datastore().
char* parker_uuid |
Unique ID of the channel parking the call.
Definition at line 447 of file res_parking.h.
Referenced by get_park_common_datastore_copy(), park_common_datastore_free(), and setup_park_common_datastore().
int randomize |
Pick a parking space to enter on at random
Definition at line 450 of file res_parking.h.
Referenced by get_park_common_datastore_copy(), and setup_park_common_datastore().
int silence_announce |
Used when a call parks itself to keep it from hearing the parked call announcement
Definition at line 452 of file res_parking.h.
Referenced by get_park_common_datastore_copy(), and setup_park_common_datastore().
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 451 of file res_parking.h.
Referenced by get_park_common_datastore_copy(), and setup_park_common_datastore().