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

Commit dc8596a

Browse files
authored
Auto-merge PR based on merge event
Auto-merging PR based on merge event from upstream repository
2 parents 7d20b1c + 5a29dc6 commit dc8596a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

site/specs/numbers.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11221,6 +11221,8 @@ components:
1122111221
properties:
1122211222
Address:
1122311223
$ref: '#/components/schemas/Address'
11224+
CallVerificationEnabled:
11225+
type: boolean
1122411226
CallingName:
1122511227
$ref: '#/components/schemas/SipPeerLineOptionDto'
1122611228
Description:
@@ -11236,6 +11238,8 @@ components:
1123611238
type: integer
1123711239
PeerName:
1123811240
type: string
11241+
PindropEnabled:
11242+
type: boolean
1123911243
PremiseTrunks:
1124011244
type: string
1124111245
Products:
@@ -11421,6 +11425,8 @@ components:
1142111425
properties:
1142211426
Address:
1142311427
$ref: '#/components/schemas/Address'
11428+
CallVerificationEnabled:
11429+
type: boolean
1142411430
CallingName:
1142511431
$ref: '#/components/schemas/SipPeerLineOptionDto'
1142611432
Description:
@@ -11433,6 +11439,8 @@ components:
1143311439
$ref: '#/components/schemas/OriginationRoutePlan'
1143411440
PeerName:
1143511441
type: string
11442+
PindropEnabled:
11443+
type: boolean
1143611444
PremiseTrunks:
1143711445
type: string
1143811446
Products:
@@ -36059,6 +36067,8 @@ paths:
3605936067
- Zip
3606036068
- AddressType
3606136069
type: object
36070+
CallVerificationEnabled:
36071+
type: boolean
3606236072
CustomerTrafficAllowed:
3606336073
description: >-
3606436074
A TerminationHost can be configured to allow different
@@ -36091,6 +36101,8 @@ paths:
3609136101
description: Mandatory name for the SIP Peer
3609236102
maxLength: 10
3609336103
type: string
36104+
PindropEnabled:
36105+
type: boolean
3609436106
Port:
3609536107
description: >-
3609636108
Optional Port Number for Voice and Termination hosts. This
@@ -36181,6 +36193,11 @@ paths:
3618136193
<li>13686 - Origination route plan action cannot be 'off' when creating a new SIP peer</li>
3618236194
<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>
3618336195
<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>
36196+
<li>13691 - CallVerificationEnabled must be a boolean: true or false</li>
36197+
<li>13692 - PindropEnabled must be a boolean: true or false</li>
36198+
<li>13693 - CallVerificationEnabled and PindropEnabled are mutually exclusive and may not be used together</li>
36199+
<li>13694 - CallVerificationEnabled is not allowed on this account</li>
36200+
<li>13695 - PindropEnabled is not allowed on this account</li>
3618436201
<li>5200 - Origination route plan is not enabled for the account</li>
3618536202
<li>5207 - Specified Route Plan Action was invalid, must be one of 'asSpecified', 'unchanged' or 'off'</li>
3618636203
<li>5218 - Origination route cannot have private IP endpoint: %s</li>
@@ -36516,6 +36533,11 @@ paths:
3651636533
<li>13686 - Origination route plan action cannot be 'off' when creating a new SIP peer</li>
3651736534
<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>
3651836535
<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>
36536+
<li>13691 - CallVerificationEnabled must be a boolean: true or false</li>
36537+
<li>13692 - PindropEnabled must be a boolean: true or false</li>
36538+
<li>13693 - CallVerificationEnabled and PindropEnabled are mutually exclusive and may not be used together</li>
36539+
<li>13694 - CallVerificationEnabled is not allowed on this account</li>
36540+
<li>13695 - PindropEnabled is not allowed on this account</li>
3651936541
<li>5200 - Origination route plan is not enabled for the account</li>
3652036542
<li>5207 - Specified Route Plan Action was invalid, must be one of 'asSpecified', 'unchanged' or 'off'</li>
3652136543
<li>5218 - Origination route cannot have private IP endpoint: %s</li>

0 commit comments

Comments
 (0)