I have bc11(sp10). RAS is conecting with ISDN-PRI and work with call-back. In CIL record date for ORIG is like: 019004025. That is transit call from RAS to PTT. Can is put any number instead route's date? I try with ROAPI and RONDI but nothing.
matovtz
The command CLFOC - Call Logging Format Change, provides control over the CIL output format. It’s not the easiest things to do, but it does work, you may need to enter the command several times using the parameter APPEND=YES to build the format required. You also need to deactivate CIL to use the command.
You need to find the current settings using…
CLINP;
CLFOP;
CLDFP;
Deactivate CIL & MIL…
CLTGE; --to deactivate CIL.
CLMGE; --to deactivate MIL.
CLINP; --to verify the result.
Define your format… (You might find this is best planned on paper first)
CLFOC:FORM=4, DATA=xxxxxxx [,APPEND=]; -use append to enter the DATA in several stages.
See ALEX ‘CL Parameter Descriptions’ for DATA=
Then Activate CIL…
This is a rough guide, ALEX has all the info required, see the following…
Extra facilities with commands / Call information logging, CL & ED
Then read the ‘Description of the extra facility’
and Operation and maintenance / Operational Directions, CL (How to do it)
and Operation and maintenance / Parameter Descriptions, CL (Details of the DATA)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.