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 displays information about one or more phone numbers. You can filter the phone numbers to return by using different parameters.
32
-
33
-
Returned results are sorted by TelephoneNumber in ascending order.
31
+
This cmdlet displays information about one or more phone numbers. You can filter the phone numbers to return by using different parameters. Returned results are sorted by TelephoneNumber in ascending order. Supported list of attributes for Filter are:
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1545
1550
1546
1551
The ComplianceRecordingForCallQueueTemplateId parameter indicates a list of up to 2 Compliance Recording for Call Queue templates to apply to the call queue.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1561
1569
1562
1570
The TextAnnouncementForCR parameter indicates the custom Text-to-Speech (TTS) prompt which is played to callers when compliance recording for call queues is enabled.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1578
1589
1579
1590
The CustomAudioFileAnnouncementForCR parameter indicates the unique identifier for the Audio file prompt which is played to callers when compliance recording for call queues is enabled.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1595
1609
1596
1610
The TextAnnouncementForCRFailure parameter indicates the custom Text-to-Speech (TTS) prompt which is played to callers if the compliance recording for call queue bot is unable to join or drops from the call.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1612
1629
1613
1630
The CustomAudioFileAnnouncementForCRFailure parameter indicates the unique identifier for the Audio file prompt which is played to callers if the compliance recording for call queue bot is unable to join or drops from the call.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1565
1570
1566
1571
The ComplianceRecordingForCallQueueTemplateId parameter indicates a list of up to 2 Compliance Recording for Call Queue templates to apply to the call queue.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1581
1589
1582
1590
The TextAnnouncementForCR parameter indicates the custom Text-to-Speech (TTS) prompt which is played to callers when compliance recording for call queues is enabled.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1598
1609
1599
1610
The CustomAudioFileAnnouncementForCR parameter indicates the unique identifier for the Audio file prompt which is played to callers when compliance recording for call queues is enabled.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1615
1629
1616
1630
The TextAnnouncementForCRFailure parameter indicates the custom Text-to-Speech (TTS) prompt which is played to callers if the compliance recording for call queue bot is unable to join or drops from the call.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
1632
1649
1633
1650
The CustomAudioFileAnnouncementForCRFailure parameter indicates the unique identifier for the Audio file prompt which is played to callers if the compliance recording for call queue bot is unable to join or drops from the call.
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.
49
54
@@ -149,7 +154,11 @@ This example shows how to turn off reverse number lookup (RNL) on a phone number
This example shows how to send an email to Teams phone users informing them about the new telephone number assignment. Note: For assignment of India telephone numbers provided by Airtel, Teams Phone users will automatically receive an email outlining the usage guidelines and restrictions. This notification is mandatory and cannot be opted out of.
153
162
154
163
## PARAMETERS
155
164
@@ -280,6 +289,20 @@ Accept pipeline input: False
280
289
Accept wildcard characters: False
281
290
```
282
291
292
+
### -Notify
293
+
Sends an email to Teams phone user about new telephone number assignment.
294
+
295
+
```yaml
296
+
Type: Switch
297
+
Parameter Sets: (Assignment)
298
+
Aliases:
299
+
300
+
Required: False
301
+
Default value: None
302
+
Accept pipeline input: False
303
+
Accept wildcard characters: False
304
+
```
305
+
283
306
### CommonParameters
284
307
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).
0 commit comments