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
The New-CsCallQueue cmdlet creates a new Call Queue.
31
31
32
+
> [!CAUTION]
33
+
> The following configuration parameters are currently only available in PowerShell and do not appear in Teams admin center. Saving a call queue configuration through Teams admin center will _remove_ any of these configured items:
The OverflowDisconnectAudioFilePrompt parameter indicates the unique identifier for the Audio file prompt which is played to the caller when being disconnected due to overflow.
445
+
446
+
```yaml
447
+
Type: Guid
448
+
Parameter Sets: (All)
449
+
Aliases:
450
+
Applicable: Skype for Business Online
451
+
452
+
Required: False
453
+
Position: Named
454
+
Default value: None
455
+
Accept pipeline input: False
456
+
Accept wildcard characters: False
457
+
```
458
+
459
+
### -OverflowDisconnectTextToSpeechPrompt
460
+
The OverflowDisconnectTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to the caller when being disconnected due to overflow.
461
+
462
+
```yaml
463
+
Type: String
464
+
Parameter Sets: (All)
465
+
Aliases:
466
+
Applicable: Skype for Business Online
467
+
468
+
Required: False
469
+
Position: Named
470
+
Default value: None
471
+
Accept pipeline input: False
472
+
Accept wildcard characters: False
473
+
```
474
+
475
+
### -OverflowRedirectPersonAudioFilePrompt
476
+
The OverflowRedirectPersonAudioFilePrompt parameter indicates the unique identifier for the Audio file prompt which is played to the caller when being redirected to a person in the organization due to overflow.
477
+
478
+
```yaml
479
+
Type: Guid
480
+
Parameter Sets: (All)
481
+
Aliases:
482
+
Applicable: Skype for Business Online
483
+
484
+
Required: False
485
+
Position: Named
486
+
Default value: None
487
+
Accept pipeline input: False
488
+
Accept wildcard characters: False
489
+
```
490
+
491
+
### -OverflowRedirectPersonTextToSpeechPrompt
492
+
The OverflowRedirectPersonTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to the caller when being redirected to a person in the organization due to overflow.
493
+
494
+
```yaml
495
+
Type: String
496
+
Parameter Sets: (All)
497
+
Aliases:
498
+
Applicable: Skype for Business Online
499
+
500
+
Required: False
501
+
Position: Named
502
+
Default value: None
503
+
Accept pipeline input: False
504
+
Accept wildcard characters: False
505
+
```
506
+
507
+
### -OverflowRedirectVoiceAppAudioFilePrompt
508
+
The OverflowRedirectVoiceAppAudioFilePrompt parameter indicates the unique identifier for the Audio file prompt which is played to the caller when being redirected to a voice application due to overflow.
509
+
510
+
```yaml
511
+
Type: Guid
512
+
Parameter Sets: (All)
513
+
Aliases:
514
+
Applicable: Skype for Business Online
515
+
516
+
Required: False
517
+
Position: Named
518
+
Default value: None
519
+
Accept pipeline input: False
520
+
Accept wildcard characters: False
521
+
```
522
+
523
+
### -OverflowRedirectVoiceAppTextToSpeechPrompt
524
+
The OverflowRedirectVoiceAppsTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to the caller when being redirected to a voice application due to overflow.
525
+
526
+
```yaml
527
+
Type: String
528
+
Parameter Sets: (All)
529
+
Aliases:
530
+
Applicable: Skype for Business Online
531
+
532
+
Required: False
533
+
Position: Named
534
+
Default value: None
535
+
Accept pipeline input: False
536
+
Accept wildcard characters: False
537
+
```
538
+
539
+
### -OverflowRedirectPhoneNumberAudioFilePrompt
540
+
The OverflowRedirectPhoneNumberAudioFilePrompt parameter indicates the unique identifier for the Audio file prompt which is played to the caller when being redirected to an external PSTN phone number due to overflow.
The OverflowRedirectPhoneNumberTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to the caller when being redirected to an external PSTN phone number due to overflow.
557
+
558
+
```yaml
559
+
Type: String
560
+
Parameter Sets: (All)
561
+
Aliases:
562
+
Applicable: Skype for Business Online
563
+
564
+
Required: False
565
+
Position: Named
566
+
Default value: None
567
+
Accept pipeline input: False
568
+
Accept wildcard characters: False
569
+
```
570
+
571
+
### -OverflowRedirectVoicemailAudioFilePrompt
572
+
The OverflowRedirectVoiceMailAudioFilePrompt parameter indicates the unique identifier for the Audio file prompt which is played to the caller when being redirected to a person's voicemail due to overflow.
573
+
574
+
```yaml
575
+
Type: Guid
576
+
Parameter Sets: (All)
577
+
Aliases:
578
+
Applicable: Skype for Business Online
579
+
580
+
Required: False
581
+
Position: Named
582
+
Default value: None
583
+
Accept pipeline input: False
584
+
Accept wildcard characters: False
585
+
```
586
+
587
+
### -OverflowRedirectVoicemailTextToSpeechPrompt
588
+
The OverflowRedirectVoicemailTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to the caller when being redirected to a person's voicemail due to overflow.
589
+
590
+
```yaml
591
+
Type: String
592
+
Parameter Sets: (All)
593
+
Aliases:
594
+
Applicable: Skype for Business Online
595
+
596
+
Required: False
597
+
Position: Named
598
+
Default value: None
599
+
Accept pipeline input: False
600
+
Accept wildcard characters: False
601
+
```
602
+
419
603
### -OverflowSharedVoicemailTextToSpeechPrompt
420
604
The OverflowSharedVoicemailTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is to be played as a greeting to the caller when transferred to shared voicemail on overflow. This parameter becomes a required parameter when OverflowAction is SharedVoicemail and OverflowSharedVoicemailAudioFilePrompt is null.
The TimeoutDisconnectAudioFilePrompt parameter indicates the unique identifier for the Audio file prompt which is played to the caller when being disconnected due to timeout.
653
+
654
+
```yaml
655
+
Type: Guid
656
+
Parameter Sets: (All)
657
+
Aliases:
658
+
Applicable: Skype for Business Online
659
+
660
+
Required: False
661
+
Position: Named
662
+
Default value: None
663
+
Accept pipeline input: False
664
+
Accept wildcard characters: False
665
+
```
666
+
667
+
### -TimeoutDisconnectTextToSpeechPrompt
668
+
The TimeoutDisconnectTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to the caller when being disconnected due to timeout.
669
+
670
+
```yaml
671
+
Type: String
672
+
Parameter Sets: (All)
673
+
Aliases:
674
+
Applicable: Skype for Business Online
675
+
676
+
Required: False
677
+
Position: Named
678
+
Default value: None
679
+
Accept pipeline input: False
680
+
Accept wildcard characters: False
681
+
```
682
+
683
+
### -TimeoutRedirectPersonAudioFilePrompt
684
+
The TimeoutRedirectPersonAudioFilePrompt parameter indicates the unique identifier for the Audio file prompt which is played to the caller when being redirected to a person in the organization due to timeout.
685
+
686
+
```yaml
687
+
Type: Guid
688
+
Parameter Sets: (All)
689
+
Aliases:
690
+
Applicable: Skype for Business Online
691
+
692
+
Required: False
693
+
Position: Named
694
+
Default value: None
695
+
Accept pipeline input: False
696
+
Accept wildcard characters: False
697
+
```
698
+
699
+
### -TimeoutRedirectPersonTextToSpeechPrompt
700
+
The TimeoutRedirectPersonTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to the caller when being redirected to a person in the organization due to timeout.
701
+
702
+
```yaml
703
+
Type: String
704
+
Parameter Sets: (All)
705
+
Aliases:
706
+
Applicable: Skype for Business Online
707
+
708
+
Required: False
709
+
Position: Named
710
+
Default value: None
711
+
Accept pipeline input: False
712
+
Accept wildcard characters: False
713
+
```
714
+
715
+
### -TimeoutRedirectVoiceAppAudioFilePrompt
716
+
The TimeoutRedirectVoiceAppAudioFilePrompt parameter indicates the unique identifier for the Audio file prompt which is played to the caller when being redirected to a voice application due to timeout.
717
+
718
+
```yaml
719
+
Type: Guid
720
+
Parameter Sets: (All)
721
+
Aliases:
722
+
Applicable: Skype for Business Online
723
+
724
+
Required: False
725
+
Position: Named
726
+
Default value: None
727
+
Accept pipeline input: False
728
+
Accept wildcard characters: False
729
+
```
730
+
731
+
### -TimeoutRedirectVoiceAppTextToSpeechPrompt
732
+
The TimeoutRedirectVoiceAppsTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to the caller when being redirected to a voice application due to timeout.
733
+
734
+
```yaml
735
+
Type: String
736
+
Parameter Sets: (All)
737
+
Aliases:
738
+
Applicable: Skype for Business Online
739
+
740
+
Required: False
741
+
Position: Named
742
+
Default value: None
743
+
Accept pipeline input: False
744
+
Accept wildcard characters: False
745
+
```
746
+
747
+
### -TimeoutRedirectPhoneNumberAudioFilePrompt
748
+
The TimeoutRedirectPhoneNumberAudioFilePrompt parameter indicates the unique identifier for the Audio file prompt which is played to the caller when being redirected to an external PSTN phone number due to timeout.
749
+
750
+
```yaml
751
+
Type: Guid
752
+
Parameter Sets: (All)
753
+
Aliases:
754
+
Applicable: Skype for Business Online
755
+
756
+
Required: False
757
+
Position: Named
758
+
Default value: None
759
+
Accept pipeline input: False
760
+
Accept wildcard characters: False
761
+
```
762
+
763
+
### -TimeoutRedirectPhoneNumberTextToSpeechPrompt
764
+
The TimeoutRedirectPhoneNumberTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to the caller when being redirected to an external PSTN phone number due to timeout.
765
+
766
+
```yaml
767
+
Type: String
768
+
Parameter Sets: (All)
769
+
Aliases:
770
+
Applicable: Skype for Business Online
771
+
772
+
Required: False
773
+
Position: Named
774
+
Default value: None
775
+
Accept pipeline input: False
776
+
Accept wildcard characters: False
777
+
```
778
+
779
+
### -TimeoutRedirectVoicemailAudioFilePrompt
780
+
The TimeoutRedirectVoiceMailAudioFilePrompt parameter indicates the unique identifier for the Audio file prompt which is played to the caller when being redirected to a person's voicemail due to timeout.
781
+
782
+
```yaml
783
+
Type: Guid
784
+
Parameter Sets: (All)
785
+
Aliases:
786
+
Applicable: Skype for Business Online
787
+
788
+
Required: False
789
+
Position: Named
790
+
Default value: None
791
+
Accept pipeline input: False
792
+
Accept wildcard characters: False
793
+
```
794
+
795
+
### -TimeoutRedirectVoicemailTextToSpeechPrompt
796
+
The TimeoutRedirectVoicemailTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to the caller when being redirected to a person's voicemail due to timeout.
797
+
798
+
```yaml
799
+
Type: String
800
+
Parameter Sets: (All)
801
+
Aliases:
802
+
Applicable: Skype for Business Online
803
+
804
+
Required: False
805
+
Position: Named
806
+
Default value: None
807
+
Accept pipeline input: False
808
+
Accept wildcard characters: False
809
+
```
810
+
467
811
### -TimeoutSharedVoicemailTextToSpeechPrompt
468
812
The TimeoutSharedVoicemailTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is to be played as a greeting to the caller when transferred to shared voicemail on timeout. This parameter becomes a required parameter when TimeoutAction is SharedVoicemail and TimeoutSharedVoicemailAudioFilePrompt is null.
0 commit comments