Skip to content

Commit

Permalink
Update SIP banner to be backward compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvotruba-r7 authored Sep 17, 2024
1 parent 53743f8 commit 521ef7b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions xml/sip_banners.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,16 @@
<param pos="3" name="hw.model"/>
</fingerprint>

<fingerprint pattern="^(TANDBERG/(\d+)) \((TC\d+\S*|TCNC\d+\S*).*\)$">
<fingerprint pattern="^(TANDBERG\/(\d+)) \(([abd-zA-WZ]*\d+\S*).*\) ?(.*)$">
<description>Cisco/Tandberg TelePresence</description>
<example os.version="TC7.0.2.aecf2d9" tandberg.model="519" hw.product="TANDBERG/519">TANDBERG/519 (TC7.0.2.aecf2d9)</example>
<example os.version="TC5.1.4.295090" hw.product="TANDBERG/516" tandberg.model="516">TANDBERG/516 (TC5.1.4.295090)</example>
<example os.version="TCNC5.1.4.295090" hw.product="TANDBERG/517" tandberg.model="517">TANDBERG/517 (TCNC5.1.4.295090)</example>
<example os.version="TE4.2.0.259927" hw.product="TANDBERG/517" tandberg.model="517">TANDBERG/517 (TE4.2.0.259927)</example>
<example os.version="F9.1" hw.product="TANDBERG/517" tandberg.model="517">TANDBERG/517 (F9.1)</example>
<example os.version="F9.1" hw.product="TANDBERG/517" tandberg.model="517">TANDBERG/517 (2.3(1.31)) Cisco-RoomKit</example>
<example os.version="F9.1" hw.product="TANDBERG/517" tandberg.model="517">TANDBERG/517 (6.0(.5)(6))</example>
<example os.version="F9.1" hw.product="TANDBERG/517" tandberg.model="517">TANDBERG/517 (2.3.1.31) Cisco-RoomKit</example>
<param pos="0" name="os.vendor" value="Tandberg"/>
<param pos="0" name="os.family" value="Linux"/>
<param pos="0" name="os.product" value="Linux"/>
Expand Down Expand Up @@ -742,4 +747,4 @@
<param pos="0" name="hw.device" value="Router"/>
</fingerprint>

</fingerprints>
</fingerprints>

0 comments on commit 521ef7b

Please sign in to comment.