I posted the VB code I used to set a simple VB program up with... If you guys want I could probably put togetether a really generic version and send it to you.
As for CDR, Definity 9.5 allows output of CDR via TCP/IP. The new functionality is called an Asyncronous Link. I've been fiddling with it, but their sample applet is horrendous and the only other option is to connect to RS232 port on a PC via a terminal server device.
robsutonjr
You need to make sure that cdr reports are set to y on your trunk group forms. You might also want look at intra-switch-cdr, with it you can record all calls to extensions you specify.
(add an entry for your billing linux host)
CHANGE NODE-NAMES IP
LINUX-HOST 192.168.0.50
(point your box which host and port it should send billing)
CHANGE IP-SERVICES
CDR1 C-LAN LINUX-HOST 50000
(tell your box how to generate CDR there)
CHANGE SYSTEM-PARAMETERS CDR (page-1)
Primary Output Format: customized
Primary Output Endpoint: CDR1 (page-2)
1: date
2: space
3: time
4: space
5: sec-dur
6: space
7: clg-num/in-tac
8: space
9: in-trk-code
10: space
11: dialed-num
12: space
13: code-used
14: return
15: line-feed
Linux host:
(catch the feed from your box) $ netcat -l -p 50000 >> my-billing.txt &
(watch your billing growing) $ tail -f my-billing.txt
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.