Topic Last Modified: 2010-11-02

Dial plans that are used for dial-in conferencing need to have a Dial-in conferencing region specified to associate dial-in conferencing access numbers with the appropriate dial plan. When you set up a dial plan, you specify the dial-in conferencing region that applies to that dial plan. Then, when you create the dial-in access number, you select the regions that associate the access number with the appropriate dial plans.

Because it important to specify a region for all dial plans, we recommend that you use this procedure to verify that all dial plans have regions. This step is optional.

Use the Get-CsDialPlan cmdlet to verify whether the region is set for all dial-in conferencing dial plans. If the region is missing from dial plans, you can use the Set-CsDialPlan cmdlet to set the region. You can also use Lync Server Control Panel to update the region in existing dial plans. For details about using Lync Server Control Panel, see Modify a Dial Plan.

To verify whether dial plans have the region property set

  1. Log on to the computer as a member of the RTCUniversalServerAdmins group, or as a member of the Cs-VoiceAdministrator, Cs-ServerAdministrator, or CsAdministrator role.

  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. Run the following at the command prompt:

    Copy Code
    Get-CsDialPlan [-Identity <Identifier of the dial plans to be retrieved>]
    

    For example:

    Copy Code
    Get-CsDialPlan
    

    In this example, all the dial plans configured for your organization are returned.

  4. Review the returned dial plans to identify any that are missing the dial-in conferencing region. For details, see the Lync Server Management Shell documentation.

To set the region property for a dial plan

  1. Log on to the computer as a member of the RTCUniversalServerAdmins group, or as a member of the Cs-VoiceAdministrator, Cs-ServerAdministrator, or CsAdministrator role.

  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. For any dial plans that are missing the dial-in conferencing region, run:

    Copy Code
    Set-CsDialPlan [-Identity <Identity of the dial plan to be modified>] -DialinConferencingRegion "<new region>"
    

    For example:

    Copy Code
    Set-CsDialPlan -Identity Redmond -DialinConferencingRegion "US West Coast"
    

    In this example, the dial plan with the Identity of Redmond is modified to set the DialinConferencingRegion property to "US West Coast". For details, see the Lync Server Management Shell documentation.