Alberto wrote:
> 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.
Thanks a lot. I will try to find some time to check this by the end of the
week.
>
> 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...
If the file never changes we can declare it as 'static' profile element.
<property name="staticProfileFilenames">
<list>
<value>file-name.cfg</value>
</list>
</property>
But I am pretty sure that would not take care of generating proper URL.
We can just add another ProfileType - that requires some changes to the
plugin. You can grep for getProfileTypes to see how other plugins do that.
If you wait a day or two I'll try to make some changes to SnomPhone that
would make it easier.
>
> 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?
I am pretty sure that everything that is uploaded is available through both
TFTP and HTTP. It's just a question of getting the URL correctly.
>
> 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