Managing Polycom MCUs and Endpoints with GnuGk
The GNU Gatekeeper works very well with most H.323 products from Polycom. See below for a list of tested devices.
Usually you won't need any spcific config settings, except for one issue with some MGC devices where you need to set a switch as noted below.
Special issue with MGC firmware 7.5.2 and later
Starting with ver 7.5.2 and later, the MGC sends an additional
terminalAlias called of type dialedDigits containing the gateway prefix.
In GnuGk, the first IP board to register with the prefix registers successfully.
However, the second IP board to register with the prefix is rejected due to duplicateAlias.
To solve this, use a filter in your GnuGk config by endpoint type:
[RasSrv::RRQFeatures]
AliasTypeFilter=terminal;dialeddigits
AliasTypeFilter=gateway;h323id
|
This will filter the aliases to only register the alias types specified
(separated by ','). If an alias type as specified in the filter is not
present in the RRQ then it will just registers as per normal with whatever
aliases are provided. In this way you can filter out the duplicate alias item.
When you add these filters without restarting your gatekeeper, make sure you
unregister your endpoints before you reload your configuration.
Polycom Compatibility
Here is a list of Polycom products others have tested with GnuGk.
Product | GnuGk Version | Comment |
Polycom 512 | 1.0 | OK |
Polycom CMA 5000 4.01.04.ER011 | 2.3.0 | OK, as neighbor |
Polycom CMA Desktop Client v4.1.1.1010 | 2.3.0 | OK |
Polycom HDX 4000 Release 2.0.3 | 2.3.4 | OK |
Polycom HDX 6000 | 3.3 | OK |
Polycom HDX 7000 HD/Release 2.5.0.8-4035 | 2.2.8 | OK |
Polycom HDX 8000 Release 2.0.3 | 2.3.4 | OK |
Polycom HDX9002 | 2.2.6 | OK |
Polycom HDX 9004 2.0.3.00 | 2.3.0 | OK, incl. H.460.18 |
Polycom m100 1.0.0.8166_2451 | 2.3.6 | OK, use GnuGk 2.3.6 to avoid crashing m100 when called |
Polycom m100 1.0.4 | 3.7 | OK, incl. H.460.18 |
Polycom m100 1.0.7 | 3.7 | OK, incl. H.460.18 |
Polycom MGC+50 8.0.0.27 | 2.2.7 | OK, use "AcceptMCUPrefixes=1" |
Polycom MGC+50 9.0.1.8 | 2.2.6 | OK |
Polycom MGC-100 Release 7.0 | 2.2.2 | OK, use "Register as Gateway" |
Polycom MGC 100 Ver. 7.5.1.7 | 2.2.2 | OK |
Polycom MGC 100 Ver. 7.5.2.24 | 2.2.7 | OK, must use GnuGk >= 2.2.7 |
Polycom HDX 9004 HD | 3.0 | OK, must use firmware >= 3.0.3 for IPv6 |
Polycom PVX 8.0.1 | 2.2.4 | OK |
Polycom PVX 8.0.2.0235 | 2.2.8 | OK |
Polycom PVX 8.0.4 | 2.3.0 | OK |
Polycom PVX 8.0.16 | 3.2.0 | OK |
Polycom QDX 6000 | 2.3.2 | OK |
Polycom RealPresence Desktop 2.1 | 3.2 | OK |
Polycom RealPresence Desktop 3.5.0 | 4.1 | OK |
Polycom RealPresence Debut | | OK |
Polycom RealPresence Group 300 | 4.1 | OK |
Polycom RealPresence Group 500 | 4.1 | OK |
Polycom RealPresence Group 700 | | OK |
Polycom RealPresence Mobile 3.1 (Android) | 3.5 | OK |
Polycom RMX 200 v4.0 | 2.3.0 | OK |
Polycom RMX 1500 FW 7.0.2.68 | 3.0 | OK |
Polycom RMX 2000 | 2.3.3 | OK |
Polycom RSS 4000 | | OK |
Polycom V700 8.5.3 | 2.2.8 | OK |
Polycom VBP 5300 9.1.5.1 | 2.3.0 | OK |
Polycom ViaVideo 5.0 | 2.0.5 | OK |
Polycom Viewstation 500 | 2.3.0 | OK, incl. H.460.18 |
Polycom Viewstation EX 5.1 | 2.0.5 | OK |
Polycom Viewstation SP 7.2.4 | 2.0.5 | OK |
Polycom VSX 7000 | 2.0.8 | OK |
Polycom VVX 600 | 4.5 | OK |
See the full list of tested H.323 products.
|