12-30-2014 11:58 PM - edited 03-17-2019 01:27 AM
Hi all,
We have CUCM 9.1 version
When I check my extension on CDR reports, there is no records for outbound calls related with my extension
But then I realized that, My DID number is written to calling number field, instead of my extension.
Which service parameter or enterprise parameter is related with it? Can somone help me about it?
Briefly my question is;how can I replace Calling number field to my extension instead of my DID number in CDR
12-31-2014 01:43 AM
Hi,
It seems to be an expected behavior as the External Phone Number Mask configured on the phone will be used as the callingpartynumber for External calls. There is no service parameter to alter this specific behavior. If you are interested in extension specific reports for external calls you can try sql query like below
run sql car select datetimestamporigination,datetimestampconnect,datetimestampdisconnect,callingpartynumber,originalCalledPartyNumber,finalcalledpartynumber from tbl_billing_data where callingPartyNumber = 'XXXX'
where XXXX is your extension.
HTH
Manish
12-31-2014 02:54 AM
Of course regardless of the CDR reports, the number seen on the B side, should be related with external phone mask.But, on CDR reports ,internal and outgoing calls should be grouped by the extension. I mean, normally, the outgoing call should be belonging to extension, not the DID number.
BTW, now I see that no outgoing calls are logged on CDR export... Only incoming and internal calls are listed. Do you have an idea about what causes this.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide