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 IsCallbackEnabled parameter is used to turn on/off callback.
1302
+
1303
+
```yaml
1304
+
Type: Boolean
1305
+
Parameter Sets: (All)
1306
+
Aliases:
1307
+
1308
+
Required: False
1309
+
Position: Named
1310
+
Default value: None
1311
+
Accept pipeline input: False
1312
+
Accept wildcard characters: False
1313
+
```
1314
+
1315
+
### -CallbackRequestDtmf
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 #.
1321
+
1322
+
This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
1323
+
1324
+
```yaml
1325
+
Type: String
1326
+
Parameter Sets: (All)
1327
+
Aliases:
1328
+
1329
+
Required: False
1330
+
Position: Named
1331
+
Default value: None
1332
+
Accept pipeline input: False
1333
+
Accept wildcard characters: False
1334
+
```
1335
+
1336
+
### -WaitTimeBeforeOfferingCallbackInSecond
1337
+
The number of seconds a call must wait before becoming eligible for callback. This condition applies to calls at the front of the call queue. Set to null ($null) to disable this condition.
1338
+
1339
+
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
1340
+
1341
+
```yaml
1342
+
Type: Int16
1343
+
Parameter Sets: (All)
1344
+
Aliases:
1345
+
1346
+
Required: False
1347
+
Position: Named
1348
+
Default value: None
1349
+
Accept pipeline input: False
1350
+
Accept wildcard characters: False
1351
+
```
1352
+
1353
+
### -NumberOfCallsInQueueBeforeOfferingCallback
1354
+
The number of calls in queue before a call becomes eligible for callback. This conditon applies to calls arriving at the call queue. Set to null ($null) to disable this condition.
1355
+
1356
+
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
The ratio of calls to agents that must be in queue before a call becomes eligible for callback. This conditon applies to calls arriving at the call queue. Minimum value of 1. Set to null ($null) to disable this condition.
1372
+
1373
+
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
1374
+
1375
+
```yaml
1376
+
Type: Int16
1377
+
Parameter Sets: (All)
1378
+
Aliases:
1379
+
1380
+
Required: False
1381
+
Position: Named
1382
+
Default value: None
1383
+
Accept pipeline input: False
1384
+
Accept wildcard characters: False
1385
+
```
1386
+
1387
+
### -CallbackOfferAudioFilePromptResourceId
1388
+
The CallbackOfferAudioFilePromptResourceId parameter indicates the unique identifier for the Audio file prompt which is played to calls that are eligible for callback. This message should tell callers which DTMF touch-tone key (CallbackRequestDtmf) to press to select callabck. This parameter, or `-CallbackOfferTextToSpeechPrompt`, becomes a required parameter when IsCallbackEnabled is set to `True`.
1389
+
1390
+
```yaml
1391
+
Type: Guid
1392
+
Parameter Sets: (All)
1393
+
Aliases:
1394
+
Applicable: Skype for Business Online
1395
+
1396
+
Required: False
1397
+
Position: Named
1398
+
Default value: None
1399
+
Accept pipeline input: False
1400
+
Accept wildcard characters: False
1401
+
```
1402
+
1403
+
### -CallbackOfferTextToSpeechPrompt
1404
+
The CallbackOfferTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to calls that are eligible for callback. This message should tell callers which DTMF touch-tone key (CallbackRequestDtmf) to press to select callabck. This parameter, or `-CallbackOfferAudioFilePromptResourceId`, becomes a required parameter when IsCallbackEnabled is set to `True`.
1405
+
1406
+
```yaml
1407
+
Type: String
1408
+
Parameter Sets: (All)
1409
+
Aliases:
1410
+
Applicable: Skype for Business Online
1411
+
1412
+
Required: False
1413
+
Position: Named
1414
+
Default value: None
1415
+
Accept pipeline input: False
1416
+
Accept wildcard characters: False
1417
+
```
1418
+
1419
+
### -CallbackEmailNotificationTarget
1420
+
The CallbackEmailNotificationTarget parameter must be set to a group ID (Microsoft 365, Distribution list, or Mail-enabled security) that will receive notification if a callback times out of the call queue or can't be completed for some other reason. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
1421
+
1422
+
```yaml
1423
+
Type: Guid
1424
+
Parameter Sets: (All)
1425
+
Aliases:
1426
+
Applicable: Skype for Business Online
1427
+
1428
+
Required: False
1429
+
Position: Named
1430
+
Default value: None
1431
+
Accept pipeline input: False
1432
+
Accept wildcard characters: False
1433
+
```
1434
+
1292
1435
### CommonParameters
1293
1436
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