Skip to main content

outgoing_call_start

Triggered when an outgoing call is initiated from your SIPSIM account. This is the first event in the outgoing call lifecycle — the call is being placed but the remote party has not yet answered.

When This Event Fires

  • A user initiates an outgoing call from a SIPSIM phone or softphone
  • A call is initiated via the API or click-to-call

Payload

FieldTypeDescription
eventstringAlways "outgoing_call_start"
callerstringSIPSIM phone number placing the call
receiverstringDestination phone number being called
timestringTimestamp of the event
pbx_idstringUnique call identifier in the PBX

Example Payload

{
"event": "outgoing_call_start",
"caller": "+33198765432",
"receiver": "+33612345678",
"time": "2025-01-15T14:00:00Z",
"pbx_id": "call_def456"
}

Call Lifecycle

  1. outgoing_call_start — call initiated
  2. outgoing_call_answer — remote party answers
  3. outgoing_call_end — call completed