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 cmdlet adds a blocked number pattern to the tenant list. An inbound PSTN call from a number that matches the blocked number pattern will be blocked.
34
+
This cmdlet adds a blocked number pattern to the tenant list. An inbound PSTN call from a number that matches the blocked number pattern will be blocked. If a ResourceAccount is specified, the call will be redirected to that resource account instead of being blocked.
This example adds a blocked number pattern to redirect inbound calls from +11234567890 number to the specified resource account instead of blocking it.
51
+
45
52
## PARAMETERS
46
53
47
54
### -Confirm
@@ -134,6 +141,21 @@ Accept pipeline input: False
134
141
Accept wildcard characters: False
135
142
```
136
143
144
+
### -ResourceAccount
145
+
The GUID of a resource account to redirect calls to when the pattern matches. If specified, matched calls will be redirected to this resource account instead of being blocked.
This example modifies a blocked number pattern to redirect inbound calls from its pattern number to the specified resource account instead of blocking it.
45
+
39
46
## PARAMETERS
40
47
41
48
### -Confirm
@@ -113,6 +120,21 @@ Accept pipeline input: False
113
120
Accept wildcard characters: False
114
121
```
115
122
123
+
### -ResourceAccount
124
+
The GUID of a resource account to redirect calls to when the pattern matches. If specified, matched calls will be redirected to this resource account instead of being blocked.
0 commit comments