Share via


Assign a Dial Plan

 

To complete the on-premise configuration for Lync Online users enabled for Enterprise Voice, the on-premise administrator must assign an on-premise dial plan to the Lync Online user. Perform the following procedures at the central site.

To assign a dial plan

  1. From a user account that is assigned to the CsUserAdministrator role or the CsAdministrator role, log on to any computer in your internal deployment.

  2. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2013, and then click Lync Server Management Shell.

  3. Assign a user-specific dial plan:

    Grant-CsDialPlan -Identity <UserIdParameter> -PolicyName <String>
    

    For example:

    Grant-CsDialPlan -Identity "Bob Kelly" -PolicyName HybridVoiceDialplan
    

In this example, the user with the display name Bob Kelly is assigned the previously created user dial plan with the name HybridVoiceDialplan.

For details about assigning a user dial plan or about running the Grant-CsDialPlan cmdlet, see the Lync Server Management Shell documentation.