Hi
Im trying to get call information logging to work in a BP250 system.
What im interested in is to get call duration and "to and from" numbers logged.
I think I've programmed all what is nessasary correctly, but some
things are not working.
Screenshots of the port IO and app IO configuration are attached as app.jpg and ioport.jpg.
When i use these settings i can grap some text lines from the serial port on the computer that is connected.
For instance i get a line like this:
Code:
00 793 080126 1931 737 0000 366 A 0005 A 0.00 I 240
But I can only guess what the numbers are because i dont know the format of CIL3HOTEL. Can anyone help with that ?
My best guess is :
00=Message code
793=Sequence number
080126=date
1931=time
737=callers number DDI (actually looks like a trunk number)
0000=??
366=Called number CIL4 (this is a number on an extension in the system)
A=??
0005=??
A=??
0.00=?? (cost perhabs)
I=??
240=A-number CIL4 (this is the local number of my mobile telephone)
When i try to change Format Table [6403] to FlexibleCIL format (unidirectional) then I get a line like this :
Code:
00 792 47002 080126 19:26:10 737 366 80000000 20 0011 0000 I 0.00 240
This is a fine line because the format is defined in the system.
However 2 things anoys me 1) Some of the information in the FlexibleCIL is missing , of all the calles i've looked at call duration is allways missing.
2) Whenever i try to change the FlexibleCIL format i get a strange error
Screenshot of the error is attached as pb250.jpg
I've tried serval combinations of commands [6403] and [6006] some of them results in the system not outputting anything at all, and eventually
after messing around it stops working even with the settings that do output something (when they work). Does anyone have a good explaination?