I just try to build Call Monitor system that reading SMDR\CDR from my PABX through Serial port or IP. So that I can produce some reports from that data. I know data output format is different from each manufacturer, so how can we handle this problem? Is there any libraries or sample projects that easy to get started?
Asked
Active
Viewed 6,839 times
3
-
Did you find anything useful? At least any documentation about the data? – Bojan Milenkoski May 27 '09 at 09:36
-
@bojan, I haven't found it yet. – Samnang May 28 '09 at 01:02
-
try a solution like "pbx data logger". It will capture, parse data and store it to your database. Then you can use this parsed data and build any reports. – Helen Downs Mar 30 '17 at 14:29
2 Answers
1
There is a free tool to capture SMDR info for you, if that is the route you wish to take.

Bmize729
- 1,126
- 8
- 18
0
I have written parser for several output formats from many different vendors and actually there are often very easy the read and "parse" the data because it is well defined ASCII data (mostly, sometimes in bianry format but still its very well defined), I havent found any librarys to ease the task of getting hold of the data, but the hard part has always been to figure out how to intepret different vendors values. I can try to provide some resources if you can tell me what pabx you are targeting.

jmw
- 2,864
- 5
- 27
- 32