Page 1 of 1
911 support
Posted: Mon Apr 27, 2009 3:50 pm
by irms
Part of our application offering is the ability to perform a transfer to 911. We've done testing with transferring to other numbers, and all of the code executes as we expect. Before we upload the live files, we need to know if there are any known issues transferring a call to 911 using the Plum Platform.
Thanks in advance.
Problem with IVR application transferring call to 911
Posted: Tue Apr 28, 2009 9:20 am
by support
Hi,
The problem with trying to implement this ability using IVR applications is due to how the way 911 works.
Since 911 is location specific, the carrier wouldn't know where to send the user's call since each local phone provider is responsible for routing the IVR call to the local 911 call center for the user's area.
Hope this information helps.
Regards,
Plum Support
Posted: Tue Apr 28, 2009 12:24 pm
by irms
Thanks for the reply.
Are we not able to send the calling ani along with the transfer? Or does the routing depend on the the location information higher up the tree?
Thanks again.
IVR code to transfer calls
Posted: Tue Apr 28, 2009 1:31 pm
by support
Hi,
This 911 call routing is dependent on our local phone carrier, who will send all 911 calls to the Somerville, MA police department. There is no way to alter this behavior as it's enforced by law and is statically configured by the local carrier at their switch, not from within our equipment.
However, as a possible alternative for what you want to implement, you can use IVR code to transfer phone calls to emergency call centers themselves by doing a lookup in your database based on the caller's ANI.
Regards,
Plum Support
Posted: Tue Apr 28, 2009 3:00 pm
by irms
Interesting. If you happen to have links for call center lookups, I would be very pleased to see them.
Thanks again.