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.
1303
+
1304
+
```yaml
1305
+
Type: Boolean
1306
+
Parameter Sets: (All)
1307
+
Aliases:
1308
+
1309
+
Required: False
1310
+
Position: Named
1311
+
Default value: None
1312
+
Accept pipeline input: False
1313
+
Accept wildcard characters: False
1314
+
```
1315
+
1316
+
### -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`.
1318
+
1319
+
1320
+
```yaml
1321
+
Type: String
1322
+
Parameter Sets: (All)
1323
+
Aliases:
1324
+
1325
+
Required: False
1326
+
Position: Named
1327
+
Default value: None
1328
+
Accept pipeline input: False
1329
+
Accept wildcard characters: False
1330
+
```
1331
+
1332
+
### -WaitTimeBeforeOfferingCallbackInSecond
1333
+
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`.
1334
+
1335
+
```yaml
1336
+
Type: Int16
1337
+
Parameter Sets: (All)
1338
+
Aliases:
1339
+
1340
+
Required: False
1341
+
Position: Named
1342
+
Default value: None
1343
+
Accept pipeline input: False
1344
+
Accept wildcard characters: False
1345
+
```
1346
+
1347
+
### -NumberOfCallsInQueueBeforeOfferingCallback
1348
+
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`.
1364
+
1365
+
```yaml
1366
+
Type: Int16
1367
+
Parameter Sets: (All)
1368
+
Aliases:
1369
+
1370
+
Required: False
1371
+
Position: Named
1372
+
Default value: None
1373
+
Accept pipeline input: False
1374
+
Accept wildcard characters: False
1375
+
```
1376
+
1377
+
### -CallbackOfferAudioFilePromptResourceId
1378
+
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`.
1379
+
1380
+
```yaml
1381
+
Type: Guid
1382
+
Parameter Sets: (All)
1383
+
Aliases:
1384
+
Applicable: Skype for Business Online
1385
+
1386
+
Required: False
1387
+
Position: Named
1388
+
Default value: None
1389
+
Accept pipeline input: False
1390
+
Accept wildcard characters: False
1391
+
```
1392
+
1393
+
### -CallbackOfferTextToSpeechPrompt
1394
+
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`.
1395
+
1396
+
```yaml
1397
+
Type: String
1398
+
Parameter Sets: (All)
1399
+
Aliases:
1400
+
Applicable: Skype for Business Online
1401
+
1402
+
Required: False
1403
+
Position: Named
1404
+
Default value: None
1405
+
Accept pipeline input: False
1406
+
Accept wildcard characters: False
1407
+
```
1408
+
1409
+
### -CallbackEmailNotificationTargetId
1410
+
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`.
1411
+
1412
+
```yaml
1413
+
Type: Guid
1414
+
Parameter Sets: (All)
1415
+
Aliases:
1416
+
Applicable: Skype for Business Online
1417
+
1418
+
Required: False
1419
+
Position: Named
1420
+
Default value: None
1421
+
Accept pipeline input: False
1422
+
Accept wildcard characters: False
1423
+
```
1424
+
1292
1425
### CommonParameters
1293
1426
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