The XML Minibrowser allows processing custom Snom XML objects which are stored in text files on web servers or directly uploaded to the phone. This feature can be used for various applications such as creating a custom user menu or temporarily reconfigure phone keys.
The XML Minibrowser is a feature of the standard software delivered with the following Snom phones:
The following XML Objects are available:
Main Tag Name | Description |
---|---|
SnomIPPhoneText | Print text |
SnomIPPhoneImage | Show a base64 encoded image |
SnomIPPhoneImageFile | Show an image fetched via a URL |
SnomIPPhoneInput | Request for input from the user |
SnomIPPhoneDirectory | Show a phone book |
SnomIPPhoneMenu | Show a Menu calling other applications |
SnomIPPhoneBatch | Combine several main tags in one XML data |
SnomIPPhoneSilent | Run fetch silently (Minibrowser does not open) |
To understand how Snom Minibrowser works, knowledge of the following areas are required :
With the previous knowledge, a programmer develop Minibrowser applications by following the steps below:
Here are some common rules for writing XML code for the Minibrowser: