Gateway Call Event
com.twilio.voice.insights.call-event.gateway
Gateway Call Event Captured events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the Webhook or Kinesis quickstarts and refer to the product documentation.
Examples
1{2"specversion" : "1.0",3"type" : "com.twilio.voice.insights.call-event.gateway",4"source" : "AB00000000000000000000000001",5"id" : "NO00000000000000000000000001",6"dataschema" : "https://events-schemas.twilio.com/VoiceInsights.CallEvent/3",7"datacontenttype" : "2025-10-08T07:17:02.363Z",8"data" : {9"timestamp" : "2021-05-24T14:15:22Z",10"call_sid" : "CA0000000000000000000000000000001",11"account_sid" : "AC0000000000000000000000000000001",12"edge" : "ashburn",13"name" : "call.connected",14"group" : "call",15"level" : "UNKNOWN",16"carrier_edge" : {17"metadata" : {18"region" : "us1",19"twilio_ip" : "172.0.0.130",20"external_ip" : "172.0.0.130",21"edge_location" : "ashburn"22}23},24"client_edge" : {25"metadata" : {26"region" : "us1",27"twilio_ip" : "172.0.0.130",28"external_ip" : "172.0.0.130",29"edge_location" : "ashburn"30}31},32"sip_edge" : {33"metadata" : {34"region" : "us1",35"twilio_ip" : "172.0.0.130",36"external_ip" : "172.0.0.130",37"edge_location" : "ashburn"38}39},40"sdk_edge" : {41"error" : {42"code" : 31600,43"message" : "Call failed due to network issues."44},45"feedback" : {46"score" : 1,47"reason" : "excellent_audio"48},49"metric" : {50"threshold" : 0.5,51"values" : [520.153]54},55"ice_candidate_pair" : {56"remote" : {57"type" : "host",58"protocol" : "udp"59},60"local" : {61"type" : "host",62"protocol" : "udp"63}64},65"metadata" : {66"client_name" : "MyVoiceApp",67"location" : {68"lat" : 20.956036,69"lon" : -157.2379370},71"city" : "San Francisco",72"country_code" : "US",73"country_subdivision" : "CA",74"ip_address" : "172.0.0.130",75"sdk" : {76"type" : "Voice",77"version" : "2.0.0",78"platform" : "iOS",79"region" : "us1",80"selected_region" : "us1",81"browser" : {82"name" : "Chrome",83"major" : "89",84"version" : "89.0.4389.90"85},86"os" : {87"name" : "Windows",88"version" : "10"89},90"device" : {91"model" : "iPhone",92"type" : "mobile",93"vendor" : "Apple",94"arch" : "ARM"95},96"engine" : {97"name" : "Blink",98"version" : "89.0.4389.90"99},100"edge_location" : "ashburn"101}102}103},104"conversation_relay_data" : {105"session_id" : "VX0000000000000000000000000000001",106"name" : "conversation-relay-event-example-all-in-one",107"sequence_number" : 1,108"tts_latency" : {109"latency_ms" : 230110},111"stt_latency" : {112"latency_ms" : 150113},114"interrupt" : {115"type" : "DTMF"116},117"last_token_received" : {118"total_tokens" : 128,119"total_words" : 42120},121"configurations" : {122"configurations" : {123"voice" : "3liN8q8YoeB9Hk6AboKe-1.0_0.7_0.8",124"ttsProvider" : "block_elevenlabs",125"transcriptionProvider" : "deepgram",126"debug" : "[SPEAKER_EVENT_REPORT]",127"speechProvider" : "nova-3-general",128"transcriptionLanguage" : "en-US",129"welcomeGreetingInterruptible" : "TRUE",130"partialPromptOnHangup" : "false",131"interruptible" : "TRUE",132"partialPrompts" : "false",133"interruptOptions" : "InterruptOptions{interruptConfidenceThreshold=0.8, ignoreBackchannelForInterrupt=false, interruptCheckThresholdType=by-chars, interruptInputLengthThreshold=5}",134"preemptible" : "FALSE",135"dtmfDetection" : "true",136"ttsLanguage" : "en-US",137"reportInputDuringAgentSpeech" : "NONE",138"speechTimeout" : "0"139},140"languages" : {141"es-US" : {142"tts_provider" : "block_elevenlabs",143"voice" : "94zOad0g7T7K4oa7zhDq-0.9_0.7_0.8",144"transcription_provider" : "deepgram",145"speech_model" : "nova-2-general"146},147"en-US" : {148"tts_provider" : "block_elevenlabs",149"voice" : "3liN8q8YoeB9Hk6AboKe-1.0_0.7_0.8",150"transcription_provider" : "deepgram",151"speech_model" : "nova-3-general"152}153}154},155"language_changed" : {156"tts_language_code" : "es-US",157"transcription_language_code" : "es-US"158},159"call_wrap_up" : {160"duration_in_seconds" : 185,161"end_status" : "ended"162},163"error" : {164"error_code" : 54000,165"message" : "ConversationRelay session encountered an error."166}167}168}169}
Versions
v3 (latest)
v2
v1