Howto:DECT Device Localization: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(New page: ==Applies To== This information applies to * IP 1202, Firmware 10 and later <!-- Keywords: enter keywords, foreign translations and/or synoyms not appearing in the article here for bette...)
 
 
Line 14: Line 14:
While there are several add-on solutions available to address this requirements, the IP1202 has some basic function on board which may help.  An a DECT master, you can retrieve the URL <code>GW-DECT/MASTER/mod_cmd.xml?cmd=endpoints</code> which will list all known endpoints along with the radio they are currently associated with (in the <code>ep/loc</code> tag):
While there are several add-on solutions available to address this requirements, the IP1202 has some basic function on board which may help.  An a DECT master, you can retrieve the URL <code>GW-DECT/MASTER/mod_cmd.xml?cmd=endpoints</code> which will list all known endpoints along with the radio they are currently associated with (in the <code>ep/loc</code> tag):


<code xml>
<syntaxhighlight lang="html5">
<endpoints>
<endpoints>
     <ep ipei="085870748637" product-id="DH3" sw-version="3.5.11" oem="DH3 / 3.5.11" num="633">
     <ep ipei="085870748637" product-id="DH3" sw-version="3.5.11" oem="DH3 / 3.5.11" num="633">
Line 26: Line 26:
     </ep>
     </ep>
</endpoints>
</endpoints>
</code>
</syntaxhighlight>
 
The content of the <loc> tag will contain the base's serial number wheras the ''name'' attribute will contain the base's name and version information.


The content of the <loc> tag will contain the base's serial number wheras the ''name'' attribute will contain the base's name and version information.
== Related Articles ==
== Related Articles ==
Reportedly, this function is supported by the [[Howto:MobiCall - newVoice - 3rd Party Product]] Alarm system/server solution.
Reportedly, this function is supported by the [[Howto:MobiCall - newVoice - 3rd Party Product]] Alarm system/server solution.

Latest revision as of 12:50, 10 May 2023

Applies To

This information applies to

  • IP 1202, Firmware 10 and later


More Information

Problem Details

In some applications, localization of DECT devices is required (e.g. to locate calling users in emergency situations).

Resolution

While there are several add-on solutions available to address this requirements, the IP1202 has some basic function on board which may help. An a DECT master, you can retrieve the URL GW-DECT/MASTER/mod_cmd.xml?cmd=endpoints which will list all known endpoints along with the radio they are currently associated with (in the ep/loc tag):

<endpoints>
    <ep ipei="085870748637" product-id="DH3" sw-version="3.5.11" oem="DH3 / 3.5.11" num="633">
        <loc name="DECT-UG [-/120218/update-004]">IP1202-12-e7-db</loc>
    </ep>
    <ep ipei="085870409161" product-id="DH3" sw-version="4.2.2" oem="DH3 / 4.2.2" num="613">
        <loc name="DECT Master [-/120218/update-004]">IP1202-12-85-c0</loc>
    </ep>
    <ep ipei="036470960524" product-id="DH4" sw-version="4.2.3" oem="DH4 / 4.2.3" num="23">
        <loc name="DECT-3.OG [-/120218/update-004]">IP1202-12-e7-cf</loc>
    </ep>
</endpoints>

The content of the <loc> tag will contain the base's serial number wheras the name attribute will contain the base's name and version information.

Related Articles

Reportedly, this function is supported by the Howto:MobiCall - newVoice - 3rd Party Product Alarm system/server solution.