Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions site/specs/insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,23 @@ components:
$ref: '#/components/schemas/attestationIndicator'
hangUpSource:
$ref: '#/components/schemas/hangUpSource'
postDialDelay:
type: integer
description: >-
How long it takes for a calling party to hear a ringback tone after
initiating a call, measured in milliseconds.
nullable: true
example: 0
packetsSent:
type: integer
description: Count of packets sent during transmission.
nullable: true
example: 0
packetsReceived:
type: integer
description: Count of packets received during transmission.
nullable: true
example: 0
genericError:
title: Generic Error
type: object
Expand Down