Skip to content

Commit

Permalink
Add Polycom SoundStation IP Phone DHCP (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkienow-r7 committed Oct 20, 2022
2 parents 09b8c66 + 238d6b7 commit b255643
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions identifiers/hw_family.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Simatic NET
Simatic S7
Simatic Sinumerik
SoundPoint
SoundStation IP
SoundTouch
SpeedTouch
Speedport
Expand Down
11 changes: 11 additions & 0 deletions xml/dhcp_vendor_class.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@
<param pos="0" name="os.vendor" value="Polycom"/>
</fingerprint>

<fingerprint pattern="^Polycom-SSIP([4-7]000)$">
<description>Polycom SoundStation IP Phone</description>
<example hw.product="SoundStation IP 6000" hw.model="6000">Polycom-SSIP6000</example>
<example hw.product="SoundStation IP 7000" hw.model="7000">Polycom-SSIP7000</example>
<param pos="0" name="hw.device" value="VoIP"/>
<param pos="0" name="hw.vendor" value="Polycom"/>
<param pos="0" name="hw.family" value="SoundStation IP"/>
<param pos="1" name="hw.model"/>
<param pos="0" name="hw.product" value="{hw.family} {hw.model}"/>
</fingerprint>

<fingerprint pattern="^digium_(D\d{2})_(\d_\d{1,2}_\d{1,2})$">
<description>Digium D Series IP Phone</description>
<example hw.model="D65" os.version="2_9_10">digium_D65_2_9_10</example>
Expand Down

0 comments on commit b255643

Please sign in to comment.