---
title: "Conference Park"
method: POST
path: "/telephony/conference-park"
tags: ["Telephony"]
---

# Conference Park

`POST /telephony/conference-park`

Twilio Voice webhook for the dedicated parking number used during attended
transfers. Drops the caller into a conference named ``park-{CallSid}`` with
hold music until the screener call is bridged or a decline reconnect runs.

Phase 0 (prototype): conference name is derived from the inbound CallSid
so we don't need DB state. Phase 2 will switch to a session-keyed name so
the screener-bridge / decline-reconnect paths can locate the right room.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
