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
This example displays information about the Microsoft Calling Plan subscriber phone number +1 (402) 555-1234. You can see that it is assigned to a user.
This example displays when SkipInternalVoip option is turned on for a number.
149
178
150
179
## PARAMETERS
151
180
@@ -482,6 +511,9 @@ The phone number. The number is always displayed with prefixed "+", even if it w
482
511
483
512
The object returned is of type SkypeTelephoneNumberMgmtCmdletAcquiredTelephoneNumber.
484
513
514
+
### ReverseNumberLookup
515
+
Status of Reverse Number Lookup (RNL). When it is set to SkipInternalVoip, the calls are handled through external PSTN connection instead of internal VoIP lookup.
516
+
485
517
## NOTES
486
518
The cmdlet is available in Teams PowerShell module 4.0.0 or later. The parameter AssignmentCategory was introduced in Teams PowerShell module 5.3.1-preview. The parameter NetworkSiteId was introduced in Teams PowerShell module 5.5.0. The output parameter NumberSource was introduced in Teams PowerShell module 5.7.0.
This cmdlet assigns a phone number to a user or resource account. When you assign a phone number the EnterpriseVoiceEnabled flag is automatically set to True.
43
48
@@ -132,6 +137,12 @@ Write-Host (Get-CsPhoneNumberAssignment -LocationId $NewLocationId).Count number
132
137
```
133
138
This Example shows how to update the LocationID from an old location to a new location for a set of phone numbers.
This example shows how to turn off reverse number lookup (RNL) on a phone number. When RNL is set to 'SkipInternalVoip', an internal call to this phone number will not attempt to pass through internal VoIP via reverse number lookup in Microsoft Teams. Instead the call will be established through external PSTN connectivity directly.
0 commit comments