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

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

Revision as of 10:24, November 1, 2019

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

{{Article |Standalone=No |DisplayName=Gow to configure the Adapter |Platform=PureEngage |TocName=Adapter configuration |ComingSoon=No |Context=This section explains how to configure the Gplus Adapter. |Section=

Configure Microsoft Dynamics 365 CIF Solution

{{Section

|sectionHeading=Configure softphon_iwsconfigCIFWWE.js JavaScript file |Type=Unstructured |freetext=The following procedure explains how to configure the softphon_iwsconfigCIFWWE.js JavaScript file:

  1. Select the Web Resources Zip File (PureEngageCloudConnectorforCIF_9.0.zip).
  2. Open softphon_iwsconfigCIFWWE.js: