« Back to Call Detail Records Questions

How can I identify all the legs of one conference call

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
Is there a way to identify all legs of one conference stored in calldetailrecord table (Call Manager 4.2)?
 
I tried using globalcallid_callid, but it seems this ID is not guarantied to be same for all the legs. Most of the time it is, but not for all the legs. Comment field contains conference controller device name, but again, not for all the legs. Initial leg always has a blank comment. destconversationid field is same for all the legs that represent calls to conference bridge, but for the initial leg and last leg it is 0.
 
I've been asked to process conference call legs and produce records that contain combined data from all legs but I just don't see how.

Thank you in advance,

MR

Hi,
 
Is there a way to identify all legs of one conference stored in calldetailrecord table (Call Manager 4.2)?
 
I tried using globalcallid_callid, but it seems this ID is not guarantied to be same for all the legs. Most of the time it is, but not for all the legs. Comment field contains conference controller device name, but again, not for all the legs. Initial leg always has a blank comment. destconversationid field is same for all the legs that represent calls to conference bridge, but for the initial leg and last leg it is 0.
 
I've been asked to process conference call legs and produce records that contain combined data from all legs but I just don't see how.

Thank you in advance,

MR


Milisav, have you tried including the origLegCallIdentifier and origMediaTransportAddress_IP fields into your formula? I was able to do that for one of our setups, but not sure if or how much depended onour specific configuration. I also can't remember if it was on the CCM4... I have a nagging feeling one of those fields might not be available on the CCM4, but can't recall.