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

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

Revision as of 16:11, October 31, 2019

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

This section explains how to configure the Adapter.

Configure Microsoft Dynamics 365 CIF Solution

Configure softphon_iwsconfigCIFWWE.js JavaScript file