You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: site/specs/numbers.yml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11221,6 +11221,8 @@ components:
11221
11221
properties:
11222
11222
Address:
11223
11223
$ref: '#/components/schemas/Address'
11224
+
CallVerificationEnabled:
11225
+
type: boolean
11224
11226
CallingName:
11225
11227
$ref: '#/components/schemas/SipPeerLineOptionDto'
11226
11228
Description:
@@ -11236,6 +11238,8 @@ components:
11236
11238
type: integer
11237
11239
PeerName:
11238
11240
type: string
11241
+
PindropEnabled:
11242
+
type: boolean
11239
11243
PremiseTrunks:
11240
11244
type: string
11241
11245
Products:
@@ -11421,6 +11425,8 @@ components:
11421
11425
properties:
11422
11426
Address:
11423
11427
$ref: '#/components/schemas/Address'
11428
+
CallVerificationEnabled:
11429
+
type: boolean
11424
11430
CallingName:
11425
11431
$ref: '#/components/schemas/SipPeerLineOptionDto'
11426
11432
Description:
@@ -11433,6 +11439,8 @@ components:
11433
11439
$ref: '#/components/schemas/OriginationRoutePlan'
11434
11440
PeerName:
11435
11441
type: string
11442
+
PindropEnabled:
11443
+
type: boolean
11436
11444
PremiseTrunks:
11437
11445
type: string
11438
11446
Products:
@@ -36059,6 +36067,8 @@ paths:
36059
36067
- Zip
36060
36068
- AddressType
36061
36069
type: object
36070
+
CallVerificationEnabled:
36071
+
type: boolean
36062
36072
CustomerTrafficAllowed:
36063
36073
description: >-
36064
36074
A TerminationHost can be configured to allow different
@@ -36091,6 +36101,8 @@ paths:
36091
36101
description: Mandatory name for the SIP Peer
36092
36102
maxLength: 10
36093
36103
type: string
36104
+
PindropEnabled:
36105
+
type: boolean
36094
36106
Port:
36095
36107
description: >-
36096
36108
Optional Port Number for Voice and Termination hosts. This
@@ -36181,6 +36193,11 @@ paths:
36181
36193
<li>13686 - Origination route plan action cannot be 'off' when creating a new SIP peer</li>
36182
36194
<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>
36183
36195
<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>
36184
36201
<li>5200 - Origination route plan is not enabled for the account</li>
36185
36202
<li>5207 - Specified Route Plan Action was invalid, must be one of 'asSpecified', 'unchanged' or 'off'</li>
36186
36203
<li>5218 - Origination route cannot have private IP endpoint: %s</li>
@@ -36516,6 +36533,11 @@ paths:
36516
36533
<li>13686 - Origination route plan action cannot be 'off' when creating a new SIP peer</li>
36517
36534
<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>
36518
36535
<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>
36519
36541
<li>5200 - Origination route plan is not enabled for the account</li>
36520
36542
<li>5207 - Specified Route Plan Action was invalid, must be one of 'asSpecified', 'unchanged' or 'off'</li>
36521
36543
<li>5218 - Origination route cannot have private IP endpoint: %s</li>
0 commit comments