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

How to change ANI output

Status
Not open for further replies.

rlong411

MIS
Aug 30, 2004
15
US
I need some help in changing my Output ANI from 7 digits to 10.
Does anyone know how I can accomplish this?
 
ld 21 - print CLID you want to change
Req: prt
type: CLID


LD 15 - chg CLID entry - remove in at prompt HNTN and enter info at HLCL
Req: Chg
Type: Net
Clid: yes
Entry: <-- enter the CLID entry to change
HNTN: X
HLCL: <-- enter area code and prefix
 
If you are dialing 7 digits, you will send 7 digit ANI. If you are dialing 10 digits, you send 10 digit ANI. to override this, you need to find the RLI that is being used, and add a DMI to the Route entry.

The DMI is not changing any digits, just the call type:

Code:
LD 86

REQ  NEW
CUST 0
TYPE DGT
DEL  0
INST 
CTYP NPA <<-------------This will force 10 digit ANI



--
Fletch
Visit the Nortel Technical Support Portal at:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top