Hi Damian,
I mostly completed the port to Snom v7 xml file format and attached a new patch file in JIRA XX-5478.
Here what I've done so far:
- Ported all features of v6 plug-in to v7 file format. Address books were not working with a v7 phone and the v6 plug-in. - Ported setting permissions as done in the previous plug-in: adding an extra char (! or $) in the <profileName> value. - config file generated will be named {mac}.xml. Sipfoundry wiki, regard dhcp options 66/67, should be updated. - Workaroud for Snom and TCP problem setting tcp port on snom to 5060 by default. Snom defaults to random.
- Added Snom 370
- Updated jUnit test.
- Added a minimal subset of v7 new options: Some new function keys value (BLF and others); Tone schemes for new countries; New languages for the phone interface and the web interface. - contains the improvement suggested in XX-5477 <http://track.sipfoundry.org/browse/XX-5477>

Minimum v7 firmware version is 7.3.14, but actually very few settings will need this version.

There is still an open issue: languages are not loaded in the phone firmware in v7. To load a language we need to provide the links to them in a different file. The file should look like this:

<?xml version="1.0" encoding="UTF-8"?>
<setting-files>
 <file url="http://provisioning.snom.com/config/web_lang2.xml"; />
 <file url="http://provisioning.snom.com/config/gui_lang2.xml"; />
<file url="http://ourSipXecs.example.com:8090/phone/profile/docroot/{mac}.xml"; />
</setting-files>

Very silly to say ... I don't know how to extend the plug-in to generate a second file. It would be enough to generate it once. It's definitely not needed to do it for every snom phone in the system. Please tell me if there is a good place I can look to take the right inspiration...

Snom suggest for large deployments to download language files in our deployment server. Around 2 MB uncompressed. It might be a good idea to add this data with the sipxconfig device upload feature. Can we upload in the http folder instead the tftp?

Alberto
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to