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!

Seting up #311 like using 911

Status
Not open for further replies.

cweathe

Technical User
Nov 28, 2005
27
US
Need the ability to dial (9, 311) system wide just like dialing (9, 911) for emergencies.

I am on a Meridian 1 Option 81 C.

If anyone lives in Houston, they know that dialing 311 is an information line. Just need to set it up in the system so sets can use 311 with 911 too. If anyone requires anymore info..just let me know.
 
you need to add 311 as an spn or nxx in ld 90, prt a nxx to see which rli is used for local calls
Code:
REQ  prt
CUST 0
FEAT net
TRAN ac1
TYPE nxx

NXX  749

NXX  749
RLI  0
SDRR NONE
ITEI NONE

then add 311

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

NXX  311
NXX  311
RLI  0
SDRR NONE
ITEI NONE
that will send it out the locals, in dallas your using 10 digit dialing i think so you may want to use spn instead of nxx

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

Part and Inventory Search

Sponsor

Back
Top