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

Authorization Codes 1

Status
Not open for further replies.

lynmar

Technical User
May 27, 2003
211
US
I need to change the Auth code digit length, what load is that in? Also, any best way suggestions to set up new auth codes? I am going to give them 7 digit lenghts or maybe 6.
 
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


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
 
Wow thanks!! Do I have to delete what's in their now if I am using 9 digits?
 
I think you need to delete all the codes first. This will cause you problems for your users unless you do it OOH. My suggestion is that you move the Auth code to the CDRC ( Charge feature) that way the users can still the codes but by digit length only - make sure you have this set up in LD 15 TYPE CDR. Then you can delete the Auth codes during the day while the users still enter in the codes via the Charge code feature and then move the feature code back to the Auth. The only other thing is that do you use Call Logging ? if so check that when you start to use the Charge codes that the call logger is set up to receive them also if you send the call logging report to a billing platform them make sure that the Charge column is accept by the billing platform

Wayne
 
remember charge codes are not mandatory, just do a delete and regenerate new ones, either use the old ones and a script file or auto gen new ones and redistrubute.

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

Part and Inventory Search

Sponsor

Back
Top