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 May 31, 2023
2 parents 6b26059 + 2b1363f commit 667b0ae
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 @@ -12410,6 +12410,12 @@ components:
- unchanged
- systemDefault
type: string
CallVerificationEnabled:
enum:
- '{custom value}'
- 'true'
- 'false'
type: string
CallingNameDisplay:
enum:
- 'on'
Expand Down Expand Up @@ -12656,6 +12662,8 @@ components:
properties:
CallForward:
$ref: '#/components/schemas/TelephoneNumber'
CallVerificationEnabled:
type: string
CallingNameDisplay:
type: string
FinalDestinationURI:
Expand Down Expand Up @@ -38813,6 +38821,14 @@ paths:
phone number in the option
group</td></tr><tr><td>false</td><td>Explicitly disables Pindrop
integration on each phone number in the option
group</td></tr></tbody></table><li>for Call Verification Enabled
attribute</li><table style="text-align: left; width: 80%;" border="1"
cellpadding="2" cellspacing="0"><tbody><tr><th>Action
value</th><th>Description of
action</th></tr><tr><td>true</td><td>Enables Call Verification on each
phone number in the option
group</td></tr><tr><td>false</td><td>Explicitly disables Call
Verification on each phone number in the option
group</td></tr></tbody></table><li>for other attribute</li><ul><li
type="square"> <i>systemDefault</i> - implies that the element profile
value should be removed so that the TN changes back to the default
Expand Down Expand Up @@ -38894,6 +38910,12 @@ paths:
<TelephoneNumber>2018551026</TelephoneNumber>
</TelephoneNumbers>
</TnOptionGroup>
<TnOptionGroup>
<CallVerificationEnabled>true</CallVerificationEnabled>
<TelephoneNumbers>
<TelephoneNumber>2018551027</TelephoneNumber>
</TelephoneNumbers>
</TnOptionGroup>
</TnOptionGroups>
</TnOptionOrder>
schema:
Expand Down

0 comments on commit 667b0ae

Please sign in to comment.