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!

NLOG in BC12SP5

Status
Not open for further replies.

singhbrindisi

Technical User
Feb 25, 2004
227
IL
Dear All,

Is it possible to restrict NLOG capability on DBC 3213 only for unanswered calls ??

On Bc12 SP 5, its recording incoming / outgoing & unanswered calls....

BR,

""The truth about action must be known and the truth of inaction also must be known; even so the truth about prohibited action must be known. For mysterious are the ways of action""
 
fcpli, my friend...

...for what god in heaven did invent patches for MD110?

Daddy! Give us the favour, tell us the name of the patchpacket to have same function like in BC11.
 
You need patch 104029.
Ask your local provider for it.
/* Short.Descr : Number Log should not log Outg.&Inc.calls on the D3000*/
 
Thanks Dusyi for the update...

Can anyone provide this patch..

Thanks in advance...

BR,

""The truth about action must be known and the truth of inaction also must be known; even so the truth about prohibited action must be known. For mysterious are the ways of action""
 
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;

/*======================================================================*/


""The truth about action must be known and the truth of inaction also must be known; even so the truth about prohibited action must be known. For mysterious are the ways of action""
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top