Hi All
We are implementing E911 on SIP. Outbound works fine but Inbound callback is not.
My preliminary testing is as follow in a non production environment.
IP-Network-Map (to map my OneX IP)
IP Address: 10.189.11.170 NR:65 Emerg Loc:145005 Ext:61230
Public Unknow (to send proper ELIN #)
ExtLen: 6 Ext Code:145005 Trk Grp: 40-41 CPN: 4166131138 Len: 10
ARS Analysis Loc 65
Dial St:11 Min:2 Max:2 RtePat:651 Call Type: Alrt
Dial St:911 Min:3 Max:3 RtePat:652 Call Type: Alrt
Route Pattern for Loc 65
Name: Insert 9 Rte Pat:651 TK Grp:40 Frl:0 Ins Dig:9
Name: 911 Rte Pat:652 TK Grp:40 Frl:0
Also in SMGR Dial Patterns for 11 and 911 are setup as Emergency Call and route the call to the SBCE.
Outbound test call from my OneX ext:61230 from home to 911 and 9 911 went to the proper Montreal PSAP and the 911 call taker got all the info i have entered in the PSALI database thru the telco portal.
As soon as i hang up, i use my cell to callback the 4168131138 and it should ring back to my ext:61230 for period of 10 min after the 911 call. But is goes to the Regular Auto Attendant instead of going to the 911 caller extension 61230.
I cant find the proper documentation for implementing the Inbound callback.
Anyone have ever implemented this?
Also i have a denied on my outbound CM trace of ext:61230 to 911
11:51:02 denial event 1252: E911 call-fwd denied D1=0x9a9a D2=0x2a7
Last info i was told by telco that my SBC needed a Sigma script so the 911 call is directed to proper PSAP. Without that script my 911 call are routed to a generic 911 call center that answer for all Canada (kind of basic 911 for sip).
--------------Sigma Scrip Below--------------------------------------------------
within session "INVITE"
{
act on request where %DIRECTION="OUTBOUND" and %ENTRY_POINT="POST_ROUTING"
{
if(%HEADERS["To"][1].URI.USER.regex_match("911")) then
{
append(%HEADERS["From"][1].URI,";user=phone");
append(%HEADERS["P-Asserted-Identity"][1].URI,";user=phone");
}
---------------------------------------------------------------------------------
I am open to all your suggestions.
Thanks
Daniel Audet
IT Technical Advisor Senior | Infrastructure, Evolution & Services|
Intact Financial Corporation
Montreal, Quebec, Canada
We are implementing E911 on SIP. Outbound works fine but Inbound callback is not.
My preliminary testing is as follow in a non production environment.
IP-Network-Map (to map my OneX IP)
IP Address: 10.189.11.170 NR:65 Emerg Loc:145005 Ext:61230
Public Unknow (to send proper ELIN #)
ExtLen: 6 Ext Code:145005 Trk Grp: 40-41 CPN: 4166131138 Len: 10
ARS Analysis Loc 65
Dial St:11 Min:2 Max:2 RtePat:651 Call Type: Alrt
Dial St:911 Min:3 Max:3 RtePat:652 Call Type: Alrt
Route Pattern for Loc 65
Name: Insert 9 Rte Pat:651 TK Grp:40 Frl:0 Ins Dig:9
Name: 911 Rte Pat:652 TK Grp:40 Frl:0
Also in SMGR Dial Patterns for 11 and 911 are setup as Emergency Call and route the call to the SBCE.
Outbound test call from my OneX ext:61230 from home to 911 and 9 911 went to the proper Montreal PSAP and the 911 call taker got all the info i have entered in the PSALI database thru the telco portal.
As soon as i hang up, i use my cell to callback the 4168131138 and it should ring back to my ext:61230 for period of 10 min after the 911 call. But is goes to the Regular Auto Attendant instead of going to the 911 caller extension 61230.
I cant find the proper documentation for implementing the Inbound callback.
Anyone have ever implemented this?
Also i have a denied on my outbound CM trace of ext:61230 to 911
11:51:02 denial event 1252: E911 call-fwd denied D1=0x9a9a D2=0x2a7
Last info i was told by telco that my SBC needed a Sigma script so the 911 call is directed to proper PSAP. Without that script my 911 call are routed to a generic 911 call center that answer for all Canada (kind of basic 911 for sip).
--------------Sigma Scrip Below--------------------------------------------------
within session "INVITE"
{
act on request where %DIRECTION="OUTBOUND" and %ENTRY_POINT="POST_ROUTING"
{
if(%HEADERS["To"][1].URI.USER.regex_match("911")) then
{
append(%HEADERS["From"][1].URI,";user=phone");
append(%HEADERS["P-Asserted-Identity"][1].URI,";user=phone");
}
---------------------------------------------------------------------------------
I am open to all your suggestions.
Thanks
Daniel Audet
IT Technical Advisor Senior | Infrastructure, Evolution & Services|
Intact Financial Corporation
Montreal, Quebec, Canada