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

Block outgoing calls on Option 11 1

Status
Not open for further replies.

lyonmt

IS-IT--Management
May 18, 2001
83
0
0
Hello,

I would like to block outgoing calls from a particular extension. I have limited programming knowledge with this system (i.e. change name, enable phone, print config, etc.). If someone could could give me the comands (A-Z) I would really appreciate it!
 

The seven Class of Service types are:-
UNR - Unrestricted The extension user can dial anywhere they want - literally without restriction.
FRE - Fully Restricted No exchange line access. The extension user can make internal calls, can use privately wired (Tie) lines, however they can have calls using exchange lines transferred to them from another extension user.
FR1 - Fully Restricted 1 Same as FRE, but calls using exchange lines cannot be transferred to them.
FR2 - Fully Restricted 2 This restricts the extension to internal calls only.
SRE - Semi-restricted Allowed outgoing external calls via the attendant console only. Can receive external incoming calls.
TLD - Toll Denied Allowed outgoing calls to certain destinations only. The Meridian 1 monitors the digits that are dialled to determine if the call is to be allowed. This process is called New Flexible Code Restriction.
CTD - Conditionally Toll Like TLD, CTD checks the digits dialled, however CTD Denied only applies when a PSTN route is chosen as an alternative to a private network call.
FIRST FIND THE TN OF THE SET
LD 20
REQ=PRT
TYPE= DNB
DN XXXX ( EXTNESION NUMBER )
THIS WILL PRINT THE TN

E.G. to add FRE to a set

LD 10 ( for analog) or LD 11 ( for digital)
REQ CHG
TYPE 500 OR 2616
CUST 0
TN X X X X
ECHG YES
ITEM CLS FRE
ENTER TILL REQ
REQ END


Colin
 
that will work perfect unless your switch has been modified to allow fre to make certain calls, another way that usually works is the same commands plus ncos 0

john poole
bellsouth business
columbia,sc
 
Colin, You da man!

Thank you for a straight forward, textbook answer. It worked perfectly!


 
How would I do the opposite? I have another phone that I need to open up to incoming calls.
 
the phone almost never blocks incoming calls, if your did, you may have a block in load 49, prt idc return.. normal to translate inbound did their.. to make a change ld 49 chg idc dcno x (usually 1) then the station number aaa then next line is the old (blocking) translation, to unblock make it aaaa the same output dn as the input dn... if you don't have an idc prt the station and post it

john poole
bellsouth business
columbia,sc
 
Hi John,

I'm not a programmer, so let me know if this is correct:

ld 49 <return>
chg idc dcno 1 <return>
7002 aaa <return>
7002 aaaa <return>
 
yes that is the correct add of a new # to the idc table, if the table is ref'ed in your did route, you'll block did to that ext.. i send calls to a vacant number ran.

john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top