Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Info

This guide describes how to set up a notification call to a management / frontdesk extension when someone dials emergency number (911 in our example).

For setting up notification call in case customer dials support number to report emergency situation, see the document Emergency Call Notification.

Created: December 2018

Permalink: https://confluence.wildix.com/x/wgDwAQ

Table of Contents

Emergency Call Notification - Use Case

...

Note

Note: Notification call is made through a call group to avoid having the call picked up by voicemail.


Note

Note: Notification call is made using TTS.  Therefore, at least one premium license is required on the system.


Warning

WARNING!

If you build this in your system to try it, please note that the last step of the users 911 dialplan is:

Dial the Trunk -> TrunkName -> Number 911

You will want to replace 911 here with a test number of your choice until such time as you decide to put this configuration into production.  Example; replace 911 with your cell phone number so that you call to your cell phone and NOT to the live emergency 911 service!

...