- Joined
- May 17, 2010
- Messages
- 127
- Reaction score
- 50
Just upgraded to 12.5. Everything seems fine, but there's a couple of issues that I've noticed.
Firstly, you're setting the logo on the handsets to the 3CX logo, which is fine (would be nice to have control of this in the UI though), but it doesn't seem to provision correctly on Polycom IP 450 handsets.
This is what the Polycom template looks like for setting the background logo:
Which doesn't look quite right, and doesn't work. I'm assuming the SPIP_450 section should have the .jpg extension on the files, and I'm not sure why there are two entries with different values in each.
Secondly, the verification for FQDNs seems to be quite limited. I have a weird TLD that only launched in July (.engineering), and it doesn't validate. Can you add support in a patch please? Maybe validate with a DNS lookup rather than matching an internal list because new domains are being added all the time lately.
Firstly, you're setting the logo on the handsets to the 3CX logo, which is fine (would be nice to have control of this in the UI though), but it doesn't seem to provision correctly on Polycom IP 450 handsets.
This is what the Polycom template looks like for setting the background logo:
Code:
<!-- Logo Background-->
<bg
{IF ua=SPIP_450}
bg.hiRes.gray.selection="3,1"
bg.medRes.gray.selection="3,1"
bg.hiRes.gray.bm.1.name="http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/%%PROVSUBDIR%%/logo/Palm256x116"
bg.hiRes.gray.bm.1.name="Palm256x116.jpg"
bg.medRes.gray.bm.1.name="http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/%%PROVSUBDIR%%/logo/Palm256x116"
bg.medRes.gray.bm.1.name="Palm256x116.jpg"
{ENDIF}
{IF ua=SPIP_550}
bg.hiRes.gray.selection="3,1"
bg.hiRes.gray.bm.1.name="http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/%%PROVSUBDIR%%/logo/polycomspip550.jpg"
bg.hiRes.gray.bm.1.name="polycomspip550.jpg"
bg.hiRes.gray.bm.1.em.name="http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/%%PROVSUBDIR%%/logo/polycomspip550EM.jpg"
bg.hiRes.gray.bm.1.em.name="polycomspip550EM.jpg"
{ENDIF}
{IF ua=SPIP_650}
bg.hiRes.gray.selection="3,1"
bg.hiRes.gray.bm.1.name="http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/%%PROVSUBDIR%%/logo/polycomspip550.jpg"
bg.hiRes.gray.bm.1.name="polycomspip550.jpg"
bg.hiRes.gray.bm.1.em.name="http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/%%PROVSUBDIR%%/logo/polycomspip550EM.jpg"
bg.hiRes.gray.bm.1.em.name="polycomspip550EM.jpg"
{ENDIF}
/>
Which doesn't look quite right, and doesn't work. I'm assuming the SPIP_450 section should have the .jpg extension on the files, and I'm not sure why there are two entries with different values in each.
Secondly, the verification for FQDNs seems to be quite limited. I have a weird TLD that only launched in July (.engineering), and it doesn't validate. Can you add support in a patch please? Maybe validate with a DNS lookup rather than matching an internal list because new domains are being added all the time lately.