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

ESA

Status
Not open for further replies.

TETech

IS-IT--Management
Feb 26, 2006
39
CA
In ESA when I send 9911 this is what gets sent to the co and fails. If I put in a SPN the osdn does not ring, is there a way to send 9911 from esa and have the first digit 9 strip ?

Thanks
 
As a note I see in the ESA programming that it refers to a route and not a RLI so how can you make it strip the extra 9 to sent to the PSTN if you cannot do a digit Mod on it ?
 
In LD 24 your ESDN should be 911 if you want callers to be able dial simply 911.

Now for callers to dial 9+911 do this:
LD 86
REQ new
CUST 0
FEAT dgt
DMI x -- any available DMI(you can't use DMI 0 for this)

> ld 86
REQ new
CUST 0
FEAT rlb
RLI y -- any available RLI number
ENTR 0
LTER yes
DMI x -- same new DMI as above

>ld 90
REQ new
CUST 0
FEAT net
TRAN ac1
TYPE spn
SPN 911
RLI y -- same RLI as created above

Now, if a caller dials 9+911 BARS will "local terminate" the call to simply 911. Since 911 is the ESDN you will get the Onsite Notification.
This is described clearly in the Emergency Services Access Description and Implementation Document 553-3001-313.
Look under the Feature Implementation heading.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top