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

How to program extension to OptiPoint 500 key module

Status
Not open for further replies.

cra234

Technical User
Oct 5, 2013
11
US
Hi,

How do I program the extension numbers to the OptiPoint 500 key module?



thanks in advance
 
Hi cra234

Well there are a few ways.

First use the latest Comwin, you can get it HERE

Log on to the system, then click on Macro/Retrieve System Variant
Then type CHA-TAPRO right mouse click on that command and select 'MML-Editor'

To add a panel to a phone you need to tell the SBCSU that it has DSS (Direct Station Selection) Panels attached as follows:

CHA-SBCSU:STNO=XXXX,OPT=OPTI,REP=X; //Where REP is the number of add on panels from 0 to 4 in some cases.

Then you need to setup the Keymap for the panel so

DIS-TAPRO:STN;

Then find out which TAPRO (keymap) that the phone is using or to be safe check the output of the DIS-TAPRO:STN; and pick a TAPRO that is not used.

So lets say you pick TAPRO 20 for example sake.

REG-TAPRO:STD,20;

Click on the first line and select the MML-Editor as above (Comwin Edit)
Then you can make your changes for the basic device (the phone)
The second line is called (OPTIA1) and this is for the default state of the first panel.
OPTIA2 is for when you press the 'shift' key (bottom right key by default) to shift to more functions on the first panel.

So if you add just one panel you can make your changes there
I normally be default add in DSS on the left and NAME on the right where DSS is for internal and NAME would be for external numbers.

Then to program them up with numbers:

You can from the phone press the SERVICE key then the DSS or NAME key that you want to program and take it from there.
If you want to program from the Comwin you just
ADD-ZIEL:TYPE=DSS,SRCNO=1234,KYNO=2,DESTNOD=5678,DEV=AD1,SLKTYPE=SLKTEXT,SLKTEXT="Mike";
Or similar.

It is also possible to do all of this throught the Assistant at In Configuration Management/Station and Configuration Management/Tables/Key Layouts

Let me know if you are stuck..

Regards
 
Oh Yes,
If you make a 'new TAPRO' you have to assign it to the phone as follows:

CHA-TAPRO:STNO=XXXX,STD=20;

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top