---
title: "Create a call queue server"
method: POST
path: "/call_queue_servers"
tags: ["Call Queue"]
---

# Create a call queue server

`POST /call_queue_servers`

Create a call queue server.  
Please note that: at least one of ipv4 or ipv6 must be specified.

## Request body

- object
  - `name` string, required — The name of call queue server.
  - `enabled` boolean — The activate status or deactivated status.
  - `ipv4` string — Host IPV4 address.
  - `ipv6` string — Host IPV6 address.

## Response `201`

OK

- object
  - `id` string — The unique ID of the resource.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
