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="https://confluence.wildix.com/x/UwI8AQ" 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=20709971" 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 in detail each Dialplan application and provides practical examples and use cases.

Updated: August 2020September 2021

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

Table of Contents


Basic information on how Dialplan works: Dialplan: How does it work?

...

When enabled, a beep sound is played when any type of call intrusion (including silent intrusion) is started.

  • Add Set -> INTRUSION_NOTIFICATION -> yes 


...

When enabled, a call recording continues after it is transferred to another user:

  • Add Set -> RECORD_ON_CALLEE_SIDE -> true 

    Warning

    Current limitation: Direct RTP must be disabled. To disable it, edit the config file /etc/callweaver/sip-general-custom.conf and add direct_rtp=no parameter


Dialplan example:

...

Case 9 (WMS 5.03). Configuremissed calls notifications to be sent to Call Group notifications manager’s email:

  • Add Set -> CG_MANAGER_MAIL_NOTIFY -> yes before the Call group application:

More about the Call Group notifications manager feature: How to set up the Call Group notifications manager feature.

DTMF

Generate DTMF

Generates a DTMF tone.

...

Example of Users procedure configuration.

...

.

...