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 modifies the Caller ID policy that sets the Caller ID to the phone number of the specified resource account and sets the Calling party name to Contoso
The CallingIDSubstitute parameter lets you specify an alternate Caller ID.
96
-
The possible values are Anonymous, Serviceand LineUri.
106
+
The possible values are Anonymous, Service, LineUri and Resource.
97
107
98
108
```yaml
99
109
Type: CallingIDSubstituteType
@@ -108,6 +118,21 @@ Accept pipeline input: False
108
118
Accept wildcard characters: False
109
119
```
110
120
121
+
### -CompanyName
122
+
This parameter sets the Calling party name (typically referred to as CNAM) on the outgoing PSTN call.
123
+
**Preview** The use of the parameter CompanyName is in Preview.
124
+
125
+
```yaml
126
+
Type: String
127
+
Parameter Sets: (All)
128
+
Aliases:
129
+
Required: False
130
+
Position: Named
131
+
Default value: None
132
+
Accept pipeline input: False
133
+
Accept wildcard characters: False
134
+
```
135
+
111
136
### -Confirm
112
137
The Confirm switch causes the command to pause processing, and requires confirmation to proceed.
113
138
@@ -206,6 +231,21 @@ Accept pipeline input: False
206
231
Accept wildcard characters: False
207
232
```
208
233
234
+
### -ResourceAccount
235
+
This parameter specifies the ObjectId of a resource account/online application instance used for Teams Auto Attendant or Call Queue. The outgoing PSTN call will use the phone number defined on the resource account as caller id. For more information about resource accounts please see https://docs.microsoft.com/microsoftteams/manage-resource-accounts.
236
+
**Preview** The use of the parameter ResourceAccount is in Preview.
237
+
238
+
```yaml
239
+
Type: Guid
240
+
Parameter Sets: (All)
241
+
Aliases:
242
+
Required: False
243
+
Position: Named
244
+
Default value: None
245
+
Accept pipeline input: False
246
+
Accept wildcard characters: False
247
+
```
248
+
209
249
### -ServiceNumber
210
250
The ServiceNumber parameter lets you add any valid service number for the CallingIdSubstitute.
0 commit comments