CallQueueDetails
Properties
Name | Type | Required | Description |
---|---|---|---|
uri | str | ❌ | Link to a call queue |
id_ | str | ❌ | Internal identifier of a call queue |
extension_number | str | ❌ | Extension number of a call queue |
name | str | ❌ | Name of a call queue |
status | CallQueueDetailsStatus | ❌ | Call queue status |
sub_type | CallQueueDetailsSubType | ❌ | Indicates whether it is an emergency call queue extension or not |
service_level_settings | CallQueueServiceLevelSettings | ❌ | Call queue service level settings |
editable_member_status | bool | ❌ | Allows members to change their queue status |
alert_timer | AlertTimer | ❌ | Alert timer or pickup setting. Delay time in seconds before call queue group members are notified when calls are queued |
CallQueueDetailsStatus
Call queue status
Properties
Name | Type | Required | Description |
---|---|---|---|
ENABLED | str | ✅ | "Enabled" |
DISABLED | str | ✅ | "Disabled" |
NOTACTIVATED | str | ✅ | "NotActivated" |
CallQueueDetailsSubType
Indicates whether it is an emergency call queue extension or not
Properties
Name | Type | Required | Description |
---|---|---|---|
EMERGENCY | str | ✅ | "Emergency" |
AlertTimer
Alert timer or pickup setting. Delay time in seconds before call queue group members are notified when calls are queued
Properties
Name | Type | Required | Description |
---|---|---|---|
_5 | int | ✅ | 5 |
_10 | int | ✅ | 10 |
_15 | int | ✅ | 15 |
_20 | int | ✅ | 20 |
_30 | int | ✅ | 30 |
_45 | int | ✅ | 45 |
_60 | int | ✅ | 60 |
_120 | int | ✅ | 120 |
_180 | int | ✅ | 180 |
_240 | int | ✅ | 240 |
_300 | int | ✅ | 300 |
_360 | int | ✅ | 360 |
_420 | int | ✅ | 420 |
_480 | int | ✅ | 480 |
_540 | int | ✅ | 540 |
_600 | int | ✅ | 600 |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs