...
East Riding District Council - through Weston
speak with Andy Smith from Weston for connection method and screenshots
client for which the IP connection was configured: Staffline OSP
Example 2
This example shows a UK logging format with output over TCP to the
server at 192.168.0.1 on port 9876.
5.2 Fixed Output Format
The fixed output format is a predefined output format that cannot be
altered. The fixed output formats can only be used for CIL data, not for
VoIP QoS logging. For further information, see the command description
for CALL INFORMATION LOGGING, CL .
callinfo_output_set -type file -subtype general \?
-dbname /var/log/smdr/ex_2 -output 1 -lim all \?
-format “{callingNumber L 2 10} connected to {connectedNumber L 2
10} ; \?
[dialedNumber ==connectedNumber] : {newline} {exit} ; \?
but dialed {dialedNumber L 2 10} ; \?
[duration <= 10] : {newline} {exit} ; duration {duration L 2 20} ;
{newline} ;”
callinfo_status_set -state on -lim all -output 1
callinfo_output_set -lim all -output 0 -type tcp -subtype general \?
-server 192.168.0.1 -port 9876 -local -utc -eol CRNL \?
-format “ {stoptime md110date L 4 4} {stoptime md110time L 4 4} \?
{stoptime second 0R 2 2} {duration md110duration L 5 5} ; \?
[taxpulses != 0] {taxpulses R 4 4} ; [taxpulses == 0] : ; \?
{conditionCodeUserDefined L 3 3} {accesscode1 R 5 5}
{accesscode2 R 5 5} \?
{dialednumber R 20 20} {callingnumber L 20 20} {accountcode L 15
15} \?
{cilcode L 6 6} {queueTimeCounter 0R 2 2} {ringTimeCounter 0R 2 2}
\?
{ogTrnkId R 9 9} {incTrnkId R 9 9} {connectedNumber R 16 16}
Fixed Output Format
The fixed output format is a predefined output format that cannot be
altered. The fixed output formats can only be used for CIL data, not for
VoIP QoS logging. For further information, see the command description
for CALL INFORMATION LOGGING, CL
Execution
• Key the command callinfo_output_set -format to choose a fixed
output format .
• Key the command callinfo_status_print to check the result .
TEsting the TCP output
How can the data, sent on TCP to the central storage, be tested?
The command callinfo_tcp_print is creating a passive server that
will listen to the incoming datastream and present it on the screen.
To see the output, make a copy of the output data and paste it
directly into the server where the program is running. For example,
enter command:
>callinfo_tcp_print -server localhost -port 1023