---
title: "Update call park server"
method: POST
path: "/call_park"
tags: ["Call Park"]
---

# Update call park server

`POST /call_park`

Update call park server

## Request body

- object
  - `enabled` boolean — Enable call park server or not.
  - `extension_number` string — The extension number.
  - `recall_to` 'USER_ONLY' | 'USER_FIRST_THEN_RING_GROUP' | 'RING_GROUP_ONLY' — Select how the park server forwards the call when the parked call is not picked up in the **Recall Time**. The forwarding destination can be an extension or a ring group. Can be either: - `USER_ONLY`: - `USER_FIRST_THEN_RING_GROUP`: - `RING_GROUP_ONLY`: When set to `USER_FIRST_THEN_RING_GROUP` or `RING_GROUP_ONLY`, `ring_group_id` must also be specified.
  - `recall_time` integer — Set how long the call can be parked on the park server, in seconds. After this time, the park server needs to forward the call to the preset extension or ring group according to the settings. The default value is 300 seconds, the minimum value is 60 seconds, and the maximum value is 900 seconds.
  - `recall_ring_group_time` integer — Set how long the call can be parked on the park server, in seconds. If the call is not picked up after this time, the park server needs to forward the call to the preset ring group according to the settings. The default value is 300 seconds, the minimum value is 60 seconds, and the maximum value is 90 seconds.
  - `ring_group_id` string — The unique ID of the resource.
  - `prompt_file_id` string — The unique ID of the resource.

## Response `200`

OK

## 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)
