Forum Discussion
Update TeamsEmergencyCallRoutingPolicy to avoid emergency call failures
msabat Depending what US state you are in, the configuration you posted (where you take 911 and normalize it to a +1XXXXXXXXXX number) could be very, very illegal. For most states in the US, 911 calls are NOT allowed to be redirected to an internal security/response team, unless that security/response team meets the same standards as the local 911 PSAP. Additionally, there are national E-911 laws beginning to take effect that will make your configuration illegal nationally as of March of 2021. 911 should be normalized to 911 only, and all voice routes for that must route the call to your local 911 PSAP or an E-911 emergency routing service that you are subscribed to. If you need alerting or for a security/response team to be conferenced in to the call, there are other - legal - ways of doing so through Emergency Calling Policies and an E-911 service.
That is setup only between Teams and Cisco CUCM.
On CUCM we replace that +1xxxxxxxxx to standard 911.
My question is do I have correct configuration right now.
Is my voice route pattern corect - ^((^\+?1414566912))?
Does Teams send 911 cals with + or not right now?
- rovert506May 13, 2020Iron Contributor
msabat My previous point remains: there should be no reason to perform translations like you're doing. The call should simply have a DNIS of 911 from the time it is normalized in Teams, to the DNIS on the Direct Routing invite, all the way to the invite to CUCM. Perhaps there's a Calling Search Space configuration that requires you do it this way, but there's not a single deployment I've been involved with that has mirrored this setup.
To your question on the normalization, no. If you want a voice route to catch numbers with, or without, a leading plus, it would look like this: ^(\+)?(911)$
- msabatMay 15, 2020Brass Contributor
Thank You.
I have one more question.
I setup Emergency Routing Policies and assigned them to Sites with subbnets.
So any user that cover correct subnet will use Emergency Routing Policy assigned to site.
But I also have to set couple users with Emergency Routing Policy. If these users move to site with setup Emergency Routing Policy will they use it?
Should I turn on "Dynamic emergency calling" in their Emergency Dialing Policy?