Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Auto-merge PR based on merge event
Browse files Browse the repository at this point in the history
Auto-merging PR based on merge event from upstream repository
  • Loading branch information
DX-Bandwidth authored Jul 13, 2023
2 parents 7d20b1c + 5a29dc6 commit dc8596a
Showing 1 changed file with 22 additions and 0 deletions.
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

0 comments on commit dc8596a

Please sign in to comment.