Edit

Share via


New-CsSharedCallQueueHistoryTemplate

Syntax

New-CsSharedCallQueueHistoryTemplate
   -Name <String>
   -Description <String>
   [-IncomingMissedCalls <Object>]
   [-AnsweredAndOutboundCalls <Object>]
   [<CommonParameters>]

Description

Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue History template.

Caution

This cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.

Examples

-------------------------- Example 1 --------------------------

New-CsSharedCallQueueHistoryTemplate -Name "Customer Service" -Description "Missed:All Answered:Auth" -IncomingMissedCall XXXXXX -AnsweredAndOutboundCalls XXXXX

This example creates a new Shared CallQueue History template where incoming missed calls are shown to authorized users and agents and, answered and outbound calls are shown to authorized users only.

Parameters

-AnsweredAndOutboundCalls

A description for the shared call queue history template.

PARAMVALUE: Off | AuthorizedUsersOnly | AuthorizedUsersAndAgents

Type:Object
Position:Named
Default value:Off
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Description

A description for the shared call queue history template.

Type:System.String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-IncomingMissedCalls

A description for the shared call queue history template.

PARAMVALUE: Off | AuthorizedUsersOnly | AuthorizedUsersAndAgents

Type:Object
Position:Named
Default value:Off
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

-Name

The name of the shared call queue history template.

Type:System.String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

Inputs

None

Outputs

Microsoft.Rtc.Management.OAA.Models.AutoAttendant