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!

number log

Status
Not open for further replies.

jaylek

Technical User
Jul 29, 2002
139
OM
There was a patck which was posted by singhbrindisi which is an old one.But this is not working with MX ONE TSW. My system has been upgraded from BC12 to TSW. Any body has the new patch for this?

singhbrindisi (TechnicalUser) 31 Jan 05 5:19


Dear all,

Those who are intrested: here is the patch..

/* Short.Descr : Number Log should not log Outg.&Inc.calls on the D3000*/

/* ASSEMBLY SOLUTION : */
PCASI:UNIT=KLP1T,REV=7-R26A,CI=S104029A,IA=34684,RA=3468E,BYTE=6;
BEQ L1;
MOVEQ #5,D2; /*ALPHANUM_3ROW*/
CMP.B D3,D2;
BEQ L1;
MOVEQ #4,D2; /*ALPHANUM_4ROW*/
CMP.B D3,D2;
BNE LEND;
L1:;
JMP PROGSTART+$34CEE;
LEND;
END;
!A;
PCASI:UNIT=KLP1T,REV=7-R26A,CI=S104029A,IA=346AA,RA=346B4,BYTE=6;
BEQ L1;
MOVEQ #5,D1; /*ALPHANUM_3ROW*/
CMP.B D0,D1;
BEQ L1;
MOVEQ #4,D1; /*ALPHANUM_4ROW*/
CMP.B D0,D1;
BNE LEND;
L1:;
JMP PROGSTART+$34CEE;
LEND;
END;
!A;
PCACS:UNIT=KLP1T,CI=S104029A;
Y;
PCCOS:UNIT=KLP1T,CI=S104029A;

/*======================================================================*/
 
Dear All,

Any help on this matter?

THANKS.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top