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

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

Revision as of 10:21, 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