RichardLynch
Programmer
I'm parsing the output from a Nortel CS1000 Call Detail Recording stream.
In my sample data, I have a line 2 like this:
& 0000 0000 ##########XXXXXX
Digits obscured by # to protect the guilty.
In the documentation (Release 5.0 Doc Rev 1.04) on pages 167-169, I can find nothing that matches this pattern.
It also can't be NEW CDR format, as the CLID is not in 3-18 columns.
"Format for CLID and Tenant" is closest, but Tenant is supposed to be 3 digits, not 4.
Question 1:
Is "tenant" another term for what a newbie like me would call "extension"? Or, at least, something not completely unlike an "extension"?
Question 2:
If so, given that extensions are 4 digits these days, is this actually CLID and Tenant?
Question 3:
If so, can I presume that there is still kit out there that has only 3 digits, so I have to handle both?
This software is going to be hooked up to any number of Nortel devices, so must be flexible enough to handle them all. [fingers crossed]
Question 4:
If all of the above theories are wrong, any idea what the heck the two sets of '0000' are supposed to be? They are always '0000' in my 15-minute sample log data, so I'm guessing pretty wildly here...
Hey, at least you have to admit I've read the docs and am doing pretty well on the "asking a good question" bit
In my sample data, I have a line 2 like this:
& 0000 0000 ##########XXXXXX
Digits obscured by # to protect the guilty.
In the documentation (Release 5.0 Doc Rev 1.04) on pages 167-169, I can find nothing that matches this pattern.
It also can't be NEW CDR format, as the CLID is not in 3-18 columns.
"Format for CLID and Tenant" is closest, but Tenant is supposed to be 3 digits, not 4.
Question 1:
Is "tenant" another term for what a newbie like me would call "extension"? Or, at least, something not completely unlike an "extension"?
Question 2:
If so, given that extensions are 4 digits these days, is this actually CLID and Tenant?
Question 3:
If so, can I presume that there is still kit out there that has only 3 digits, so I have to handle both?
This software is going to be hooked up to any number of Nortel devices, so must be flexible enough to handle them all. [fingers crossed]
Question 4:
If all of the above theories are wrong, any idea what the heck the two sets of '0000' are supposed to be? They are always '0000' in my 15-minute sample log data, so I'm guessing pretty wildly here...
Hey, at least you have to admit I've read the docs and am doing pretty well on the "asking a good question" bit