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

Nortel 61C - sending 911 to external number

Status
Not open for further replies.

31FTech

Technical User
Oct 20, 2009
4
US
I have a Nortel 61C and need some help in digit manipulation. I need to strip 911 and send it to an external number 4314619. Thanks, Chris
 
You have to be careful when you mess with 911, you can be setting your company up for a lawsuit when someone has a heart attack, someone dials 911 and when it doesnt go to a 911 dispatcher it can get ugly!

JohnThePhoneGuy

"If I can't fix it, it's not broke!
 
ld 86, to build a new dgt

Code:
REQ  new
CUST 0
DMI  36
DEL  3
ISPN
INST 4314619
return


still in 86 to build a new rlb


Code:
REQ  new
CUST 0
FEAT rlb
RLI  36
ENTR 0
LTER
[COLOR=red]ROUT x[/color]
TOD
CNV
EXP
FRL  0
DMI  36

point it to your local route data block


then go to 90, print your spn 911

Code:
REQ  prt
CUST 0
FEAT net
TRAN ac1
TYPE spn

SPN  911

SPN  911
FLEN 0
INPL NO
CLTP NONE
[COLOR=blue]RLI  0[/color]
SDRR NONE
ITEI NONE

mine points to rli 0, do a change to point it to your new rlb, and test

i used rlb/dgt 20 becaus they were vacant in my switch.

john poole
bellsouth business
columbia,sc
 
Thanks for everyones help. The number I provided is to the emergency call center at my military base in Afghanistan so a lawsuit is not an issue. Thanks again.
 
31FTech,

Good luck over there! Keep your head down and your eye and ears open.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top