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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CIL 1

Status
Not open for further replies.

642234

Technical User
Jan 26, 2008
99
US
Hi Dear All,

I have BC 12 version. i want to intiate CIL in MD 110. Please can you send me all commands with parameters.
Thanks
 
Dear Kank,


Both RS 232 and also on CIL on hard disk

Thanks
 

Hi Kank,,
can youhelp me regarding CIL on rs 232 and cil on Hard disk
Thanks
 
Hello!

Here is the CIL on HDU initiation commands...

Call Information Logging on HDU:

FIDAP:pATH=/SYSN/USR1/ACS/CIL/*.*;
CLDFI:pATH=/SYSN/USR1/ACS/CIL,FILE=CILBUF,USER=CIL-2,PRIO=D;
CLOHI:FILE=CILBUF,FORM=2,DMPSIZ=4,DISCR=0 or 2;
CLODI:FILE=CILBUF;
CLTGI;

Use these print commands to verify the result:
FIDAP:pATH=/SYSN/USR1/ACS/CIL/*.*;
CLDFP;
CLINP;
And see the raw SMDR/CDR data in the directory on the HDU:
FIFCP:pATH=/SYSN/USR1/ACS/CIL/CILBUF20080130,FORMAT=ASCII;

CIL through RS-232 on the NIU board:
IOEQI:EQU=x-x-xx-x,IODEV=SYSNET,USAGE=OUT;
CLDFI:FILE=NIU-CIL,IODEV=SMDR-CIL1,USER=CIL-1;
CLOHI:FILE=NIU-CIL,FORM=2,DMPSIZ=2,DISCR=0 or 2;
CLODI:FILE=NIU-CIL;
CLTGI;

///doktor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top