stopDialOut() or via the REST API.
Events
Dial-out stopped
The dial-out is stopped
Emitted when the session with the remote party is stopped, typically, by the initiator. These can be activated via
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The dial-out is stopped
stopDialOut() or via the REST API.
{
"version": "1.0.0",
"type": "dialout.stopped",
"id": "2868-dial-out-stop-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
}
{
"version": "1.0.0",
"type": "dialout.stopped",
"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
}