My employer asked me to make an application that reads the SMDR logs from multiple Panasonic Systems (not all at the same time
)
The problem is that i have only an old model EASA 616 that I was able to read and parse without problems.
So I surfed the web and finally i found the installation manuals for TD1232,816E, TD612E,ta1232,ta624.
The only problem is that there is no information regarding the actual size of each field in the record, just the general field names and a couple of records in pdf which i cannot use in order to determine the parsing method.
One way can be using regular expressions, but is not the best solution since there are cases in which for the dialnumber for instance you can have almost any combination of digits and letters.
So i would need some "explained" record rows with the separators and stuff like that.
I also noticed that for TD500 it is very well explained how the record is divided - the size of the row is specified.
That is what i would need if possible: the fields` lenght and also the row lenght.
Thanks in advance.
Bogdan
The problem is that i have only an old model EASA 616 that I was able to read and parse without problems.
So I surfed the web and finally i found the installation manuals for TD1232,816E, TD612E,ta1232,ta624.
The only problem is that there is no information regarding the actual size of each field in the record, just the general field names and a couple of records in pdf which i cannot use in order to determine the parsing method.
One way can be using regular expressions, but is not the best solution since there are cases in which for the dialnumber for instance you can have almost any combination of digits and letters.
So i would need some "explained" record rows with the separators and stuff like that.
I also noticed that for TD500 it is very well explained how the record is divided - the size of the row is specified.
That is what i would need if possible: the fields` lenght and also the row lenght.
Thanks in advance.
Bogdan