PIDF-LO

Created by Kelly Evans, Modified on Fri, 31 Jan at 9:58 AM by Kelly Evans

The Presence Information Data Format - Location Object (PIDF-LO) provides the geographical location of a presentity. This corresponds to a physical location at a given instance of time. PIDF-LO provides an XML formatted “location object” that is included in the SIP Invite of an emergency call to provide the location information. PIDF-LO supports dynamic location routing (DLR).

Microsoft Teams supports dynamic location routing by including a PIDF-LO XML object in an Emergency Call’s SIP Invite.

The Method Field in the PIDF-LO XML object defines the Type of emergency address and how that type of address should be routed.


Type of emergency address as defined by method field

Emergency routing method recommended by Microsoft

Dynamically acquired emergency address defined by administrator. (LIS)

Direct to PSAP.

Emergency address obtained from the operating system without confirmation for accuracy by the user. (CLS)

Screened and Transferred to PSAP.

Emergency address obtained from the operating system with confirmation for accuracy by the user. (ASSIST)

Direct to PSAP.

Emergency address obtained from the operating system and edited and confirmed by the user. (MANUAL)

Screened and Transferred to PSAP.

Emergency address entered and confirmed by the user. (MANUAL)

Screened and Transferred to PSAP.

Emergency address statically assigned to the user/number. (MANUAL)

Screened and Transferred to PSAP.

Null

Screened and Transferred to PSAP.

 

Example

<?xml
version="1.0"
encoding="utf-8"
?>
<presence
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
entity="sip:fred.flintstone@46ldev.com"
xmlns="urn:ietf:params:xml:ns:pidf">
<tuple
id="tuple0">
<status>
<geopriv
xmlns="urn:ietf:params:xml:ns:pidf:geopriv10">
<location-info>
<Point
srsName="urn:ogc:def:crs:EPSG::4326"
xmlns="http://www.opengis.net/gml">
<pos>
39.3294 -78.3138
</pos>
</Point>
<civicAddress
xmlns="urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr">
<country>
US
</country>
<A1>
CO
</A1>
<A2>
Bedrock County
</A2>
<A3>
Bedrock
</A3>
<PRD>
</PRD>
<RD>
13 Cobblestone Way
</RD>
<STS>
</STS>
<POD>
</POD>
<HNO>
13
</HNO>
<HNS>
</HNS>
<LOC>
Office Next to Tar Pit
</LOC>
<NAM>
</NAM>
<PC>
81411
</PC>
<ELIN>
</ELIN>
</civicAddress>
</location-info>
<usage-rules>
<retransmission-allowed
xmlns="urn:ietf:params:xml:ns:pidf:geopriv10:basicPolicy">
true
</retransmission-allowed>
</usage-rules>
<method>
Manual
</method>
</geopriv>
</status>
</tuple>
</presence>

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Geocoordinates 

 

 

 

 

Country

 

State

 

County

 

City

 

 

 

Street Address

 

 

 

Street Number

 

 

 

Additional Location Information

 

 

Postal Code

 

 

 

This is an example of the format of a PIDF-LO record in a SIP Invite.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article