Difference between revisions of "Draft: GAMD/Current/Admin/Adapter configuration"

From Genesys Documentation
Jump to: navigation, search
Line 30: Line 30:
  
  
<pre class="mw_paragraph">code</pre>
+
<pre class="mw_paragraph">var params = {<br class="mw_emptyline">context: this,<br class="mw_emptyline">integrationType: "wwe",<br class="mw_emptyline">layoutType: "widget",<br class="mw_emptyline">stylePath: "/webresources/softphon_wwe_mainstyle.css",<br class="mw_emptyline">instance: window.Softphone.InstanceURL,<br class="mw_emptyline">layoutPath: "/webresources/softphon_wwe_mainui.html",<br class="mw_emptyline">branding: window.Softphone.Logo,<br class="mw_emptyline">plugins: [<br class="mw_emptyline">{ path: "/webresources/softphon_wwe_mainui.js",<br class="mw_emptyline">className: "mainui",<br class="mw_emptyline">objectName: "mainui",<br class="mw_emptyline">parameters: { "topView": "CommunicatorView"}<br class="mw_emptyline">},<br class="mw_emptyline">{ path: "/webresources/softphon_wwe_interactionbar.js",<br class="mw_emptyline">className: "interactionbar",<br class="mw_emptyline">objectName: "interactionbar",<br class="mw_emptyline">parameters: { "TOOLTIP": { "voice": "callType,direction,call.state,call.phoneNumber"} }<br class="mw_emptyline">}<br class="mw_emptyline">]<br class="mw_emptyline">};log.setLogLevel(enumloglevel.debug);<br class="mw_emptyline">$(document).ready(function(){<br class="mw_emptyline">iwscore.initCTI(params);<br class="mw_emptyline">iwscore.enableCTI();<br class="mw_emptyline">});<br class="mw_emptyline"></pre>
 
|Status=No
 
|Status=No
 
}}
 
}}
 
}}
 
}}

Revision as of 10:14, November 1, 2019

This is a draft page; it has not yet been published.

This section explains how to configure the Gplus Adapter.

Configure Microsoft Dynamics 365 CIF Solution

Configure softphon_iwsconfigCIFWWE.js JavaScript file