[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-21

Follow the steps below to create a call park orbit range by using Communications Server Management Shell cmdlets. For more details, see Communications Server Management Shell documentation.

To create a call park orbit range by using Communications Server Control Panel, see Create a Call Park Orbit Range.

To configure the orbit table by using Communications Server Management Shell

  1. Open Communications Server Management Shell.

  2. Run:

    Copy Code
    New-CsCallParkOrbit –Identity <name of the call park orbit> 
    –NumberRangeStart <first number in the range of extensions for this call park orbit> 
    -NumberRangeEnd <last number in the range of extensions for this call park orbit> 
    -CallParkService <FQDN or service ID of the Application service that hosts the Call Park application>
    

    For example:

    Copy Code
    New-CsCallParkOrbit -Identity "Redmond CPO 1" -NumberRangeStart 100 
    -NumberRangeEnd 199 -CallParkService redmond-applicationserver-1