xml/sip_user_agents.xml in recog-2.3.7 vs xml/sip_user_agents.xml in recog-2.3.8
- old
+ new
@@ -9,19 +9,23 @@
<example hw.product="A8105-E">AXIS A8105-E Network Video Door Station</example>
<param pos="0" name="hw.vendor" value="Axis"/>
<param pos="0" name="hw.device" value="Web cam"/>
<param pos="0" name="hw.family" value="Network Video Door Station"/>
<param pos="1" name="hw.product"/>
+ <param pos="0" name="os.vendor" value="AXIS"/>
+ <param pos="0" name="os.family" value="Linux"/>
</fingerprint>
<fingerprint pattern="(?i)^AXIS (\S+) Network (?:Audio Bridge|(?:Cabinet|Horn) Speaker)$">
<description>Axis Network audio devices</description>
<example hw.product="C3003-E">AXIS C3003-E Network Horn Speaker</example>
<example hw.product="C8033">AXIS C8033 Network Audio Bridge</example>
<example hw.product="C1004-E">AXIS C1004-E Network Cabinet Speaker</example>
<param pos="0" name="hw.vendor" value="Axis"/>
<param pos="0" name="hw.family" value="Network Audio"/>
<param pos="1" name="hw.product"/>
+ <param pos="0" name="os.vendor" value="AXIS"/>
+ <param pos="0" name="os.family" value="Linux"/>
</fingerprint>
<!-- Cisco Devices -->
<fingerprint pattern="^Cisco-SIPGateway/IOS-([\d\.x]+)$">
<description>Cisco SIPGateway</description>
<example>Cisco-SIPGateway/IOS-12.x</example>
@@ -123,11 +127,11 @@
<description>Polycom SoundPoint, SountdStation, VVX VoIP phones</description>
<example hw.version="5.8.0.13337" hw.family="VVX" hw.product="VVX 350">PolycomVVX-VVX_350-UA/5.8.0.13337</example>
<example hw.version="4.1.4.7430" hw.family="VVX" hw.product="VVX 400" host.mac="010203040506">PolycomVVX-VVX_400-UA/4.1.4.7430_010203040506</example>
<example hw.version="5.5.0.23866" hw.family="VVX" hw.product="VVX 501">Polycom/5.5.0.23866 PolycomVVX-VVX_501-UA/5.5.0.23866</example>
<example hw.version="4.0.7.2514" hw.family="SoundPoint" hw.product="SoundPoint 670">PolycomSoundPointIP-SPIP_670-UA/4.0.7.2514</example>
- <example hw.version="4.0.8.1608" hw.family="SoundStation" hw.product="SoundStation 7000">PolycomSoundStationIP-SSIP_7000-UA/4.0.8.1608</example>
+ <example hw.version="4.0.8.1608" hw.model="7000" hw.family="SoundStation" hw.product="SoundStation 7000">PolycomSoundStationIP-SSIP_7000-UA/4.0.8.1608</example>
<param pos="0" name="hw.vendor" value="Polycom"/>
<param pos="0" name="hw.device" value="VoIP"/>
<param pos="1" name="hw.family"/>
<param pos="0" name="hw.product" value="{hw.family} {hw.model}"/>
<param pos="2" name="hw.model"/>
@@ -176,7 +180,42 @@
<param pos="0" name="service.vendor" value="Nero"/>
<param pos="0" name="service.family" value="SIPPS"/>
<param pos="0" name="service.protocol" value="VoIP"/>
<param pos="0" name="service.product" value="SIPPS IP Phone"/>
<param pos="1" name="service.version"/>
+ </fingerprint>
+ <fingerprint pattern="^ShoreGear/([\d\.]+)\s+\(ShoreTel \d+\)$">
+ <description>ShoreTel VoIP Switch</description>
+ <example hw.version="21.90.4128.0">ShoreGear/21.90.4128.0 (ShoreTel 15)</example>
+ <example hw.version="22.11.4900.0">ShoreGear/22.11.4900.0 (ShoreTel 15)</example>
+ <param pos="0" name="hw.vendor" value="ShoreTel"/>
+ <param pos="0" name="hw.device" value="VoIP Switch"/>
+ <param pos="1" name="hw.version"/>
+ </fingerprint>
+ <fingerprint pattern="^MERCURY-([a-fA-F0-9]{12})$">
+ <description>Crestron Mercury</description>
+ <example host.mac="00107F1ABAA0">MERCURY-00107F1ABAA0</example>
+ <param pos="0" name="hw.vendor" value="Crestron"/>
+ <param pos="0" name="hw.device" value="Video Conferencing"/>
+ <param pos="0" name="hw.product" value="Mercury"/>
+ <param pos="0" name="os.vendor" value="Crestron"/>
+ <param pos="0" name="os.family" value="Linux"/>
+ <param pos="0" name="os.device" value="Video Conferencing"/>
+ <param pos="1" name="host.mac"/>
+ </fingerprint>
+ <fingerprint pattern="^IPDECT/([\d\.]+)\s+\(MAC=([a-fA-F0-9]{12}); SER=">
+ <description>Konftel IP Phone</description>
+ <example host.mac="00087B0F1D30" hw.version="03.55.0013">IPDECT/03.55.0013 (MAC=00087B0F1D30; SER= 00000; HW=1)</example>
+ <param pos="0" name="hw.vendor" value="Konftel"/>
+ <param pos="0" name="hw.device" value="VoIP"/>
+ <param pos="1" name="hw.version"/>
+ <param pos="2" name="host.mac"/>
+ </fingerprint>
+ <fingerprint pattern="^Sangoma ([^\s]+) V([a-zA-Z0-9\.]+)=?">
+ <description>Sangoma IP Phone</description>
+ <example hw.product="S305" hw.version="3.0.4.72">Sangoma S305 V3.0.4.72</example>
+ <param pos="0" name="hw.vendor" value="Sangoma"/>
+ <param pos="0" name="hw.device" value="VoIP"/>
+ <param pos="2" name="hw.version"/>
+ <param pos="1" name="hw.product"/>
</fingerprint>
</fingerprints>