Skip to content

Commit a611bb1

Browse files
authored
Update New-CsCallQueue.md
1 parent cc4c2a8 commit a611bb1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

skype/skype-ps/skype/New-CsCallQueue.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
6363
> - -OverflowActionCallPriority
6464
> - -TimeoutActionCallPriority
6565
> - -NoAgentActionCallPriority
66-
>
6766
> - -IsCallbackEnabled
6867
> - -CallbackRequestDtmf
6968
> - -WaitTimeBeforeOfferingCallbackInSecond
@@ -1314,8 +1313,13 @@ Accept wildcard characters: False
13141313
```
13151314
13161315
### -CallbackRequestDtmf
1317-
The DTMF touch-tone key the caller will be told to press to select callback. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
1316+
The DTMF touch-tone key the caller will be told to press to select callback. The CallbackRequestDtmf must be set to one of the following values:
1317+
1318+
- Tone0 to Tone9 - Corresponds to DTMF tones from 0 to 9.
1319+
- ToneStar - Corresponds to DTMF tone *.
1320+
- TonePound - Corresponds to DTMF tone #.
13181321
1322+
This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
13191323

13201324
```yaml
13211325
Type: String

0 commit comments

Comments
 (0)