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=# Select the Web Resources Zip File (PureEngageCloudConnectorforCIF_9.0.zip).
 
# Open softphon_iwsconfigCIFWWE.js:
 
 
<pre><br><br>var params = {<br /> context: this,<br /> integrationType: "wwe",<br /> layoutType: "widget",<br /> stylePath: "/webresources/softphon_wwe_mainstyle.css",<br /> instance: window.Softphone.InstanceURL,<br /> layoutPath: "/webresources/softphon_wwe_mainui.html",<br /> branding: window.Softphone.Logo,<br /> plugins: [<br /> { path: "/webresources/softphon_wwe_mainui.js",<br /> className: "mainui",<br /> objectName: "mainui",<br /> parameters: { "topView": "CommunicatorView"}<br /> },<br /> { path: "/webresources/softphon_wwe_interactionbar.js",<br /> className: "interactionbar",<br /> objectName: "interactionbar",<br /> parameters: { "TOOLTIP": { "voice": "callType,direction,call.state,call.phoneNumber"} }<br /> }<br /> ]<br /> };log.setLogLevel(enumloglevel.debug);<br /> $(document).ready(function(){<br /> iwscore.initCTI(params);<br /> iwscore.enableCTI();<br /> });<br></pre>
 
 
 
{{{!}} class="wikitable" style="width: 1093px;" data-mce-style="width: 1093px;"
 
{{!}}-
 
{{!}} style="width: 104px;" data-mce-style="width: 104px;"{{!}}'''Key'''
 
{{!}} style="width: 553px;" data-mce-style="width: 553px;"{{!}}'''Value'''
 
{{!}} style="width: 397px;" data-mce-style="width: 397px;"{{!}}'''Description'''
 
{{!}}-
 
{{!}} style="width: 104px;" data-mce-style="width: 104px;"{{!}}branding
 
{{!}} style="width: 553px;" data-mce-style="width: 553px;"{{!}}default: window.Softphone.Logo
 
 
 
possible value: any valid logo in the web resources (e.g. "/webresources/softphon_microsoft.png")
 
 
 
{{!}} style="width: 397px;" data-mce-style="width: 397px;"{{!}}default: logo is retrieved from CIF configuration
 
 
 
possible value: the path where the file name is stored
 
 
 
{{!}}-
 
{{!}} style="width: 104px;" data-mce-style="width: 104px;"{{!}}topView
 
{{!}} style="width: 553px;" data-mce-style="width: 553px;"{{!}}default: CommunicatorView
 
 
 
possible value: CommunicatorView, PerformanceTrackerView
 
 
 
{{!}} style="width: 397px;" data-mce-style="width: 397px;"{{!}}possibility to visualize menu buttons outside the drop-down menu
 
{{!}}}
 
 
|Status=No
 
|Status=No
 
}}
 
}}
 
}}
 
}}

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