Skip to main content

outgoing_call_answer

Triggered when the remote party answers an outgoing call. This indicates the conversation has begun.

When This Event Fires

  • The called party picks up the phone
  • The call transitions from ringing to connected

Payload

FieldTypeDescription
eventstringAlways "outgoing_call_answer"
callerstringSIPSIM phone number that placed the call
receiverstringRemote party's phone number
timestringTimestamp of the event
pbx_idstringUnique call identifier in the PBX

Example Payload

{
"event": "outgoing_call_answer",
"caller": "+33198765432",
"receiver": "+33612345678",
"time": "2025-01-15T14:00:08Z",
"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
tip

If the remote party does not answer, you will not receive this event. You will receive outgoing_call_end with a status like NOANSWER or BUSY.