Yealink Forums

Full Version: Call log as xml
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

We're building an application to control our T22P and now we are looking for a way to read the call log. For now we use an url like http://admin:admin@phone/cgi-bin/ConfigManApp.com?Id=34&call_info=1 but this returns a html-page. Is it possible to read the log as xml?

Regards,
Henry
Do you use XML Browser to control the phone?
I think you can refer to more dtails about XML Browser fature for V72.
Yealink_IP_Phones_XML_Browser_Developer_V72
(03-06-2014 05:56 PM)Henry Wrote: [ -> ]Hello,

We're building an application to control our T22P and now we are looking for a way to read the call log. For now we use an url like http://admin:admin@phone/cgi-bin/ConfigManApp.com?Id=34&call_info=1 but this returns a html-page. Is it possible to read the log as xml?

Regards,
Henry

This thread is old, but I am interested in the same thing.
Henry,
A webpage is basically a very loose form of XML.
If you have access to the HTML then you could use a socket connection or cURL to get the webpage into a program where the HTML could be parsed.
PHP for example could be used to grab and parse the HTML.
There are parser classes that already exist or you could hire a programmer to build something specific if you want to make it more light weight.

Then the parsed data could be stored in a database for display later.

(Just in case anyone was interested in doing this)
Reference URL's