---
title: "POST live_call_incoming"
method: POST
path: "live_call_incoming"
deprecated: true
---

# POST live_call_incoming

`POST live_call_incoming` (webhook)

> **Deprecated.**

Deprecated: use `live.transport.incoming`. Retained only for existing subscriptions.
Sent when an incoming API SIP session is available for Live acceptance.

## Payload

- WebhookLiveCallIncoming — Deprecated: use `live.transport.incoming`. Retained for existing subscriptions during migration; new subscriptions to this event are not allowed. Sent when an incoming API SIP session is available for Live acceptance. The same pending session can also emit `realtime.call.incoming`; the first successful Realtime or Live accept endpoint selects the runtime surface.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the event was created.
  - `id` string, required — The unique ID of the event.
  - `data` object, required — Event data payload.
    - `session_id` string, required — The `live_...` ID of the pending SIP session. Pass this value unchanged to Live call controls and sideband connections. The corresponding `realtime.call.incoming` event uses a separate `rtc_...` call ID.
    - `sip_media_security` union — Media protection selected on the SIP leg during SDP negotiation. `srtp` indicates SRTP; `rtp` indicates unencrypted RTP. Omitted when unknown. This does not describe SIP signaling security or confirm that media has flowed. Clients should handle unrecognized values as unknown.
      - 'rtp' | 'srtp'
      - string
    - `sip_headers` object[], required — Headers from the SIP INVITE, excluding SIP authorization headers. Retained names, values, repeated entries, and order are preserved. Treat these values as untrusted call metadata.
      - `name` string, required — Name of the SIP Header.
      - `value` string, required — Value of the SIP Header.
  - `object` 'event' — The object of the event. Always `event`.
  - `type` 'live.call.incoming', required — The type of the event. Always `live.call.incoming`.

## Acknowledgement `200`

Return a 200 status code to acknowledge receipt of the event. Non-200
status codes will be retried.

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/222f167a2327?raw)
