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!

Restrict extensions and use a code to dial out ? 1

Status
Not open for further replies.

Narinekevinpooran

Technical User
Jan 28, 2014
18
US
I would like to fully restrict extensions from making outgoing calls but outgoing calls can only be made by inputting a code. How can this be done ?

so no code internal calls only(fully restricted)
code to make external calls(unrestricted)
 
When i do a print there are existing auth codes in LD 88. I will post a prt of the auth codes.
 
Create in LD 49 an FCR which blocks all calls
CRNO 1 (= NCOS)
INIT DENY
ALOW 112 / 911 (depending what your emergency number is)

and one to allow all destinations
CRNO 2 (= NCOS)
INIT ALOW

Set all phones to the NCOS 1 & CLS TLD
REQ: CHG
TYPE: 1140 (e.g.)
TN: "you know this best"
CUST: 0
ECHG: YES
ITEM: CLS TLD
ITEM: NCOS 1
ITEM:

Create AUB in LD 88
CLAS COS TGAR NCOS
100 TLD 1 2

Create AUT code in LD 88
REQ prt
TYPE aut
CUST 0
SPWD
CODE 9990
CODE 9990 CLAS 100

You now have setup the phone to be restricted (TLD), listen to NCOS 1 (DENY ALL but 911/112).
When using the code 9990 the CLAS 100 (AUB)says: please call all telephone numbers allowed via NCOS 2 (ALOW ALL)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top