Skip to main content
Emitted when the remote end answered the call.

Webhook Events

There are five common fields all events share:

PhoneNumber Dialout Payload

{
  "version": "1.0.0",
  "type": "dialout.answered",
  "id": "2868-dial-out-ans-7d208e2a-520b-4a8d-a2c9-3a36dfa0d342",
  "payload": {
    "domain_id": "04b89420-cf8b-4ea5-a428-02c40b0e2a59",
    "room": "my-dialout-room",
    "timestamp": "1728023426",
    "session_id": "7d208e2a-520b-4a8d-a2c9-3a36dfa0d342",
    "destination": "+12098888888",
    "origin": "+13977888822",
    "caller_id": "34b0eb2b-4f6d-41e2-8189-c836e830ffbb"
  },
  "event_ts": 1728023426.552
}

SipUri Dialout Payload

{
  "version": "1.0.0",
  "type": "dialout.answered",
  "id": "2868-dial-out-ans-7d208e2a-520b-4a8d-a2c9-3a36dfa0d342",
  "payload": {
    "domain_id": "04b89420-cf8b-4ea5-a428-02c40b0e2a59",
    "room": "my-dialout-room",
    "timestamp": "1728023426",
    "session_id": "7d208e2a-520b-4a8d-a2c9-3a36dfa0d342",
    "destination": "sip:abc@efg.dummy.com",
    "origin": "sip:myroom.0@daily-2358023-app.dapp.signalwire.com",
    "caller_id": "34b0eb2b-4f6d-41e2-8189-c836e830ffbb"
  },
  "event_ts": 1728023426.552
}