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

Restricted phones on NEC 2000 IVS 2

Status
Not open for further replies.

renosylvia

Programmer
Feb 25, 2005
14
US
I have several phones with restricted across the display
when I dial 1.
What CMD has this restriction enabled.
I saw CMD 1201 ext 201 with 11--this ext restricted
1201 ext 213 with 22--this ext not
W@here does the 1 come in??

Thanks
Renosylvia
Fort Bragg NC
 
This could be a complicated answer as you will have to delve through LCR to find out why this is happening. First step is to find out what is assigned for digit 1 in CMD 200. I did a post a while back for another user but it got deleted due to an e-mail address getting posted. I'll see if I still have it and get back to you.
 
First let me warn you LCR will give you headaches and if you are following this in the command manual (and I strongly reccomend you do) then you need to know that out of what I can only think of as a peverse sense of humor the command manual for LCR works in reverse. That is the first command we use is at the end of the section and you work your way to the front of the section but then jump back to the middle.

There is one more complicating factor here and that is the different names of your systems to ours so to make life easy I will use the more upto date version and if you have the older version you simply have to remove one "0" from most things. If you have a command manual you should be able to follow it. The differentiating factor between old version and new is the old has 4 digit len numbers and the new 3 digit.

When you look up “1” in cmd 200 you should see anything from A126 to A129 (old version A26 to A29) and from this we get A126 = 0, A127 = 1, A128 = 2 and A129 = 3

Cmd 8a is where LCR is programmed and the first command needed is 8aa000 (8aa00 old)

So
CMD 8aa000 DE (the number we got from cmd 200 so it will be a 0,1,2 or a 3) should return anything from 0 to 7 We'll call this (info)
taking that you then need

CMD 8a400(info) DE (Dialed code) DE (8a40(info) old) this should return anything from 0000 to 0255 (000 to 255 old) We'll call that (info1)

NOTE :- (Dialed code) is the digits sent to line not including the 9 and can be anything from 1 to 8 digits so you may have to try a couple of times to find the correct entry also if 9 had been directed to A129 (A29) in CMD 200 you would have included the 9 here

taking that you then need

CMD 8a(info1) DE 1 DE This will return a five digit number. The first three digits lead to CMD 8a5xxx (8a5xx old) where xxx is the first three digits of the five we got here.

Cmd 8a5xxx DE 000 De will give the toll restriction pattern which applies. Refer to Cmd 81

Now the danger is that if you change it here you could change a whole heap of codes as this is the restriction level for the pattern and more than one code could be directed to this pattern so you have to go back to Cmd 8a400(info) and change the setting for that dialed code. Problem is there may not be a route pattern number that is suitable for what you want and this would mean you have to create a new one with all the subsequent steps including some I have not referred to here for clarity the best bet would be to check another code you know is right and send your dialed code the same way.

Just a note :- In CMD 8a(info1) the 1 after the first DE means first choice you can step on to 2,3&4 for second third and fourth choices and you would have to update these as well if they exist

Hope this is not too confusing and is of help
 
it appears that someone has changed your 81 tables. So as to not undo what others have done use 1201>sta>22 for the station that you do not want to restrict.

 
Thats always assuming RSC 2 gives the level of access to other numbers that RSC 1 does Which I would seriously doubt.
 
The question was written as.

"I have several phones with restricted across the display
when I dial 1.
What CMD has this restriction enabled.
I saw CMD 1201 ext 201 with 11--this ext restricted
1201 ext 213 with 22--this ext not
W@here does the 1 come in??"

If 213 is unrestricted and 201 is restricted then the 81XX tables have been altered there is nothing in the default tables that restricts a 1 and allows a 2.
 
Agreed but this does not mean the usual tables have been altered 8101 to 8105 may well be normal but 1 could have been directed to any of the other (06 to 14) alterable tables
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top