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

Nortel Auth Codes 3

Status
Not open for further replies.

jebloome

Technical User
Jan 31, 2005
130
US
How do I set up a phone to be forced to use an authcode on all outbound calls?
 
In the phone put.

cls fr2 (allowed to originate and receive internals calls.
denied access to Tie and CCSA networks and the
exchange network)

Also, you can use NCOS and TGAR for restricction
 
This feature gives the user the ability to take their 'personal telephone restrictions ' (or allowances) to any telephone on their system. This would be used to allow a higher level of access from an extension that is normally barred.

To use the feature; A flexible feature code must be dialled (normally *21 as default), the user then dials their 'personal Authorisation code', dial tone is returned and the user can use the telephone as normal. The access level is limited to that of the NCOS, TGAR and CLS programmed against the personal code.

Implementation is in two parts.

· Defining the level of access - Type AUB
· Defining the 'personal code' - Type AUT

LD 88


REQ NEW
TYPE AUB Authcode Data Block
CUST XX Customer number
ALEN 4 Length of Authorisation code 1 - 14 digits
ACDR YES/NO Activate CDR for Authorisation codes
RANR 0-511/ X Route for recorded announcement, X = No RAN route
ACLE No Authorization Code Conditionally Last Enhancement
BRST 0-(10) Number of initial bursts of tone to be given
CLAS 0 - 15 Program CLAS Number
COS aaa Class of service for this CLAS
TGAR XX Trunk Group Access Restriction for this CLASS
NCOS XX Network Class of Service for this CLASS
CLAS <CR> Next CLAS you may wish to set up <cr> = carriage return
AUTO YES/NO Automatically Generate Authorisation codes


LD 88


REQ NEW Enter a new personal code - CHG to modify an existing code to CLAS level
TYPE AUT Authorisation codes entries data block
CUST xx Customer number
CODE xxxx The personal code
SARC NO Is this code for Schedule Access Restriction feature? - Default = NO
CLAS 0 - 15 The level of access (CLAS) of this code


To print existing data:

REQ PRT
TYPE AUB
CUST xx

You will then be given a printout like this

CLAS COS TGAR NCOS CLAS COS TGAR NCOS CLAS COS TGAR NCOS

000 TLD 01 03 001 UNR 01 00 002 TLD 01 07

003 UNR 00 00 004 UNR 00 00 005 UNR 00 00

006 UNR 00 00 007 UNR 00 00 007 UNR 00 00

111 UNR 00 00 112 UNR 00 00 113 UNR 00 00

114 UNR 00 00 115 UNR 00 00

REQ PRT
TYPE AUT
CUST xx
CODE <cr>

You are then given a printout like this

CODE 4567 CLAS 001
CODe 8754 CLAS 001
CODE 2185 CLAS 002


When a user dials their Authorisation code the meridian looks up the "CLAS" allocated in the AUT Block to this number and then checks the COS (or CLS of TLD, UNR, FRE etc), the TGAR & NCOS allocated on the AUB Block. It then assigns this level of service for the duration of the call.


Colin
 
ld 88 build a aub block, that builds a class for your codes,
i have class 1, that changes your nos to a 4, allowing 411, class 2 changes your ncos to a 5 allowing ld..you cas change ncos and/or tgar...

then build a aut block, auto or manually create numbers to use as codes.. the length is defined in the aub

ld 86
that done you need go the rlb/rli you want to force the auth code on.. in those rlb's you'll need to add a mfrl, the highest ncos that will be prompted for the auth code..

example... my phone is ncos 2, mfrl in rlb is a 2, my ld numbers are pointed to that rlb, the frl is 4... i dial 1803, + 7 digits i am prompted for and auth code, because my ncos is covered in the mfrl prompt.. i enter 6 digits, if those digits match an entry in the aut block, and the aub block agrees that the entry is a class 2 it changes my ncos to a 4 for the duration of that call...

simple, but a few steps to turn it on.. if you add the mfrl prompt before users have codes, you'll get a lot of calls..

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

Part and Inventory Search

Sponsor

Back
Top