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

BP dbc 210 on MD110 2

Status
Not open for further replies.

benkenobe

Technical User
Sep 2, 2004
7
GB
Guys,
User has managed to get hold of BP dbc 210 (/21) and wants to get them working on MD110.
A> is it possible?
B> is there a specific release of MD required
C> any specific procedure to make this fly?
 
There has been patches in MD that prohbit BP phones to work, this was decided by Ericsson as there was a price difference.

Now adays (latest BC10,11,12) this is removed. But I'm not sure exact what SP's this was done.

Regards
Fredrik
 
BEn,

you can, I have the procedure in a file at work.
its very easy but can't remember.

I'm on a customer site at the moment.

will try and let you know later today or monday

regards

LB
 
Benkenobe,

ok, I found a procedure. sorry it is for making MD phone work on BP, I dont know if you can use it to reverse it ?

but this is the procedure anyway

HTH

LB

----------------------------------------------------------

1> telephone unplugged and handset offhook
2> press (AT THE SAME TIME) 1 4 7 * mic spkr
3> with keys still depressed plug the telephone into the socket
4> release all the keys (line key light should come on)
5> with telephone still plugged in and off hook press (AT THE SAME TIME) 3 6 9 # (top c) inquiry
6> release all keys, top c key should light
7> press (AT THE SAME TIME) 2 5 8 0 vol- vol+
8> release all keys, inquiry light should be on
9> press (AT THE SAME TIME) cancel line message (top a) (top b) handset hook switch
10> release all keys (top b key will light for a short while)
11> a series of tones will be heard, the lights will follow a sequance, unplug the telephone, the 210 can now be used on a BP
 
thanks. I'll try it. is there a certain level of s/w release MD needs to be?
 
The procedure described above does not work with MD.
The solution is to remove/replace a patch, which disables the use of BP type phones. Versions from BC10/CNI127 and newer have the BP type phones enabled. So, which version does your customer have?
 
In BC9 remove correction S85555A from KL1T1 and load up S90919A.

If you do not afraid, use this:

PCPAS:UNIT=KLP1T1,CI=S85555A;
Y;
PCASE:UNIT=KLP1T1,CI=S85555A;
Y;
PCASI:UNIT=KLP1T1,CI=S90919A,REV=2-R3A,IA=F516,RA=F51E,BYTE=8;
MOVE.B ($183,A6),D0;
AND.B #$7F,D0;
MOVE.B D0,($183,A6);
END;
!A;
PCACS:UNIT=KLP1T1,CI=S90919A;
Y;
PCCOS:UNIT=KLP1T1,CI=S90919A;
Y;


Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top