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!

Authorisation or Account code for out dialing

Status
Not open for further replies.

HVehari

Technical User
Sep 4, 2003
42
SA
Hi,

How to check and assign Authorisation or account codes to extensions
so unauthorize personal could not make out dialing. Any help?

With best regards,
HVehari
 
Authorisation Codes

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 &quot;CLAS&quot; 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
 
Charge (account) codes work differently than auth codes. They are verified for LENGTH as opposed to digits. That gets set up in your CDB (LD 21). This is used more for charging calls to different file #s, etc. For ex: in my office each attorney uses a fourteen digit charge/account code consisting of their 4-digit attorney number and a ten-digit client/matter number (which changes based on the client). Good luck!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top