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)

Created: December 2018

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

Emergency Call Notification - Use Case

A user on the system dials 911.  The The system informs someone of the fact that 911 was dialed so that this management or front desk person knows about the event and has information about where the caller is at (extension).  This This ensures that if/when emergency responders arrive, someone can ensure that they are taken to the correct location of the emergency.

...