Difference between revisions of "Draft: GAMD/Current/Admin/Adapter configuration"
From Genesys Documentation
Line 29: | Line 29: | ||
# Open softphon_iwsconfigCIFWWE.js: | # Open softphon_iwsconfigCIFWWE.js: | ||
− | <pre class="mw_paragraph | + | |
+ | <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.
Contents
This section explains how to configure the Gplus Adapter.