cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1354
Views
9
Helpful
4
Replies

C-Codec API - Call History

Jannik Hochfeld
Level 4
Level 4

Hi Folks,

i have a small question. Is it possible to view the call history of a c-codec based enpoint via the API?

I know in the web interface in TC6 is a nice menu where you can see all calls done or received on the device. I want to build something similar but located in our PHP and JS based database, able to export it as csv or xls.

Thanks for your help

greetings Jannik.

4 Replies 4

amehla
Cisco Employee
Cisco Employee

Hi Jannik,

type xhistory on codec command line and you will get all call details from codec.

That looks good, is it possible to access this via a SOAP Call or via XML?

Yes, via the history.xml document and XML  In general, the XML and CLI APIs are consistent.

xcommand = command.xml

xconfiguration = configuration.xml

etc  You can use xpath expressions, etc.  See the command reference guide for the endpoints for guidane on using XML. 

yes, as Steven said you can access the history via https/xml

https:///history.xml

Also the API (putxml) with

 

 

worked for me, you do not get the packet loss data and stuff like that, but you also have the capability to

use delete and other commands.

For more check out the api guide (you might want to find the version for your endpoints):

http://www.cisco.com/en/US/docs/telepresence/endpoint/codec-c-series/tc6/api_reference_guide/codec_c60-c40_api_reference_guide_tc61.pdf

Please remember to rate helpful responses and identify helpful or correct answers.

Please remember to rate helpful responses and identify