- Joined
- Aug 23, 2018
- Messages
- 56
- Reaction score
- 59
It seems that there is an error in the template for enabling multilanguage settings on the Snom 320 (which I know is EOL). It was necessary for me to create a custom template in order to allow my German colleagues their own language. Here is what one sees now:
Where the first section is the default element that does not appear to result in a valid file, and the second section is the one I created that contains the links provided by Snom for enabling this feature. Since the PBX complains about custom templates, it would be nice to have a default template that contains valid settings.
Code:
{IF ua=snom320}
<status_msgs_that_are_blocked perm="">PhoneProvisioningFailed</status_msgs_that_are_blocked>
<file url="http://fox.snom.com/config/settings_8.7.xml"/>
{ENDIF}
{IF ua=snom320}
<file url="http://downloads.snom.com/config/web_lang_8.7.xml"/>
<file url="http://downloads.snom.com/config/gui_lang_8.7.xml"/>
{ENDIF}
Where the first section is the default element that does not appear to result in a valid file, and the second section is the one I created that contains the links provided by Snom for enabling this feature. Since the PBX complains about custom templates, it would be nice to have a default template that contains valid settings.