cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
415
Views
0
Helpful
2
Replies

CDR reports for video usage in CUCM

Bob Fitzgerald
Level 4
Level 4

Hello!

I am trying to find a way to generate a report on video usage on a per user basis in CUCM, kind of like a Top-N report using the CAR tool.  I thought the CAR tool would be the way to go, but the report parameters don't seem to be what I'm looking for.  I've been looking through documentation like the CUCM Admin Guide and the CAR Admin Guide, but the descriptions seem to be focused on the telephony side.  Or maybe my video background is betraying me and I should realize that to CUCM, all registered devices are "phones".  Even a look through Unified Reporting has not shown any promise.  If this is even possible, any help on this would be very appreciated.

The version of CUCM we're running is 10.0.1.12900-2.

Thanks!

2 Replies 2

Manish Gogna
Cisco Employee
Cisco Employee

Hi Bob,

For a video call, following fields are available in CDR

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/service/7_1_2/cdrdef/cdradmin/cdrex.html#wp1221698

Example

Field Names
Video Call CDR

globalCallID_callId

121

origLegCallIdentifier

101

destLegCallIdentifier

102

callingPartyNumber

51234

origCalledPartyNumber

57890

finalCalledPartyNumber

57890

lastRedirectDn

57890

origCause_Value

0

dest_CauseValue

16

origVideoCap_Codec

100

origVideoCap_Bandwidth

320

origVideoCap_Resolution

2

origVideoTransportAddress_IP

187962284

origVideoTransportAddress_Port

49208

destVideoCap_Codec

100

destVideoCap_Bandwidth

320

destVideoCap_Resolution

2

destVideoTransportAddress_IP

288625580

destVideoTransportAddress_Port

49254

 

HTH

Manish

 

And it is true that reports like Top N , Bill Detail , Call usage etc do not have an option to distinguish voice and video calls.

Manish