CallQueueInfo
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 | CallQueueInfoStatus | ❌ | Call queue status |
sub_type | CallQueueInfoSubType | ❌ | Indicates whether it is an emergency call queue extension or not |
CallQueueInfoStatus
Call queue status
Properties
Name | Type | Required | Description |
---|---|---|---|
ENABLED | str | ✅ | "Enabled" |
DISABLED | str | ✅ | "Disabled" |
NOTACTIVATED | str | ✅ | "NotActivated" |
CallQueueInfoSubType
Indicates whether it is an emergency call queue extension or not
Properties
Name | Type | Required | Description |
---|---|---|---|
EMERGENCY | str | ✅ | "Emergency" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs