Skip to main content
Emitted when the session with the remote end is established, i.e., the initiator will hear the call ringing. These can be activated via startDialOut() or via the REST API.

Webhook Events

There are five common fields all events share:

PhoneNumber Dialout Payload

{
  "version": "1.0.0",
  "type": "dialout.connected",
  "id": "2868-dial-out-con-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.connected",
  "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
}