Skip to content

Commit bd584f8

Browse files
authored
Update Set-CsCallQueue.md
1 parent a611bb1 commit bd584f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,8 +1331,13 @@ Accept wildcard characters: False
13311331
```
13321332
13331333
### -CallbackRequestDtmf
1334-
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`.
1334+
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:
13351335
1336+
- Tone0 to Tone9 - Corresponds to DTMF tones from 0 to 9.
1337+
- ToneStar - Corresponds to DTMF tone *.
1338+
- TonePound - Corresponds to DTMF tone #.
1339+
1340+
This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
13361341

13371342
```yaml
13381343
Type: String

0 commit comments

Comments
 (0)