Branding Gigaset Deskphones
Create a XML file, e.g. branding.xml and copy it onto your Web (HTTP) Server, i.e. http://yourwebserver/branding.xml : <?xml version="1.0" encoding="utf-8" ?>
<uploads>
<file url="http://yourwebserver/branding/GigasetP850_mypuidesign.tar" type="gui" />
</uploads> |
Factory Defaults
To change default settings create a XML file e.g. default.xml with the settings which you want to change and copy it onto your Web (HTTP) Server, i.e. http://yourwebserver/default.xml : <?xml version="1.0" encoding="utf-8"?>
<settings>
<phone-settings>
<webserver_type perm="">off</webserver_type>
</phone-settings>
</settings> |
Now create a second XML file e.g. uploads.xml and load it via webinterface/advanced/update/Setting URL: <?xml version="1.0" encoding="utf-8" ?>
<settings>
<uploads>
<file url="http://yourwebserver/default.xml" type="defaults" />
</uploads>
</settings> |
The changes will take effect after reset |
PUI Menu
- See this How To for creating a new "state_stettings.xml".
Create another XML file, e.g. menu.xml and load it via WUI --> Advanced --> Update --> Setting URL:
<?xml version="1.0" encoding="utf-8" ?>
<uploads>
<file url="http://yourwebserver/state_settings.xml" type="gui_xml_state_settings" />
</uploads> |
PUI fonts
- See this How To for creating a new font.tar
Create a XML file, e.g. fonts.xml and load it via WUI --> Advanced --> Update --> Setting URL:
<?xml version="1.0" encoding="utf-8" ?>
<uploads>
<file url="http://yourwebserver/fonts.tar" type="font" />
</uploads> |
|