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.
1320
+
1321
+
```yaml
1322
+
Type: Boolean
1323
+
Parameter Sets: (All)
1324
+
Aliases:
1325
+
1326
+
Required: False
1327
+
Position: Named
1328
+
Default value: None
1329
+
Accept pipeline input: False
1330
+
Accept wildcard characters: False
1331
+
```
1332
+
1333
+
### -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`.
1335
+
1336
+
1337
+
```yaml
1338
+
Type: String
1339
+
Parameter Sets: (All)
1340
+
Aliases:
1341
+
1342
+
Required: False
1343
+
Position: Named
1344
+
Default value: None
1345
+
Accept pipeline input: False
1346
+
Accept wildcard characters: False
1347
+
```
1348
+
1349
+
### -WaitTimeBeforeOfferingCallbackInSecond
1350
+
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 zero (0) to disable this condition. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
1351
+
1352
+
```yaml
1353
+
Type: Int16
1354
+
Parameter Sets: (All)
1355
+
Aliases:
1356
+
1357
+
Required: False
1358
+
Position: Named
1359
+
Default value: None
1360
+
Accept pipeline input: False
1361
+
Accept wildcard characters: False
1362
+
```
1363
+
1364
+
### -NumberOfCallsInQueueBeforeOfferingCallback
1365
+
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 zero (0) to disable this condition. This parameter becomes a required parameter when IsCallbackEnabled is set to `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. Set to zero (0) to disable this condition. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
1381
+
1382
+
```yaml
1383
+
Type: Int16
1384
+
Parameter Sets: (All)
1385
+
Aliases:
1386
+
1387
+
Required: False
1388
+
Position: Named
1389
+
Default value: None
1390
+
Accept pipeline input: False
1391
+
Accept wildcard characters: False
1392
+
```
1393
+
1394
+
### -CallbackOfferAudioFilePromptResourceId
1395
+
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`.
1396
+
1397
+
```yaml
1398
+
Type: Guid
1399
+
Parameter Sets: (All)
1400
+
Aliases:
1401
+
Applicable: Skype for Business Online
1402
+
1403
+
Required: False
1404
+
Position: Named
1405
+
Default value: None
1406
+
Accept pipeline input: False
1407
+
Accept wildcard characters: False
1408
+
```
1409
+
1410
+
### -CallbackOfferTextToSpeechPrompt
1411
+
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`.
1412
+
1413
+
```yaml
1414
+
Type: String
1415
+
Parameter Sets: (All)
1416
+
Aliases:
1417
+
Applicable: Skype for Business Online
1418
+
1419
+
Required: False
1420
+
Position: Named
1421
+
Default value: None
1422
+
Accept pipeline input: False
1423
+
Accept wildcard characters: False
1424
+
```
1425
+
1426
+
### -CallbackEmailNotificationTargetId
1427
+
The CallbackEmailNotificationTargetId 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`.
1428
+
1429
+
```yaml
1430
+
Type: Guid
1431
+
Parameter Sets: (All)
1432
+
Aliases:
1433
+
Applicable: Skype for Business Online
1434
+
1435
+
Required: False
1436
+
Position: Named
1437
+
Default value: None
1438
+
Accept pipeline input: False
1439
+
Accept wildcard characters: False
1440
+
```
1441
+
1310
1442
### CommonParameters
1311
1443
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