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>

...

Html
 <div class="lang-box-pdf">
	<div>
		<div class="google-lang">
			<div id="google_translate_element">
			</div>
			<script type="text/javascript">
					function googleTranslateElementInit() {
						new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'de,es,fr,it,nl', autoDisplay: false}, 'google_translate_element');
						}
			</script>
			<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
		</div>
		
		<div class="pdf-button">
			<a href="https://confluence.wildix.com/spaces/flyingpdf/pdfpageexport.action?pageId=34144413" alt="Convert to .pdf" title="Convert to .pdf"><img src="https://confluence.wildix.com/download/attachments/14549012/pdf-button-download-wildix-documentation.png"></a>
		</div>
	</div>
</div>


Info

This guide explains how to set up a notification call to management / administration when a customer dials support number to report an emergency situation

Created: January 2019

Permalink:

Table of Contents

Use Case

...

  • Option 1) Leaves a regular voicemail to be processed in normal hours
  • Option 2) Leaves an “emergency” voicemail.  In In this case the system will generate a call to a group of people that are supposed to be notified (e.g. out of hours support team).  This This notification call will inform the notified party that someone is leaving an “emergency” voicemail. The message could contain caller’s number and instructions on how to retrieve the voicemail.

...

  1. Recognize option 2 was selected in the IVR

  2. Use custom apps to originate a notification call.  This This is a new call with no originating party on the other end.  InsteadInstead, this new call will be sent to the party(s) to be notified and then connected to a TTS message or recorded announcement once answered.

  3. Continue routing of actual call (i.e. route it to voicemail)

...

This could be a DID in the inbound “main” dialplan


Step 3. Setup dialplan entries for the IVR options  901

...

and 902 entries in users dialplan.

Below are applications used in the corresponding order:

...

This is the announcement that management extension will get when answering  the the call.


Note

Note:  ${MYVAR} is a variable that contains the calling extension (set in the 902 dialplan entry in the Set -> ORIGINATE_VARIABLES).

...

Note

Note: Text other than ${MYVAR} can be changed to meet your needs.

Step 8.  Create 778 entry in users dialplan.

It will route the notification call to a call group. Add extensions you want to be notified to the call group. Don’t specify a timeout if you want it to ring until someone answers.

...

As a result of someone calling the support number and selecting an emergency IVR option, their call will be processed as usually and routed to voicemail.  In ADDITION In addition to that, the PBX (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 what number called support with an emergency and giving instructions on how to retrieve it.

...