latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Call Queue

Retrieve a call queue server

Retrieve a call queue server.

get/call_queue_servers/{id}

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

Response

OK

idstring

The unique ID of the resource.

namestring

The name of call queue server.

enabledboolean

The activate status or deactivated status.

ipv4string

Host IPV4 address.

ipv6string

Host IPV6 address.

type'INTERNAL' | 'EXTERNAL'

Every PortSIP PBX has a built-in call queue server marked as INTERNAL;
Newly added call queue servers will be marked as "EXTERNAL".

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}