Skip to content

Commit cf76014

Browse files
authored
Update Set-CsCallQueue.md
Updating for new prompting abilities when call exception handling conditions occur.
1 parent 7377d32 commit cf76014

File tree

1 file changed

+160
-0
lines changed

1 file changed

+160
-0
lines changed

skype/skype-ps/skype/Set-CsCallQueue.md

Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,166 @@ Accept pipeline input: False
428428
Accept wildcard characters: False
429429
```
430430
431+
### -OverflowDisconnectAudioFilePrompt
432+
The OverflowDisconnectAudioFilePrompt parameter indicates the unique identifier for the Audio file prompt which is played to the caller when being disconnected due to overflow.
433+
434+
```yaml
435+
Type: Guid
436+
Parameter Sets: (All)
437+
Aliases:
438+
Applicable: Skype for Business Online
439+
440+
Required: False
441+
Position: Named
442+
Default value: None
443+
Accept pipeline input: False
444+
Accept wildcard characters: False
445+
```
446+
447+
### -OverflowDisconnectTextToSpeechPrompt
448+
The OverflowDisconnectTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to the caller when being disconnected due to the overflow.
449+
450+
```yaml
451+
Type: String
452+
Parameter Sets: (All)
453+
Aliases:
454+
Applicable: Skype for Business Online
455+
456+
Required: False
457+
Position: Named
458+
Default value: None
459+
Accept pipeline input: False
460+
Accept wildcard characters: False
461+
```
462+
463+
### -OverflowRedirectPersonAudioFilePrompt
464+
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.
465+
466+
```yaml
467+
Type: Guid
468+
Parameter Sets: (All)
469+
Aliases:
470+
Applicable: Skype for Business Online
471+
472+
Required: False
473+
Position: Named
474+
Default value: None
475+
Accept pipeline input: False
476+
Accept wildcard characters: False
477+
```
478+
479+
### -OverflowRedirectPersonTextToSpeechPrompt
480+
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.
481+
482+
```yaml
483+
Type: String
484+
Parameter Sets: (All)
485+
Aliases:
486+
Applicable: Skype for Business Online
487+
488+
Required: False
489+
Position: Named
490+
Default value: None
491+
Accept pipeline input: False
492+
Accept wildcard characters: False
493+
```
494+
495+
### -OverflowRedirectVoiceAppAudioFilePrompt
496+
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.
497+
498+
```yaml
499+
Type: Guid
500+
Parameter Sets: (All)
501+
Aliases:
502+
Applicable: Skype for Business Online
503+
504+
Required: False
505+
Position: Named
506+
Default value: None
507+
Accept pipeline input: False
508+
Accept wildcard characters: False
509+
```
510+
511+
### -OverflowRedirectVoiceAppTextToSpeechPrompt
512+
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.
513+
514+
```yaml
515+
Type: String
516+
Parameter Sets: (All)
517+
Aliases:
518+
Applicable: Skype for Business Online
519+
520+
Required: False
521+
Position: Named
522+
Default value: None
523+
Accept pipeline input: False
524+
Accept wildcard characters: False
525+
```
526+
527+
### -OverflowRedirectPhoneNumberAudioFilePrompt
528+
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.
529+
530+
```yaml
531+
Type: Guid
532+
Parameter Sets: (All)
533+
Aliases:
534+
Applicable: Skype for Business Online
535+
536+
Required: False
537+
Position: Named
538+
Default value: None
539+
Accept pipeline input: False
540+
Accept wildcard characters: False
541+
```
542+
543+
### -OverflowRedirectPhoneNumberTextToSpeechPrompt
544+
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.
545+
546+
```yaml
547+
Type: String
548+
Parameter Sets: (All)
549+
Aliases:
550+
Applicable: Skype for Business Online
551+
552+
Required: False
553+
Position: Named
554+
Default value: None
555+
Accept pipeline input: False
556+
Accept wildcard characters: False
557+
```
558+
559+
### -OverflowRedirectVoicemailAudioFilePrompt
560+
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.
561+
562+
```yaml
563+
Type: Guid
564+
Parameter Sets: (All)
565+
Aliases:
566+
Applicable: Skype for Business Online
567+
568+
Required: False
569+
Position: Named
570+
Default value: None
571+
Accept pipeline input: False
572+
Accept wildcard characters: False
573+
```
574+
575+
### OverflowRedirectVoicemailTextToSpeechPrompt
576+
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.
577+
578+
```yaml
579+
Type: String
580+
Parameter Sets: (All)
581+
Aliases:
582+
Applicable: Skype for Business Online
583+
584+
Required: False
585+
Position: Named
586+
Default value: None
587+
Accept pipeline input: False
588+
Accept wildcard characters: False
589+
```
590+
431591
### -OverflowSharedVoicemailTextToSpeechPrompt
432592
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.
433593

0 commit comments

Comments
 (0)