cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2099
Views
0
Helpful
7
Replies

Get CDR's using AXL

farmerajf
Level 1
Level 1

Could anyone give me some pointers on how to obtain CDR's using AXL on Call Manager 5 or 6? What AXL calls do I have to make for example? Is this possible?

Thanks

7 Replies 7

Mike-1985
Level 1
Level 1

I don't know how or if it is possible. But why don't you configure the Call Manager to push the cdr files to a ftp folder.

Then you can do what ever you want with those cdr files.

1. Login on the Call Manager admin page

2. Select 'Cisco Unified-services' on the most top-left corner.

3. Select 'Tools' -> 'CDR Management'

There you can add a new server / ftp folder to send cdr files to.

Since Version 5 it is possible to get CDRs with AXL Requests.

You need to activate the CDRAxl services on serviceability interface.

Then you can read the cisco documentation attached

Regards

Remy

This looks good although i am having problems when i execute the AXL. The error i am getting is as follows:

ERROR: No Handler found for in0

http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">

SOAP-ENV:ClientNo Handler found for in0http://www.cisco.com/AXL/API/1.0">5003No Handler found for in0in2

Send your request if you want some help

My error is slightly different but still the same ....

Request:

http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://schemas.cisco.com/ast/soap/">

200511161000

200511161059

http://schemas.xmlsoap.org/soap/encoding/" xmlns:root="0" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:type="xsd:boolean" id="id0">true

Response:

ERROR: No Handler found for multiRef

http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">

SOAP-ENV:ClientNo Handler found for multiRefhttp://www.cisco.com/AXL/API/1.0">5003No Handler found for multiRefmultiRef

Does anyone know of an application, which will allow me to test my AXL against call manager 6? There is an AXL SQL toolkit supplied but this only works with SQL statements. I have attempted to create a Java application, which can achieve this, but this may be what is causing the errors. The existing AXL testing application source code on the Cisco site does not take into account that Call Manager 6 requires an SSL connection.

-