Version 3.0
Unify Service Information
Service Information
23 of 40
OpenStage TDM Trace
Guide
7.6
Deactivate the phone trace
It is very important to deactivate the phone trace points manually with a trace
configuration template, which has set all traces to OFF. Otherwise the phone
performance will be heavy negative influenced.
o
Make all steps like at 5.1, but set all trace points to
OFF
o
Make all steps like at 5.2, with the before at 6.6 created template
8 OpenScape 4000: System Trace regarding phone
issues
This describes how you can make a system trace for a phone issue.
It is useful to
make the system trace at the same time with the phone trace.
The trace can be stopped at any phone of the system which has a programmed DDS
key (in the following example the number 12345 has to be stored on the DDS key). It
is not possible to stop the trace while dialing 12345 manually. The number in this
example 12345 must be free and not reserved in the WABE. The trace will be stored
on the system’s hard drive under the filename you enter down. The trace
configuration can be entered and run always at a OpenScape 4000 system, it is not
influencing the system performance. The AMO language is English.
/* stop on speed dial with "
1
2
3
4
5
" (a DDS key with the number 12345 has to be programmed
at least on one phone)
exec-tracs:bp;
res,all;
flagtr,off;
selmsg,pp,g1,all;
msglen,pp,g1,32;
selmsg,cp,g1,all;
msglen,cp,g1,48;
selmsg,rcv,g1,cd1,dest,40;
selmsg,rcv,g1,cd2,src,40,ne;
selmsg,stop,g1,cd1,dest,6c; /* CP message
selmsg,stop,g1,cd2,ev,30; /* SCR message
selmsg,stop,g1,cd3,byte,13,
5
; /* byte counter or number length
selmsg,stop,g1,cd4,byte,14,
01
; /* stop on called party 12345
selmsg,stop,g1,cd5,byte,15,
02
;
selmsg,stop,g1,cd6,byte,16,
03
;
selmsg,stop,g1,cd7,byte,17,
04
;
selmsg,stop,g1,cd8,byte,18,
05
;
on,hd,:diag:<filename>,99,y,y;
end
Should the number length be shorter, for example 4 digits “1234” delete the row with
the green
05.
Should the number be longer, for example 6 digits “12345
6
” at the row:
selmsg,stop,g1,cd9,byte,19,
06
;
and edit the line with /* byte counter or number length at the end from
5
to
6
.