Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this article, we describe the necessary steps to configure configure 

Spacevars
0product
and  and Lync for Enhanced Emergency Services (E911) support.

Section
Column
width570px

Topology

Image RemovedImage Added

Overview

In the context of Internet Telephony, there are two types of 911 (emergency) calls, Basic and  and Enhanced:

  • Basic 911 calls contain no location information
  • Enhanced 911 calls do contain location information

When When Enhanced Emergency Services are  are enabled in Lync, location information about a 911 caller is passed to the destination (emergency services dispatcher, police, fire, etc.). 911 calls from Lync clients signed-in at an office location include location information, calls from Lync clients not signed in at an office location (e.g., Starbucks, public library, etc.) are connected to the destination using a fallback 911 route which does not contain location information.

...

To configure the location policy:

  1. Launch Launch Lync Server 2010 Configuration Manager.

  2. Click Click Network Configuration on  on left pane.

  3. Click Click Location Policy on  on right pane.

  4. Edit the the Global Location  Location Policy as shown below.

    Panel
    borderStylenone

    Caption
    0Figure
    1Configure Location Policy

    Pagebreak

     

 

(warning) Make  Make sure to to Commit the  the changes after configuring the attributes shown above.

...

To configure a dial plan:

  1. Launch Launch Lync Server 2010 Configuration Manager.

  2. Click Click Voice Routing on  on left pane.

  3. Click Click Dial Plan on  on right pane.

  4. Edit the the Dial Plan as  as required.

  5. Add a new new Normalization Rule for  for 911 call as shown below.

    Panel
    borderStylenone

    Caption
    0Figure
    1Configure Dial Plan

 

(warning) Make  Make sure to to Commit the  the changes after configuring the attributes shown above.

Route Configuration

  1. Launch Launch Lync Server 2010 Configuration Manager.

  2. Click Click Voice Routing on  on left pane.

  3. Click Click Route on  on right pane.

  4. Edit the relevant relevant Voice Route and  and add a new new Pattern for  for 911 call.
  5. Be sure to have the relevant 

    Spacevars
    0product
    gateway  gateway selected in in Associated Gateways field  field as shown below.

    Panel
    borderStylenone

    Caption
    0Figure
    1Route Configuration

 

(warning) Make  Make sure to to Commit the  the changes after configuring the attributes shown above.

Trunk Configuration

  1. Launch Launch Lync Server Management Shell.

  2. Check the Trunk Configuration using using Get-CSTrunkConfiguration command command.

  3. Verify that that EnablePIDFLOSupport attribute is  attribute is True. If not:
    1. Run the the Set-CSTrunkConfiguration -EnablePIDFLOSupport $True script script.
    2. Press Press Enter.
    3. Verify that script script Get-CSTrunkConfiguration returns a EnablePIDFLOSupport attribute as  returns a EnablePIDFLOSupport attribute as True, as shown below.
Panel
borderStylenone

Caption
0Figure
1Trunk Configuration

...

To create a Location Information Server Subnet:

  1. Launch Launch Lync Server Management Shell.

  2. Type Type Set-CsLisSubnet -Subnet 134.56.105.0 -Description "Cubicle" -Location "Office" -CompanyName "Sonus" -HouseNumber "6900" -PreDirectional N -StreetName "Paseo Padre" -StreetSuffix "Pkwy" -City "Fremont" -State "CA" -PostalCode 94555 -Country US as  as shown below.

  3. Press Press Enter.
Panel
borderStylenone

Caption
0Figure
1Create LIS Subnet

Image RemovedImage Added

 

Location Policy Configuration

  1. Launch Launch Lync Server 2010 Configuration Manager.

  2. Click Click Network Configuration on  on left pane.

  3. Click Click Location Policy on  on right pane.

  4. Edit the relevant relevant Voice Route.

  5. Select the the Enable enhanced emergency services check  check box.
Panel
borderStylenone

Caption
0Figure
1Location Policy Configuration

 

(warning) Make  Make sure to to Commit the  the changes after configuring the attributes shown above.

...

SIP Profiles

  1. In the WebUI, click the the Settings tab tab.

  2. In the left navigation pane, go to to SIP Profiles > relevant SIP Profile.

  3. In the the MIME Payloadspanel:
    1. Configure the the ELIN Identifier field as  as shown below:
    2. Configure the the PDIF-LO Passthrough fieldas shown below:

      Panel
      borderStylenone

      Caption
      0Figure
      1SIP Profiles

      Image RemovedImage Added

      Pagebreak

       

Number Transformation

In this exercise we create two Transformation Tables to route calls to a 911 Provider over  over SIP trunking:

  • Transformation for calls from Lync clients signed-in at at Office Locations Locations.
  • Transformation for calls from Lync clients signed-in at at Remote Locations  Locations such as Starbucks, etc..

Transformation Table for calls to E911

  1. In the WebUI, click the the Settings tab tab.

  2. In the left navigation pane, go to to Transformation.

  3. Create a new new Transformation Table with  with ELIN Identifier, Called Address/Number, and and Calling Address/Numberfield types as shown below.

    Panel
    borderStylenone

    Caption
    0Figure
    1Transformation Table - Calls to E911

    Image RemovedImage Added

     

     

    Note
    iconfalse

    The Input Match Field value "Office" is only an example. Instead of exact match, you could use a partial string match or a regular expression to catch all (.*).

    Pagebreak

     

Transformation Table for 911 Fallback calls

  1. In the WebUI, click the the Settings tab tab.

  2. In the left navigation pane, go to to Transformation.

  3. Create a new new Transformation Table with  with ELIN Identifier, Called Address/Number, and and Calling Address/Numberfield types as shown below.

    Panel
    borderStylenone

    Caption
    0Figure
    1Transformation Table - 911 Fallback Calls

    Image RemovedImage Added

Call Routing

  1. In the WebUI, click the the Settings tab tab.

  2. In the left navigation pane, go to to Call Routing Table.

  3. Click the relevant relevant Call Route table  table used for calls received from Lync.

  4. Add two entries in the table: one for calls with configured configured Office Location  Location Information, and another one that does not have the Location Information as as Office. Note that both route entries are destined to to 911 Providerover a SIP Trunk.

    Panel
    borderStylenone

    Caption
    0Figure
    1Call Routing

    Image RemovedImage Added

     

     

    Note
    iconfalse

    Note that when integrating with E911 providers, the Call Priority may have to be set to Emergency.

    Pagebreak

     

...

With above configuration, when a 911 call from Lync client arrives on the Sonus SBC 1000/2000 with the Location Information as as Office, Lync will then provide the relevant location profile in the Inbound INVITE message. Sonus SBC 1000/2000 then passes this information to the the 911 Provider in  in the outbound INVITE message.

This can be verified verified in the logs by  by tracing the relevant inbound INVITE message from Lync to Sonus SBC 1000/2000:

...