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
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.
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..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.