![TIPTEL 31xx series Скачать руководство пользователя страница 5](http://html1.mh-extra.com/html/tiptel/31xx-series/31xx-series_manual_1118777005.webp)
XML API for Tiptel.com SIP Phones 31xx
requested contacts.
Option 4)
A simply Action-URL can be defined as entry point for a phone book in context of XML-Minibrowser. On the
phone with the alpha keyboard the URL-Variable {search_key} will help to send a initial search filter character to
the server. IPPhoneMenu-Object can be used to show entries. The Softkey-URLs for keys “1” till “9” should be
defined to collect the pressed keys by Web-Service and perform the look up queries on basis of T9-Model.
2.2 External initiated service
In the context of remote access there are different ways to initiate the downloading of XML file or send the XML
data directly to the phone.
2.2.1
HTTP Remote Action-URL
The downloading of XML file can be triggered by using HTTP GET method calling remote URL on device build-in
Web Server.
http://phoneip/cgi-bin/remote/devctl?minibrowserurl=url
The query string must contain the URL of XML file
minibrowserurl=url
The phone returns 200 OK and downloads the XML file.
Example:
This example will induce the phone with IP 192.168.1.103 to download the XML file from
http://myserver/mymenu_192.168.1.103.xml
Please consider that URL-Variable
{ip}
should be escaped in form of
%7Bip%7D
to be RFC conform.
2.2.2
SIP NOTIFY Remote Action-URL
The downloading of XML file can be triggered by using proprietary SIP NOTIFY event "
tiptel-actionurl
"
Example:
Page 4 / 50
http://192.168.1.103/cgi-bin/remote/devctl?
minibrowserurl=http://myserver/mymenu_%7Bip%7D.xml