Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



...

Html

...

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

Wildix integrates phone calls to Infusionsoft. You can import your Infusionsoft contacts to Wildix PBX and set up automatic routing of calls to contact owners. Consult the Document for details.

Integration with Infusionsoft: https://www.wildix.com/infusionsoft/

Chrome Extension "Wildix integration to Infusionsoft": https://goo.gl/Z5YnMZ

This document explains how to assign contacts to account managers to automatically route calls to assigned owners.

Created: January 2019

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

Table of Contents

Step 1. Import of Infusionsoft contacts

...

Assign contacts to account managers

Note

Note: For detailed information about contacts import, please consult Import of Contacts and Users Guide.

...


Note

Import of contacts from Infusionsoft: if the contacts imported from Infusionsoft have "Owner" (specified in Infusionsoft) and owner's email address is present both in Infusionsoft and local LDAP, then the owner is automatically assigned to the imported contacts in Collaboration.

...

Warning

Important: During the import, a contact owner is looked up via the email address. Make sure the email address is present both in Infusionsoft and local LDAP. 

...

 


For each contact you can assign an account manager:

  1. Go to Collaboration → Phonebook
  2. Select the phonebook and click Edit
  3. Select the contact in Contact owner field

Automatically route calls from known callers to account managers 

To configure automatic routing of calls, you need to set up the Dialplan to perform a lookup (Lookupphonebook) using the function MYVAR=${LOOKUPPHONEBOOK(valuetolookup, fieldswelookup, fieldwewant)}). The function searches for a specified parameter of a contact and, according to results, routes a call to its owner.

...

  1. Set -> OWNER -> ${LOOKUPPHONEBOOK(${CALLERID(num)} , 'office,home,mobile', 'owner_id')} - looks up for owner ID
  2. Set -> INFUSIONSOFT -> ${LOOKUPPHONEBOOK(${OWNER}, 'source_id', 'extension')} - looks up for a contact owner according to the found ID (PBX user) in shared phonebooks (in this case we indicate that the source is Infusionsoft, but you can use your own source)
  3. Jump to if -> "${INFUSIONSOFT}"!="" -> Procedure with a modified number ${INFUSIONSOFT} - if the previous execution is successful, routes a call to a contact owner
  4. Call group - the application is executed in case no contact owner is found

...