[This is pre-release documentation and subject to change in future releases. This topic's current status is: Milestone-Ready]

Topic Last Modified: 2010-06-20

Users cannot park calls or retrieve parked calls until they are enabled for Call Park in voice policy.

Note:
By default, Call Park is disabled for all users.

You can enable Call Park at the global scope or at the site or user scope. User scope takes precedence over site scope, and site scope takes precedence over global scope.

To Enable Call Park for Users by Using Communications Server Control Panel

  1. Open Communications Server Control Panel.

  2. In the left navigation bar, click Voice Routing.

  3. Click the Voice Policy tab.

  4. Double-click an existing voice policy to open the Edit Voice Policy dialog box.

  5. Under Calling features, select Enable call park.

  6. Click OK to save the voice policy

To Enable Call Park for Users by Using Communications Server Management Shell

  1. Open Communications Server Management Shell.

  2. Run:

    Copy Code
    Set-CsVoicePolicy <VoicePolicy> –EnableCallPark $true
    

See Also