Partilhar via


Criar um intervalo de órbitas de estacionamento de chamadas usando cmdlets

 

Tópico modificado em: 2010-12-13

Siga estas etapas para criar um intervalo de órbitas de estacionamento de chamadas usando cmdlets do Shell de Gerenciamento do Lync Server. Para obter detalhes sobre cmdlets individuais, consulte a documentação do Shell de Gerenciamento do Lync Server.

Para criar um intervalo de órbitas de estacionamento de chamada usando o Painel de Controle do Microsoft Lync Server 2010, consulte Criar um intervalo de órbita estacionamento de chamada.

Para configurar a tabela de órbitas usando o Shell de Gerenciamento do Lync Server

  1. Faça logon como membro do grupo RTCUniversalServerAdmins ou como membro da função administrativa CsVoiceAdministrator, CsServerAdministrator ou CsAdministrator.

  2. Inicie o Shell de Gerenciamento do Lync Server: clique em Iniciar, em Todos os Programas, em Microsoft Lync Server 2010 e em Shell de Gerenciamento do Lync Server.

  3. Execute:

    New-CsCallParkOrbit -Identity <name of the call park orbit range> `
    -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>
    

    Por exemplo:

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