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>

...

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

Created: January 2019

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

...

For example: OWNER -> ${Lookupphonebook(CALLER_NUMBER, 'office, mobile', 'owner_id')} 

Notewarning

Important: the search is performed only in shared phonebooks!


Warningnote

Limitation: The function can only be executed via "Set" Dialplan application and cannot be a part of larger expression.


Here you can find the example of Dialplan configuration:

  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 (PBX user) in shared phonebooks
  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

...