Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions site/specs/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1653,6 +1653,7 @@ components:
example: 9902
receiveTime:
type: string
format: date-time
description: The ISO 8601 datetime of the message.
example: 2020-04-07T14:03:07.000Z
carrierName:
Expand Down Expand Up @@ -1783,6 +1784,7 @@ components:
example: 93de2206-9669-4e07-948d-329f4b722ee2
time:
type: string
format: date-time
description: The datetime stamp of the message in ISO 8601
example: 2022-09-14T18:20:16.000Z
segmentCount:
Expand Down
22 changes: 22 additions & 0 deletions site/specs/numbers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11221,6 +11221,8 @@ components:
properties:
Address:
$ref: '#/components/schemas/Address'
CallVerificationEnabled:
type: boolean
CallingName:
$ref: '#/components/schemas/SipPeerLineOptionDto'
Description:
Expand All @@ -11236,6 +11238,8 @@ components:
type: integer
PeerName:
type: string
PindropEnabled:
type: boolean
PremiseTrunks:
type: string
Products:
Expand Down Expand Up @@ -11421,6 +11425,8 @@ components:
properties:
Address:
$ref: '#/components/schemas/Address'
CallVerificationEnabled:
type: boolean
CallingName:
$ref: '#/components/schemas/SipPeerLineOptionDto'
Description:
Expand All @@ -11433,6 +11439,8 @@ components:
$ref: '#/components/schemas/OriginationRoutePlan'
PeerName:
type: string
PindropEnabled:
type: boolean
PremiseTrunks:
type: string
Products:
Expand Down Expand Up @@ -36059,6 +36067,8 @@ paths:
- Zip
- AddressType
type: object
CallVerificationEnabled:
type: boolean
CustomerTrafficAllowed:
description: >-
A TerminationHost can be configured to allow different
Expand Down Expand Up @@ -36091,6 +36101,8 @@ paths:
description: Mandatory name for the SIP Peer
maxLength: 10
type: string
PindropEnabled:
type: boolean
Port:
description: >-
Optional Port Number for Voice and Termination hosts. This
Expand Down Expand Up @@ -36181,6 +36193,11 @@ paths:
<li>13686 - Origination route plan action cannot be 'off' when creating a new SIP peer</li>
<li>13687 - Voice hosts and host groups are not supported on this account, please add your hosts to the origination route plan for this SIP peer</li>
<li>13688 - FinalDestinationUri is not supported on this account, to acheive the same thing, please add this URI to a fail-over group in the origination route plan for this SIP peer</li>
<li>13691 - CallVerificationEnabled must be a boolean: true or false</li>
<li>13692 - PindropEnabled must be a boolean: true or false</li>
<li>13693 - CallVerificationEnabled and PindropEnabled are mutually exclusive and may not be used together</li>
<li>13694 - CallVerificationEnabled is not allowed on this account</li>
<li>13695 - PindropEnabled is not allowed on this account</li>
<li>5200 - Origination route plan is not enabled for the account</li>
<li>5207 - Specified Route Plan Action was invalid, must be one of 'asSpecified', 'unchanged' or 'off'</li>
<li>5218 - Origination route cannot have private IP endpoint: %s</li>
Expand Down Expand Up @@ -36516,6 +36533,11 @@ paths:
<li>13686 - Origination route plan action cannot be 'off' when creating a new SIP peer</li>
<li>13687 - Voice hosts and host groups are not supported on this account, please add your hosts to the origination route plan for this SIP peer</li>
<li>13688 - FinalDestinationUri is not supported on this account, to acheive the same thing, please add this URI to a fail-over group in the origination route plan for this SIP peer</li>
<li>13691 - CallVerificationEnabled must be a boolean: true or false</li>
<li>13692 - PindropEnabled must be a boolean: true or false</li>
<li>13693 - CallVerificationEnabled and PindropEnabled are mutually exclusive and may not be used together</li>
<li>13694 - CallVerificationEnabled is not allowed on this account</li>
<li>13695 - PindropEnabled is not allowed on this account</li>
<li>5200 - Origination route plan is not enabled for the account</li>
<li>5207 - Specified Route Plan Action was invalid, must be one of 'asSpecified', 'unchanged' or 'off'</li>
<li>5218 - Origination route cannot have private IP endpoint: %s</li>
Expand Down
2 changes: 2 additions & 0 deletions site/specs/voice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6912,10 +6912,12 @@ components:
example: bridgeComplete
eventTime:
type: string
format: date-time
description: >-
The approximate UTC date and time when the event was generated by the
Bandwidth server, in ISO 8601 format. This may not be exactly the time
of event execution.
example: '2022-06-17T22:19:40.375Z'
accountId:
type: string
description: The user account associated with the call.
Expand Down