Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call Logging Over Ethernet 1

Status
Not open for further replies.

alchohaz

Technical User
Mar 25, 2004
216
GB

Could someone please post the commands (in sequence) to initiate Call Logging over ethernet from an NIU.

Where is the destination address of the server stipulated?

I read that this can be run at the same time as call logging over V24, is anyone able to verify this ?

Cheers
Al



[red]Striker : My orders came through. My squadron ships out tomorrow, we're bombing the storage depots at Daiquiri at 18:00 hours. We're coming in from the North, below their radar.[/red]
[blue]Elaine : When will you be back?[/blue]
[red]Striker : I can't tell you that? It's classified.[/red]
 
Hi,

/* CIL OVER NIU ETHERNET */
IOEQI:IODEV=CIL,EQU=1-0-60-4,TYPE=NETWORK,USAGE=OUT;
IONCI:IODEV=CIL,USER=CIL-1,IP=10.0.0.7,RPORT=2222; /* Server ip and port */

CLDFI:FILE=CIL,IODEV=CIL,USER=CIL-1,PRIO=C;
CLFOC:FORM=4,APPEND=YES,DATA=1-20G&2-10E&3-4P&4-8A1&5-2B1&6-3C1;
CLOHI:FILE=CIL,FORM=4,DMPSIZ=1,LOGFAL=3;
CLODI:FILE=CIL; /* see alt options for CLODI below */
CLTGI;

/* CLODI:FILE=CILFILE,ORIG=1000&&1999,DIAL=9,TIME=15; */
Will log calls from extensions 1000 to 1999 that... dial 9xx and that last longer that 15sec

V24-NIU & Ethernet are OK... but not Ethernet & SIU.

You can also use the HDU with a lower PRIO= as a backup if the Ethernet is faulty.

Note: FORM=4 is something you need to check out in Alex. The example above is of a user defined output format.

Regards
Isinor
 
Isinor

Thank you for you quick and concise post.

Regards
Al

... Do you happen know if this CIL information will "Buffer" in event of some sort of LAN or even WAN failure ? - I am considering whether to go for the IP output direct or the V24 with a TRACKER.

[red]Striker : My orders came through. My squadron ships out tomorrow, we're bombing the storage depots at Daiquiri at 18:00 hours. We're coming in from the North, below their radar.[/red]
[blue]Elaine : When will you be back?[/blue]
[red]Striker : I can't tell you that? It's classified.[/red]
 
alchohaz, reply in other thread...

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Hi,

You can set CIL to go to the HDU if the Ethernet device is faulty etc. using the PRIO=... But I don’t have an example to hand… and you may have to manually recover the data from the HDU to CIL Software.

Also…
In the CLOHI:FILE=CIL,FORM=4,DMPSIZ=3,LOGFAL=3;

Parameter DMPSIZ has some effect on CIL buffer. The example was only to show commands... DMPSIZ=1 would be unwise except as a quick test in a lab.

Snip from Alex...
The parameter states the volume that is to be dumped on each output occasion. If the dump size is 1, one call will be dumped per output occasion. Dump size 1 is used for Hospitality Application, but is not appropriate for large systems. If the dump size is 2, a full 1 k buffer will be dumped per output occasion. If the dump size is 3, a full 10 k buffer will be dumped per output occasion.

If the output data are sent to a hard disk then the data is output in 10 k buffer and stored on HDU. If the dump size is 4 then the data are organized into daily files. If the dump size is 5 then the data are organized into weekly files. If the dump size is 6 then the data are organized into monthly files.

Whosrdaddy's advice is best if CIL data real important.

Regards
Isinor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top