Skip to content

Commit fd9066c

Browse files
Update Set-CsPhoneNumberAssignment.md
adding description for reverse number lookup
1 parent 9547b3f commit fd9066c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,21 @@ Accept pipeline input: False
257257
Accept wildcard characters: False
258258
```
259259
260+
### -ReverseNumberLookup
261+
This parameter is used to control the behavior of reverse number lookup (RNL) for 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.
262+
263+
```yaml
264+
Type: String
265+
Parameter Sets: (ReverseNumberLookupUpdate, Assignment)
266+
Aliases:
267+
268+
Required: True
269+
Position: Named
270+
Default value: None
271+
Accept pipeline input: False
272+
Accept wildcard characters: False
273+
```
274+
260275
### CommonParameters
261276
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
262277

0 commit comments

Comments
 (0)