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">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>
+
|freetext=<pre class="mw_paragraph">var params = {<br data-attributes="class=%22mw_emptyline%22">context: this,<br data-attributes="class=%22mw_emptyline%22">integrationType: "wwe",<br data-attributes="class=%22mw_emptyline%22">layoutType: "widget",<br data-attributes="class=%22mw_emptyline%22">stylePath: "/webresources/softphon_wwe_mainstyle.css",<br data-attributes="class=%22mw_emptyline%22">instance: window.Softphone.InstanceURL,<br data-attributes="class=%22mw_emptyline%22">layoutPath: "/webresources/softphon_wwe_mainui.html",<br data-attributes="class=%22mw_emptyline%22">branding: window.Softphone.Logo,<br data-attributes="class=%22mw_emptyline%22">plugins: [<br data-attributes="class=%22mw_emptyline%22">{ path: "/webresources/softphon_wwe_mainui.js",<br data-attributes="class=%22mw_emptyline%22">className: "mainui",<br data-attributes="class=%22mw_emptyline%22">objectName: "mainui",<br data-attributes="class=%22mw_emptyline%22">parameters: { "topView": "CommunicatorView"}<br data-attributes="class=%22mw_emptyline%22">},<br data-attributes="class=%22mw_emptyline%22">{ path: "/webresources/softphon_wwe_interactionbar.js",<br data-attributes="class=%22mw_emptyline%22">className: "interactionbar",<br data-attributes="class=%22mw_emptyline%22">objectName: "interactionbar",<br data-attributes="class=%22mw_emptyline%22">parameters: { "TOOLTIP": { "voice": "callType,direction,call.state,call.phoneNumber"} }<br data-attributes="class=%22mw_emptyline%22">}<br data-attributes="class=%22mw_emptyline%22">]<br data-attributes="class=%22mw_emptyline%22">};log.setLogLevel(enumloglevel.debug);<br data-attributes="class=%22mw_emptyline%22">$(document).ready(function(){<br data-attributes="class=%22mw_emptyline%22">iwscore.initCTI(params);<br data-attributes="class=%22mw_emptyline%22">iwscore.enableCTI();<br data-attributes="class=%22mw_emptyline%22">});<br data-attributes="class=%22mw_emptyline%22"></pre>
 
|Status=No
 
|Status=No
 
}}
 
}}
 
}}
 
}}

Revision as of 16:05, 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