Difference between revisions of "Draft: GAMD/Current/Admin/Adapter configuration"
From Genesys Documentation
Line 30: | Line 30: | ||
− | <pre class="mw_paragraph">var params = {<br class=" | + | <pre class="mw_paragraph">var params = {<br class="mw_emptyline_first"><br />context: this,<br class="mw_emptyline_first"><br />integrationType: "wwe",<br class="mw_emptyline_first"><br />layoutType: "widget",<br class="mw_emptyline_first"><br />stylePath: "/webresources/softphon_wwe_mainstyle.css",<br class="mw_emptyline_first"><br />instance: window.Softphone.InstanceURL,<br class="mw_emptyline_first"><br />layoutPath: "/webresources/softphon_wwe_mainui.html",<br class="mw_emptyline_first"><br />branding: window.Softphone.Logo,<br class="mw_emptyline_first"><br />plugins: [<br class="mw_emptyline_first"><br />{ path: "/webresources/softphon_wwe_mainui.js",<br class="mw_emptyline_first"><br />className: "mainui",<br class="mw_emptyline_first"><br />objectName: "mainui",<br class="mw_emptyline_first"><br />parameters: { "topView": "CommunicatorView"}<br class="mw_emptyline_first"><br />},<br class="mw_emptyline_first"><br />{ path: "/webresources/softphon_wwe_interactionbar.js",<br class="mw_emptyline_first"><br />className: "interactionbar",<br class="mw_emptyline_first"><br />objectName: "interactionbar",<br class="mw_emptyline_first"><br />parameters: { "TOOLTIP": { "voice": "callType,direction,call.state,call.phoneNumber"} }<br class="mw_emptyline_first"><br />}<br class="mw_emptyline_first"><br />]<br class="mw_emptyline_first"><br />};log.setLogLevel(enumloglevel.debug);<br class="mw_emptyline_first"><br />$(document).ready(function(){<br class="mw_emptyline_first"><br />iwscore.initCTI(params);<br class="mw_emptyline_first"><br />iwscore.enableCTI();<br class="mw_emptyline_first"><br />});<br class="mw_emptyline_first"><br /></pre> |
|Status=No | |Status=No | ||
}} | }} | ||
}} | }} |
Revision as of 10:17, November 1, 2019
This is a draft page; it has not yet been published.
Contents
This section explains how to configure the Gplus Adapter.