Additional properties.
Unique call identifier.
Account identifier.
Application identifier.
Call direction.
Caller phone number or SIP URI.
Called phone number or SIP URI.
SIP Call-ID header.
SIP response status code.
Optionalsip_SIP reason phrase.
Optionalcaller_Caller display name from the SIP From header.
Optionalcaller_Caller ID value (phone number or SIP user).
Optionalcall_Call status.
Optionaloriginating_Name of the originating SIP trunk as configured in jambonz.
Optionaloriginating_IP address of the originating SIP trunk.
Optionalservice_Service provider SID.
Optionaltrace_Distributed tracing ID.
Optionalparent_Call SID of the parent call (present for adulting / child call scenarios).
Optionalapi_jambonz REST API base URL for mid-call control.
OptionalsipRaw SIP INVITE message (drachtio SipRequest, serialized). Only present for WebSocket and HTTP POST transports. See https://drachtio.org/api#sip-request for the full API.
SIP headers as key-value pairs. Custom X-* headers are included.
Optionalbody?: stringSIP message body (typically SDP).
Optionalmethod?: stringSIP method (always 'INVITE' for session:new).
Optionaluri?: stringRequest-URI from the SIP INVITE.
OptionalcalledNumber?: stringPhone number extracted from the Request-URI.
OptionalcallingNumber?: stringCalling phone number from P-Asserted-Identity or From header.
Optionalprotocol?: stringTransport protocol (e.g. 'udp', 'tcp', 'tls').
Optionalsource_address?: stringIP address of the sender.
Optionalsource_port?: string | numberPort of the sender.
Optionalenv_Application environment variables configured in the jambonz portal.
OptionaldefaultsDefault speech settings for the account.
OptionalcustomerCustom data attached via the REST API when creating an outbound call.
Call session data provided in webhook requests and WebSocket session:new messages.