{"$id":"https://events-schemas.twilio.com/VoiceInsights.CallSummary/7","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"definitions":{"Annotation":{"additionalProperties":false,"description":"Programmatically labeled annotations for the Call. Developers can update the Call Summary records with Annotation during or after a Call. Annotations can be updated as long as the Call Summary record is addressable via the API.","properties":{"account_sid":{"default":"","description":"The unique SID identifier of the account that owns the call","type":"string"},"answered_by":{"default":"unknown_answered_by","description":"Specifies which entity answered the call as determined by Answering Machine Detection","type":"string"},"call_score":{"default":0,"description":"The call score for the call, typically on a scale from 1 to 5","type":"integer"},"call_sid":{"default":"","description":"The unique SID identifier of the call","type":"string"},"comment":{"default":"","description":"The comment for the call","type":"string"},"connectivity_issue":{"default":"unknown_connectivity_issue","description":"Specifies if the call had any connectivity issues. One of `no_connectivity_issue`, `invalid_number`, `caller_id`, `dropped_call`, or `number_reachability`.","type":"string"},"incident":{"default":"","description":"The incident identifier for the call","type":"string"},"quality_issues":{"description":"Specifies if the call had any subjective quality issues","items":{"description":"Specifies if the call had any subjective quality issues.","type":"string"},"type":"array"},"spam":{"default":false,"description":"The spam status for the call","type":"boolean"},"timestampMs":{"default":0,"description":"The timestamp of the annotation in milliseconds since epoch","type":"integer"}},"required":["call_sid","account_sid","answered_by","connectivity_issue","quality_issues","spam","comment","incident","timestampMs"],"type":"object"},"AppInfo":{"additionalProperties":false,"description":"The application information used by the SDK for the call","properties":{"build_number":{"default":"","description":"The build number of the application","type":"string"},"compile_sdk_version":{"default":"","description":"The SDK version used to compile the application","type":"string"},"id":{"default":"","description":"The unique identifier of the application","type":"string"},"min_os_version":{"default":"","description":"The minimum OS version supported by the application","type":"string"},"name":{"default":"","description":"The name of the application","type":"string"},"target_os_version":{"default":"","description":"The target OS version of the application","type":"string"},"version":{"default":"","description":"The version of the application","type":"string"}},"required":["name","id","version","build_number","compile_sdk_version","min_os_version","target_os_version"],"type":"object"},"Attributes":{"additionalProperties":false,"description":"The attributes of the call","properties":{"conference_participant":{"description":"The conference participant attribute","type":"boolean"}},"type":"object"},"Branded":{"additionalProperties":false,"description":"The branded information","properties":{"bundle_sid":{"description":"The unique SID identifier of the branded bundle","type":"string"},"call_reason":{"description":"The reason for the branded call","type":"string"},"display_name":{"description":"The display name for the branded call","type":"string"},"enabled":{"description":"The branded status","type":"boolean"},"logo":{"description":"The logo status for the branded call","type":"boolean"},"long_display_name":{"description":"The long display name for the branded call","type":"string"},"type":{"description":"The type of branded","type":"string"},"use_case":{"description":"The use case for the branded call","type":"string"}},"type":"object"},"BrandedCall":{"additionalProperties":false,"description":"The branded call information","properties":{"brand_sid":{"default":"","description":"The unique SID identifier of the brand used for the call","type":"string"},"branded":{"description":"The branded call status","type":"boolean"},"branded_channel_sid":{"default":"","description":"The unique SID identifier of the branded channel used for the call","type":"string"},"caller":{"default":"","description":"The caller ID for the branded call","type":"string"},"use_case":{"default":"","description":"The use case for the branded call","type":"string"}},"required":["caller","use_case","branded_channel_sid","brand_sid"],"type":"object"},"Browser":{"additionalProperties":false,"description":"The browser information","properties":{"major":{"default":"","description":"The major version of the browser","type":"string"},"name":{"default":"","description":"The name of the browser","type":"string"},"version":{"default":"","description":"The full version of the browser","type":"string"}},"required":["name","major","version"],"type":"object"},"BusinessProfile":{"additionalProperties":false,"description":"The business profile information","properties":{"bundle_sid":{"description":"The unique SID identifier of the business profile bundle","type":"string"},"identity":{"description":"The identity of the business profile","type":"string"},"industry":{"description":"The industry of the business profile","type":"string"},"type":{"description":"The type of business profile","type":"string"}},"type":"object"},"Device":{"additionalProperties":false,"description":"The device information","properties":{"arch":{"default":"","description":"The architecture of the device","type":"string"},"model":{"default":"","description":"The model of the device","type":"string"},"type":{"default":"","description":"The type of the device","type":"string"},"vendor":{"default":"","description":"The vendor of the device","type":"string"}},"required":["model","type","vendor","arch"],"type":"object"},"EdgeInfo":{"additionalProperties":false,"description":"The edge information for a particular edge type","properties":{"events":{"$ref":"#/definitions/Events"},"metrics":{"$ref":"#/definitions/MetricsContainer"},"properties":{"$ref":"#/definitions/Properties"},"tags":{"description":"The tags associated with the edge","items":{"description":"The tags associated with the edge","type":"string"},"type":"array"}},"required":["tags"],"type":"object"},"Engine":{"additionalProperties":false,"description":"The rendering engine information","properties":{"name":{"default":"","description":"The name of the rendering engine","type":"string"},"version":{"default":"","description":"The version of the rendering engine","type":"string"}},"required":["name","version"],"type":"object"},"Events":{"additionalProperties":false,"description":"The events that occurred during the call","properties":{"errors":{"additionalProperties":{"maximum":2147483647,"minimum":-2147483648,"type":"integer"},"description":"The event errors that occurred during the call","type":"object"},"feedback":{"$ref":"#/definitions/Feedback"},"groups":{"additionalProperties":{"maximum":2147483647,"minimum":-2147483648,"type":"integer"},"description":"The event groups that occurred during the call","type":"object"},"levels":{"additionalProperties":{"maximum":2147483647,"minimum":-2147483648,"type":"integer"},"description":"The event levels that occurred during the call","type":"object"}},"required":["groups","levels","errors"],"type":"object"},"Feedback":{"additionalProperties":false,"description":"The feedback for the call","properties":{"reason":{"default":"unknown","description":"The reason for the feedback","type":"string"},"score":{"default":0,"description":"The score given in the feedback, typically on a scale from 1 to 5","type":"integer"}},"required":["reason","score"],"type":"object"},"Location":{"additionalProperties":false,"description":"The geographical location information","properties":{"lat":{"description":"The latitude coordinate of the location","type":"number"},"lon":{"description":"The longitude coordinate of the location","type":"number"}},"required":["lat","lon"],"type":"object"},"Metrics":{"additionalProperties":false,"description":"The metrics for the call","properties":{"audio_in":{"$ref":"#/definitions/Stats"},"audio_out":{"$ref":"#/definitions/Stats"},"bytes_received":{"description":"The total number of bytes received","maximum":2147483647,"minimum":-2147483648,"type":"integer"},"bytes_sent":{"description":"The total number of bytes sent","maximum":2147483647,"minimum":-2147483648,"type":"integer"},"codec":{"description":"The codec used for the call, represented as an integer payload type","maximum":2147483647,"minimum":-2147483648,"type":"integer"},"codec_name":{"default":"unknown_codec_name","description":"The name of the codec used for the call","type":"string"},"jitter":{"$ref":"#/definitions/Stats"},"latency":{"$ref":"#/definitions/Stats"},"mos":{"$ref":"#/definitions/Stats"},"packet_delay_variation":{"$ref":"#/definitions/PacketDelayVariation"},"packets_loss_percentage":{"description":"The percentage of packets lost","type":"number"},"packets_lost":{"description":"The total number of packets lost","maximum":2147483647,"minimum":-2147483648,"type":"integer"},"packets_received":{"description":"The total number of packets received","maximum":2147483647,"minimum":-2147483648,"type":"integer"},"packets_sent":{"description":"The total number of packets sent","maximum":2147483647,"minimum":-2147483648,"type":"integer"},"rtt":{"$ref":"#/definitions/Stats"}},"required":["codec_name"],"type":"object"},"MetricsContainer":{"additionalProperties":false,"description":"The metrics container for inbound and outbound metrics","properties":{"inbound":{"$ref":"#/definitions/Metrics"},"outbound":{"$ref":"#/definitions/Metrics"}},"type":"object"},"Os":{"additionalProperties":false,"description":"The operating system information","properties":{"name":{"default":"","description":"The name of the operating system","type":"string"},"version":{"default":"","description":"The version of the operating system","type":"string"}},"required":["name","version"],"type":"object"},"PacketDelayVariation":{"additionalProperties":false,"description":"The packet delay variation (PDV) distribution for a particular metric","properties":{"d120":{"default":0,"description":"The 120th percentile of the packet delay variation (PDV) distribution","type":"integer"},"d150":{"default":0,"description":"The 150th percentile of the packet delay variation (PDV) distribution","type":"integer"},"d200":{"default":0,"description":"The 200th percentile of the packet delay variation (PDV) distribution","type":"integer"},"d300":{"default":0,"description":"The 300th percentile of the packet delay variation (PDV) distribution","type":"integer"},"d50":{"default":0,"description":"The 50th percentile of the packet delay variation (PDV) distribution","type":"integer"},"d70":{"default":0,"description":"The 70th percentile of the packet delay variation (PDV) distribution","type":"integer"},"d90":{"default":0,"description":"The 90th percentile of the packet delay variation (PDV) distribution","type":"integer"}},"required":["d50","d70","d90","d120","d150","d200","d300"],"type":"object"},"ParticipantInfo":{"additionalProperties":false,"description":"The participant information for the call","properties":{"callee":{"default":"","description":"The called party","type":"string"},"caller":{"default":"","description":"The calling party","type":"string"},"carrier":{"default":"","description":"The carrier name associated with the phone number.","type":"string"},"city":{"default":"","description":"The city associated with the phone number","type":"string"},"connection":{"default":"unknown_connection_type","description":"The type of connection the participant is using to make or receive the call.","type":"string"},"country_code":{"default":"","description":"The ISO 3166-1 alpha-2 country code associated with the phone number","type":"string"},"country_subdivision":{"default":"","description":"The state or province associated with the phone number","type":"string"},"ip_address":{"default":"","description":"The IP address of the participant","type":"string"},"location":{"$ref":"#/definitions/Location"},"number_prefix":{"default":"","description":"The prefix of the phone number, typically the area code or country code.","type":"string"},"sdk":{"$ref":"#/definitions/TwilioSDK"}},"required":["caller","callee","carrier","connection","number_prefix","city","country_code","country_subdivision","ip_address"],"type":"object"},"Properties":{"additionalProperties":false,"description":"The properties of the call","properties":{"app":{"$ref":"#/definitions/AppInfo"},"direction":{"default":"unknown_call_direction","description":"The direction of the call","type":"string"},"disconnected_by":{"default":"unknown_disconnected_by","description":"The party that disconnected the call","type":"string"},"edge_location":{"default":"","description":"The edge location for the call","type":"string"},"external_media_ip":{"default":"","description":"The external media IP address used for the call","type":"string"},"external_signaling_ip":{"default":"","description":"The external signaling IP address used for the call","type":"string"},"last_sip_response_num":{"default":0,"description":"The last SIP response code received for the call","type":"integer"},"media_region":{"default":"unknown_realm","description":"The media region used for the call","type":"string"},"pdd_ms":{"default":0,"description":"The post-dial delay in milliseconds","type":"integer"},"q850_cause":{"default":0,"description":"The Q.850 cause code for the call termination, if applicable","type":"integer"},"queue_time":{"default":0,"description":"The time the call spent in queue, in milliseconds","type":"integer"},"region":{"default":"unknown_realm","description":"The region for the call","type":"string"},"route_id":{"default":"","description":"The unique identifier of the route used for the call","type":"string"},"selected_region":{"default":"unknown_realm","description":"The selected region for the call","type":"string"},"settings":{"$ref":"#/definitions/Settings"},"signaling_region":{"default":"unknown_realm","description":"The signaling region used for the call","type":"string"},"sip_call_id":{"default":"","description":"The SIP Call-ID header value for the call","type":"string"},"trunk_sid":{"default":"","description":"The unique SID identifier of the Trunk used for the call","type":"string"},"twilio_media_ip":{"default":"","description":"The Twilio media IP address used for the call","type":"string"},"twilio_signaling_ip":{"default":"","description":"The Twilio signaling IP address used for the call","type":"string"},"user_agent":{"default":"","description":"The User-Agent header value for the call","type":"string"}},"required":["q850_cause","last_sip_response_num","pdd_ms","route_id","media_region","signaling_region","twilio_media_ip","twilio_signaling_ip","external_media_ip","external_signaling_ip","sip_call_id","user_agent","selected_region","region","trunk_sid","disconnected_by","direction"],"type":"object"},"Settings":{"additionalProperties":false,"description":"The settings used by the SDK for the call","properties":{"dscp":{"default":false,"description":"The DSCP setting used by the SDK for the call","type":"boolean"},"edge":{"default":"","description":"The edge used by the SDK for the call","type":"string"},"ice_restart_enabled":{"default":false,"description":"The ICE restart setting used by the SDK for the call","type":"boolean"},"selected_edges":{"description":"The selected edges used by the SDK for the call","items":{"description":"The selected edges used by the SDK for the call","type":"string"},"type":"array"}},"required":["ice_restart_enabled","dscp","edge","selected_edges"],"type":"object"},"Stats":{"additionalProperties":false,"description":"The statistics for a particular metric","properties":{"avg":{"default":0.0,"description":"The average value of the metric over the duration of the call","type":"number"},"max":{"default":0.0,"description":"The maximum value of the metric over the duration of the call","type":"number"},"min":{"default":0.0,"description":"The minimum value of the metric over the duration of the call","type":"number"},"value":{"description":"The current value of the metric","type":"number"}},"required":["min","max","avg"],"type":"object"},"TrustCall":{"additionalProperties":false,"description":"The trust call information","properties":{"branded":{"$ref":"#/definitions/Branded"},"branded_call":{"$ref":"#/definitions/BrandedCall"},"business_profile":{"$ref":"#/definitions/BusinessProfile"},"verified_caller":{"$ref":"#/definitions/VerifiedCaller"},"voice_integrity":{"$ref":"#/definitions/VoiceIntegrity"}},"type":"object"},"TwilioSDK":{"additionalProperties":false,"description":"The Twilio SDK information","properties":{"browser":{"$ref":"#/definitions/Browser"},"device":{"$ref":"#/definitions/Device"},"edge_location":{"default":"","description":"The edge location used by the SDK for the call","type":"string"},"engine":{"$ref":"#/definitions/Engine"},"os":{"$ref":"#/definitions/Os"},"platform":{"default":"","description":"The platform of the Twilio SDK used for the call","type":"string"},"region":{"default":"unknown_realm","description":"The region of the Twilio SDK used for the call","type":"string"},"selected_region":{"default":"","description":"The selected region of the Twilio SDK used for the call","type":"string"},"type":{"default":"","description":"The type of Twilio SDK used for the call","type":"string"},"version":{"default":"","description":"The version of the Twilio SDK used for the call","type":"string"}},"required":["type","version","platform","region","selected_region"],"type":"object"},"VerifiedCaller":{"additionalProperties":false,"description":"The verified caller information","properties":{"verified":{"default":false,"description":"The verified caller status","type":"boolean"}},"required":["verified"],"type":"object"},"VoiceIntegrity":{"additionalProperties":false,"description":"The voice integrity information","properties":{"bundle_sid":{"description":"The unique SID identifier of the voice integrity bundle","type":"string"},"enabled":{"description":"The voice integrity status","type":"boolean"},"use_case":{"description":"The use case for the voice integrity","type":"string"}},"type":"object"}},"description":"The Call Summary resource provides an overview of a call, including details about the participants, call duration, call type, call state, and various metrics related to the call quality and performance.","examples":[{"account_sid":"AC0000000000000000000000000000001","annotation":{"account_sid":"AC0000000000000000000000000000001","answered_by":"human","call_score":4,"call_sid":"CA0000000000000000000000000000001","comment":"This call was very important.","connectivity_issue":"no_connectivity_issue","incident":"https://twilio.zendesk.com/support/tickets/17353089","quality_issues":["no_quality_issue"],"spam":true,"timestampMs":1678884489123},"answered_by":"human","attributes":{"conference_participant":true},"call_sid":"CA0000000000000000000000000000001","call_state":"completed","call_type":"carrier","carrier_edge":{"events":{"errors":{},"feedback":{"reason":"excellent","score":1},"groups":{},"levels":{}},"metrics":{"inbound":{"audio_in":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"audio_out":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"bytes_received":8000,"bytes_sent":8000,"codec":111,"codec_name":"pcmu","jitter":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"latency":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"mos":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"packet_delay_variation":{"d120":70,"d150":90,"d200":110,"d300":150,"d50":20,"d70":30,"d90":50},"packets_loss_percentage":1.0,"packets_lost":10,"packets_received":1000,"packets_sent":1000,"rtt":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0}},"outbound":{"audio_in":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"audio_out":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"bytes_received":8000,"bytes_sent":8000,"codec":111,"codec_name":"pcmu","jitter":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"latency":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"mos":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"packet_delay_variation":{"d120":70,"d150":90,"d200":110,"d300":150,"d50":20,"d70":30,"d90":50},"packets_loss_percentage":1.0,"packets_lost":10,"packets_received":1000,"packets_sent":1000,"rtt":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0}}},"properties":{"app":{"build_number":"100","compile_sdk_version":"5.7.2","id":"com.example.myvoiceapp","min_os_version":"10","name":"MyVoiceApp","target_os_version":"14.4","version":"1.0.0"},"direction":"inbound","disconnected_by":"caller","edge_location":"ashburn","external_media_ip":"54.xxx.xx.xxx","external_signaling_ip":"54.xxx.xx.xxx","last_sip_response_num":200,"media_region":"us1","pdd_ms":100,"q850_cause":16,"queue_time":0,"region":"us1","route_id":"wqnC1UGs4DazlDtz_5lFRa5TYCM","selected_region":"us1","settings":{"dscp":true,"edge":"ashburn","ice_restart_enabled":true,"selected_edges":["ashburn"]},"signaling_region":"us1","sip_call_id":"xxxxx@0.0.0.0","trunk_sid":"TRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","twilio_media_ip":"54.xxx.xx.xxx","twilio_signaling_ip":"54.xxx.xx.xxx","user_agent":"xxxx"},"tags":["high_jitter"]},"client_edge":{"events":{"errors":{},"feedback":{"reason":"excellent","score":1},"groups":{},"levels":{}},"metrics":{"inbound":{"audio_in":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"audio_out":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"bytes_received":8000,"bytes_sent":8000,"codec":111,"codec_name":"pcmu","jitter":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"latency":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"mos":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"packet_delay_variation":{"d120":70,"d150":90,"d200":110,"d300":150,"d50":20,"d70":30,"d90":50},"packets_loss_percentage":1.0,"packets_lost":10,"packets_received":1000,"packets_sent":1000,"rtt":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0}},"outbound":{"audio_in":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"audio_out":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"bytes_received":8000,"bytes_sent":8000,"codec":111,"codec_name":"pcmu","jitter":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"latency":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"mos":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"packet_delay_variation":{"d120":70,"d150":90,"d200":110,"d300":150,"d50":20,"d70":30,"d90":50},"packets_loss_percentage":1.0,"packets_lost":10,"packets_received":1000,"packets_sent":1000,"rtt":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0}}},"properties":{"app":{"build_number":"100","compile_sdk_version":"5.7.2","id":"com.example.myvoiceapp","min_os_version":"10","name":"MyVoiceApp","target_os_version":"14.4","version":"1.0.0"},"direction":"inbound","disconnected_by":"caller","edge_location":"ashburn","external_media_ip":"54.xxx.xx.xxx","external_signaling_ip":"54.xxx.xx.xxx","last_sip_response_num":200,"media_region":"us1","pdd_ms":100,"q850_cause":16,"queue_time":0,"region":"us1","route_id":"wqnC1UGs4DazlDtz_5lFRa5TYCM","selected_region":"us1","settings":{"dscp":true,"edge":"ashburn","ice_restart_enabled":true,"selected_edges":["ashburn"]},"signaling_region":"us1","sip_call_id":"xxxxx@0.0.0.0","trunk_sid":"TRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","twilio_media_ip":"54.xxx.xx.xxx","twilio_signaling_ip":"54.xxx.xx.xxx","user_agent":"xxxx"},"tags":["high_jitter"]},"connect_duration":115,"created_time":"2023-01-01T00:00:00Z","duration":120,"end_time":"2023-01-01T00:00:00Z","from":{"callee":"+1234567890","caller":"+18089490189","carrier":"Verizon Wireless","city":"New York","connection":"pstn","country_code":"US","country_subdivision":"CA","ip_address":"172.0.0.130","location":{"lat":40.83885,"lon":-74.04568},"number_prefix":"44","sdk":{"browser":{"major":"89","name":"Chrome","version":"89.0.4389.90"},"device":{"arch":"x86","model":"iPhone X","type":"mobile","vendor":"Apple"},"edge_location":"ashburn","engine":{"name":"Blink","version":"537.36"},"os":{"name":"Windows","version":"10"},"platform":"iOS","region":"us1","selected_region":"us1","type":"voice-ios","version":"5.7.2"}},"parent_account_sid":"AC0000000000000000000000000000002","parent_call_sid":"CA0000000000000000000000000000002","processing_state":"partial","processing_version":1,"properties":{"app":{"build_number":"100","compile_sdk_version":"5.7.2","id":"com.example.myvoiceapp","min_os_version":"10","name":"MyVoiceApp","target_os_version":"14.4","version":"1.0.0"},"direction":"inbound","disconnected_by":"caller","edge_location":"ashburn","external_media_ip":"54.xxx.xx.xxx","external_signaling_ip":"54.xxx.xx.xxx","last_sip_response_num":200,"media_region":"us1","pdd_ms":100,"q850_cause":16,"queue_time":0,"region":"us1","route_id":"wqnC1UGs4DazlDtz_5lFRa5TYCM","selected_region":"us1","settings":{"dscp":true,"edge":"ashburn","ice_restart_enabled":true,"selected_edges":["ashburn"]},"signaling_region":"us1","sip_call_id":"xxxxx@0.0.0.0","trunk_sid":"TRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","twilio_media_ip":"54.xxx.xx.xxx","twilio_signaling_ip":"54.xxx.xx.xxx","user_agent":"xxxx"},"sdk_edge":{"events":{"errors":{},"feedback":{"reason":"excellent","score":1},"groups":{},"levels":{}},"metrics":{"inbound":{"audio_in":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"audio_out":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"bytes_received":8000,"bytes_sent":8000,"codec":111,"codec_name":"pcmu","jitter":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"latency":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"mos":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"packet_delay_variation":{"d120":70,"d150":90,"d200":110,"d300":150,"d50":20,"d70":30,"d90":50},"packets_loss_percentage":1.0,"packets_lost":10,"packets_received":1000,"packets_sent":1000,"rtt":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0}},"outbound":{"audio_in":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"audio_out":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"bytes_received":8000,"bytes_sent":8000,"codec":111,"codec_name":"pcmu","jitter":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"latency":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"mos":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"packet_delay_variation":{"d120":70,"d150":90,"d200":110,"d300":150,"d50":20,"d70":30,"d90":50},"packets_loss_percentage":1.0,"packets_lost":10,"packets_received":1000,"packets_sent":1000,"rtt":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0}}},"properties":{"app":{"build_number":"100","compile_sdk_version":"5.7.2","id":"com.example.myvoiceapp","min_os_version":"10","name":"MyVoiceApp","target_os_version":"14.4","version":"1.0.0"},"direction":"inbound","disconnected_by":"caller","edge_location":"ashburn","external_media_ip":"54.xxx.xx.xxx","external_signaling_ip":"54.xxx.xx.xxx","last_sip_response_num":200,"media_region":"us1","pdd_ms":100,"q850_cause":16,"queue_time":0,"region":"us1","route_id":"wqnC1UGs4DazlDtz_5lFRa5TYCM","selected_region":"us1","settings":{"dscp":true,"edge":"ashburn","ice_restart_enabled":true,"selected_edges":["ashburn"]},"signaling_region":"us1","sip_call_id":"xxxxx@0.0.0.0","trunk_sid":"TRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","twilio_media_ip":"54.xxx.xx.xxx","twilio_signaling_ip":"54.xxx.xx.xxx","user_agent":"xxxx"},"tags":["high_jitter"]},"sip_edge":{"events":{"errors":{},"feedback":{"reason":"excellent","score":1},"groups":{},"levels":{}},"metrics":{"inbound":{"audio_in":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"audio_out":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"bytes_received":8000,"bytes_sent":8000,"codec":111,"codec_name":"pcmu","jitter":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"latency":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"mos":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"packet_delay_variation":{"d120":70,"d150":90,"d200":110,"d300":150,"d50":20,"d70":30,"d90":50},"packets_loss_percentage":1.0,"packets_lost":10,"packets_received":1000,"packets_sent":1000,"rtt":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0}},"outbound":{"audio_in":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"audio_out":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"bytes_received":8000,"bytes_sent":8000,"codec":111,"codec_name":"pcmu","jitter":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"latency":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"mos":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0},"packet_delay_variation":{"d120":70,"d150":90,"d200":110,"d300":150,"d50":20,"d70":30,"d90":50},"packets_loss_percentage":1.0,"packets_lost":10,"packets_received":1000,"packets_sent":1000,"rtt":{"avg":89.168,"max":93.915,"min":81.857,"value":85.0}}},"properties":{"app":{"build_number":"100","compile_sdk_version":"5.7.2","id":"com.example.myvoiceapp","min_os_version":"10","name":"MyVoiceApp","target_os_version":"14.4","version":"1.0.0"},"direction":"inbound","disconnected_by":"caller","edge_location":"ashburn","external_media_ip":"54.xxx.xx.xxx","external_signaling_ip":"54.xxx.xx.xxx","last_sip_response_num":200,"media_region":"us1","pdd_ms":100,"q850_cause":16,"queue_time":0,"region":"us1","route_id":"wqnC1UGs4DazlDtz_5lFRa5TYCM","selected_region":"us1","settings":{"dscp":true,"edge":"ashburn","ice_restart_enabled":true,"selected_edges":["ashburn"]},"signaling_region":"us1","sip_call_id":"xxxxx@0.0.0.0","trunk_sid":"TRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","twilio_media_ip":"54.xxx.xx.xxx","twilio_signaling_ip":"54.xxx.xx.xxx","user_agent":"xxxx"},"tags":["high_jitter"]},"start_time":"2023-01-01T00:00:00Z","tags":["high_jitter"],"to":{"callee":"+1234567890","caller":"+18089490189","carrier":"Verizon Wireless","city":"New York","connection":"pstn","country_code":"US","country_subdivision":"CA","ip_address":"172.0.0.130","location":{"lat":40.83885,"lon":-74.04568},"number_prefix":"44","sdk":{"browser":{"major":"89","name":"Chrome","version":"89.0.4389.90"},"device":{"arch":"x86","model":"iPhone X","type":"mobile","vendor":"Apple"},"edge_location":"ashburn","engine":{"name":"Blink","version":"537.36"},"os":{"name":"Windows","version":"10"},"platform":"iOS","region":"us1","selected_region":"us1","type":"voice-ios","version":"5.7.2"}},"trust":{"branded":{"bundle_sid":"BU0000000000000000000000000000001","call_reason":"Branded CTIA","display_name":"My Company","enabled":true,"logo":true,"long_display_name":"My Company LLC","type":"in_band","use_case":"Marketing"},"branded_call":{"brand_sid":"BA0000000000000000000000000000001","branded":true,"branded_channel_sid":"BC0000000000000000000000000000001","caller":"18001234567","use_case":"Customer_Support"},"business_profile":{"bundle_sid":"BU0000000000000000000000000000001","identity":"My Business","industry":"E-commerce","type":"Retail"},"verified_caller":{"verified":true},"voice_integrity":{"bundle_sid":"BU0000000000000000000000000000001","enabled":true,"use_case":"Customer_Support"}}}],"properties":{"account_sid":{"description":"The unique SID identifier of the Account","type":"string"},"annotation":{"$ref":"#/definitions/Annotation"},"answered_by":{"default":"unknown","description":"The answered by value for the call","type":"string"},"attributes":{"$ref":"#/definitions/Attributes"},"call_sid":{"description":"The unique SID identifier of the Call","type":"string"},"call_state":{"default":"undialed","description":"The Call State of the summarized Call.","type":"string"},"call_type":{"default":"unknown_call_type","description":"The Call Type of the summarized Call","type":"string"},"carrier_edge":{"$ref":"#/definitions/EdgeInfo"},"client_edge":{"$ref":"#/definitions/EdgeInfo"},"connect_duration":{"default":0,"description":"Duration between when the call was answered and when it ended","type":"integer"},"created_time":{"default":"","description":"The time at which the Call was created, given in ISO 8601 format. Can be different from `start_time` in the event of queueing due to CPS","format":"date-time","type":"string"},"duration":{"default":0,"description":"Duration between when the call was initiated and the call was ended","type":"integer"},"end_time":{"default":"","description":"The time at which the Call was ended, given in ISO 8601 format","format":"date-time","type":"string"},"from":{"$ref":"#/definitions/ParticipantInfo"},"parent_account_sid":{"default":"","description":"The unique SID identifier of the parent Account","type":"string"},"parent_call_sid":{"default":"","description":"The unique SID identifier of the parent Call","type":"string"},"processing_state":{"default":"unknown_processing_state","description":"The Processing State of the Call Summary.","type":"string"},"processing_version":{"default":0,"description":"The version of the processing logic used to generate the Call Summary.","type":"integer"},"properties":{"$ref":"#/definitions/Properties"},"sdk_edge":{"$ref":"#/definitions/EdgeInfo"},"sip_edge":{"$ref":"#/definitions/EdgeInfo"},"start_time":{"default":"","description":"The time at which the Call was started, given in ISO 8601 format","format":"date-time","type":"string"},"tags":{"description":"Tags applied to calls by Voice Insights analysis indicating a condition that could result in subjective degradation of the call quality.","items":{"description":"Tags applied to calls by Voice Insights analysis indicating a condition that could result in subjective degradation of the call quality.","type":"string"},"type":"array"},"to":{"$ref":"#/definitions/ParticipantInfo"},"trust":{"$ref":"#/definitions/TrustCall"}},"required":["call_sid","account_sid","parent_call_sid","parent_account_sid","start_time","end_time","duration","connect_duration","call_type","call_state","processing_state","processing_version","tags"],"title":"CallSummary","type":"object"}