---
title: "Make a call from the SIP component to the provided phone number"
method: POST
path: "/sip/{room_id}/{component_id}/call"
tags: ["sip"]
---

# Make a call from the SIP component to the provided phone number

`POST /sip/{room_id}/{component_id}/call`

## Path parameters

- `room_id` string, required
- `component_id` string, required

## Request body

- DialConfig — Dial config
  - `phoneNumber` string — Phone number on which SIP Component will call

## Response `201`

Call started

## Other responses

- `400` — Invalid request structure
- `401` — Unauthorized
- `404` — Room doesn't exist
- `503` — Service temporarily unavailable

## Changes

- **2026-07-17** `7227c4e436c0` — 1 info
  - added the non-success response with the status `503`
- **2024-02-22** `4f1bea96a0f9` — 1 info
  - the endpoint scheme security `authorization` was added to the API
- **2024-02-19** `f04645633559` — 1 info
  - endpoint added
- **2023-07-18** `dafa9a249254` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/changes/sip/:room_id/:component_id/call/post.md)

---

[API](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server.md) · [All operations](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fishjam-dev/fishjam-media-server/revisions/7227c4e436c0/schema)
