Support

Téléchargements / Documentation / FAQs et plus

How can the COMfortel D-Series automatically retrieve an XML mini browser?

The COMfortel D-Series is able to display information and also dialogues with the user via the mini-XML browser.

In order to achieve a specific browser call, e.g. via http request, the Lua script "minibrowserAutoStarter.lua" must be uploaded to the telephone via backup.
. Alternatively, the script can be inserted into the provisioning file.

In addition, a token for authentication must be provisioned:

Insert between "authTokens".


<authToken>
<token>here is the secret token inside</token>
</authToken>

There are some scripts available in the appendix for use.

Test call e.g. browser:

https://IP-Adresse of the phone/api/v1/exec/listenForMinibrowserTrigger?AuthToken=here is the token in it&url=http://Adresse where the XML is/to be retrieved XML
Example
https://192.168.1.60/api/v1/exec/listenForMinibrowserTrigger?AuthToken= mysteriousToken &url=http://192.168.1.159/mb_dialog.xml

 

Appendix: