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=55181454" 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 document explains how to set Caller ID (caller name and/ or caller number)

Created: August 2019

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

Table of Contents

Caller ID allows the person being called to see the number and/or the name of the person calling them, when they have the correct equipment to receive the Caller ID information. Also, it is important to keep in mind that ultimately it is the carrier who is in control of the Caller Id name and number, see Carrier considerations.

...

 You can replace any of these variables, only if strictly needed.  Just remember to preserve the whole structure. Examples:

...

To manipulate incoming caller id you will be doing it in the dial plan using Set applications as shown on Method 3 - Configure the Caller ID in the Dial plan.

. In your incoming dial plan (main by default), you can use Set “Caller name” to manipulate the incoming caller id name:

...

Both Set “Caller name” and “Caller number” can be used right after each other if needed.

Knowing the right  right variables you can further manipulate the caller id name/number, for instance. Sometimes besides knowing the source number of the call (incoming caller id number) your users also need to know what number was dialed to reach your wildix system (your DID).  Here is an easy way to achieve this:

...