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

...

  • Set -> ORIGINATE_VARIABLES -> QUEUENAME=Notification,QUEUEPOSITION=1,MYVAR=${CALLERID(num)}
  • Set -> ORIGINATE_TIMEOUT -> 3600
  • Set -> ORIGINATE_PRIORITY -> 1
  • Set -> ORIGINATE_EXTEN -> 765
  • Set -> ORIGINATE_CONTEXT -> internalcalls
  • Set -> ORIGINATE_CALLERID -> ${CALLERID(num)}
  • Set -> ORIGINSTEORIGINATE_CHANNEL -> Local/777@internalcalls/n
  • Set -> ORIGINATE_ASYNC -> true
  • Custom application -> Originate()
  • Dial the trunk

...