cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
309
Views
0
Helpful
4
Replies

Dialed number on CDR

eduestme2
Level 1
Level 1

How to dump dialed number on CDR Table? I see that to dump only the result from route pattern. Ex: 8.55121200 (predot) the result is 55121200 wich is on CDR table. Anyone help me?

4 Replies 4

heathrw
Level 4
Level 4

What version of call manager?

Version 4.2(3)sr2b

Hi,

Terminal Services into your Call Manager start SQL Query Analyzer which should start a blank query copy/paste between the start finish. Use the web page to replace the two strings of numbers (epoch time) start date/time finish date/time. Check if this matches up with what you are after. Use the Play button to execute query.

Hope this helps, let me know how it goes

--START--

USE CDR

SELECT callingPartyNumber AS CallingNumber, originalCalledPartyNumber AS CalledNumber

FROM CallDetailRecord

WHERE (dateTimeOrigination > 1180310400 AND dateTimeOrigination < 1180396799)

--END--

http://www.onlineconversion.com/unix_time.htm

Thanks for the query! The question is: How to save on cdr the real dialed number? On CDR is save the result from route pattern.

Anyone help me?

Thanks!!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: