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
21 changes: 21 additions & 0 deletions site/specs/insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ paths:
- $ref: '#/components/parameters/callDirection'
- $ref: '#/components/parameters/callType'
- $ref: '#/components/parameters/callResult'
- $ref: '#/components/parameters/hangUpSource'
- $ref: '#/components/parameters/sipResponseCode'
- $ref: '#/components/parameters/subAccount'
- $ref: '#/components/parameters/sort'
Expand Down Expand Up @@ -132,6 +133,10 @@ components:
Message generated by a user agent server (UAS) or SIP server to
reply to a request generated by a client.
example: 200
sipResponseDescription:
type: string
description: A short description of the SIP response.
example: OK
cost:
format: double
type: number
Expand All @@ -147,6 +152,8 @@ components:
example: '1234'
attestationIndicator:
$ref: '#/components/schemas/attestationIndicator'
hangUpSource:
$ref: '#/components/schemas/hangUpSource'
genericError:
title: Generic Error
type: object
Expand Down Expand Up @@ -215,6 +222,14 @@ components:
- B
- C
example: A
hangUpSource:
type: string
description: Hang up source.
enum:
- BANDWIDTH_INTERNAL
- CALLED_PARTY
- CALLING_PARTY
example: CALLED_PARTY
link:
title: Link
type: object
Expand Down Expand Up @@ -339,6 +354,12 @@ components:
description: 'Filter Type: Exact Match, any valid call result type.'
schema:
$ref: '#/components/schemas/callResult'
hangUpSource:
name: hangUpSource
in: query
description: 'Filter Type: Exact Match, any valid hang up source.'
schema:
$ref: '#/components/schemas/hangUpSource'
sipResponseCode:
name: sipResponseCode
in: query
Expand Down