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.

...

In this Case the Caller ID name “Julio Ramirez” and Caller ID number “+16145025075” will be sent to the trunk, this is a “per user configuration” and can be overridden by the trunk configuration or dialplan configuration.  Please see Method 2 Caller ID at trunk level, Method 4 - Caller ID at trunk level - Advanced, and Method 3 - Configure the Caller ID over in the DialplanDial plan.

Method 2 Caller ID at trunk level

...

Doing it this way will override any user-level caller id number and even any dial plan configuration related to caller id, Method 3 - Configure the Caller ID over in the Dial plan,   this can be useful if you are interested in only using one number regardless of who made the calls or if you only have 1 DID assigned by your carrier and want to guarantee you use the correct one no matter what the user configuration is.

...

...

To manipulate incoming caller id you will be doing it in the dial plan using Set applications as shown on on Method 3 - Configure the Caller ID over 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:

...

In the call details there will be (most probably) two flows, with your keyboard arrows select the INVITE  going to your carrier’s IP (the flow on the right). Once highlighted you should see the INVITE details on the right side of the screen.  In the previous image, the Caller ID in the “FROM” fields should match the Caller ID name and number set in the User “Full name” and “Office number”.  See Method 1 - Basic Caller ID configuration (User), or the Caller ID name and number set in the dial plan, see see Method 3 - Configure the Caller ID over in the Dial plan, or the Caller ID name and number set on the trunk, see Method 2 Caller ID at trunk level. Finally, if Caller ID was set to any of the special fields, Method 4 - Caller ID at trunk level - Advanced, you should see that special field on the INVITE (as shown in the previous picture).

...