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="fb-like" data-href="htthttps://confluence.wildix.com/x/6ILIAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...

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=2991770629917928" 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

The feature is used to inform callers that their call is going to be recorded from now on and give the file ID at the end of the recording. It supports custom audio notifications upon call recording activation/ deactivation.

Created: November 2018

Permalink: https://confluence.wildix.com/x/6ILIAQ

Table of Contents

Dialplan configuration

Step 1. Create a separate Dialplan procedure

To add custom audio notifications informing on call recording, you need to create a new Dialplan procedure record_notify”.

...

Apply the following strings via Custom applications:

Start called number -> Custom application -> start:

  • Playback(Some notification about recording);

...

  •  - a specific audio file is played back to a caller when call recording is activated

stop:

  • Answer(); 
  • Wait(2); set a period of time to be waited before executing the next application
  • SayDigits(${RECID}); - a recording ID is pronounced digit by digit when call recording is deactivated
  • Hangup();   

Example of Dialplan configuration


Html
<div class="fb-like" data-href="httpsQhttps://confluence.wildix.com/x/6ILIAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...