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

...

Add extensions you want to be notified to the call group ("Notification" call group in our example). Don’t specify a timeout if you want it to ring until someone answers.


  • Call group -> "Notification".

Note

Note: you can replace this call group application with any treatment that you would like of course. Example, : if you would rather ring an external number you could use a "Dial the Trunk" application. However, in our example, it makes the most sense to put the call in call group forever so that it will call users of the call group until someone ultimately answers and is informed of the 911 call.

...

As a result of someone calling the emergency number (911), their call will be processed as usuallyusual.  In In ADDITION to routing the 911 call to a trunk, the PBX engine (Callweaver) will generate a separate call leg and ring the “Notification” call group until someone picks up the call. Once someone answers this call out of the call group they will hear a TTS message saying which extension called the emergency.

...