PBXtech.info  
\'\'

Go Back   PBXtech.info > Avaya > Definity Servers

Reply
 
LinkBack Thread Tools Display Modes
Old January 16th, 2004, 10:08 AM   #1 (permalink)
tek
Registered User
 
Join Date: Dec 2003
Posts: 114
tek is on a distinguished road
Lightbulb CDR capture via TCP/IP on Linux host

Here is how I got CDR billing sent via TCP/IP to my Linux host:

Definity:

(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 grow)
$ tail -f my-billing.txt
tek is offline   Reply With Quote
Old January 16th, 2004, 10:09 AM   #2 (permalink)
tek
Registered User
 
Join Date: Dec 2003
Posts: 114
tek is on a distinguished road
Re: CDR capture via TCP/IP on Linux host

You can find netcat for windows at:
http://www.atstake.com/research/tool...ork_utilities/
tek is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old January 16th, 2004, 10:13 AM   #3 (permalink)
nexSIP
Moderator
 
nexSIP's Avatar
 
Join Date: Jun 2003
Posts: 527
Blog Entries: 3
nexSIP is on a distinguished road
Re: CDR capture via TCP/IP on Linux host

Fantastic post!
nexSIP is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -6. The time now is 06:10 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2002 - 2007, PBXtech LLCAd Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36