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:
  
var params = {
+
<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>
 
 
context: this,
 
 
 
integrationType: "wwe",
 
 
 
layoutType: "widget",
 
 
 
stylePath: "/webresources/softphon_wwe_mainstyle.css",
 
 
 
instance: window.Softphone.InstanceURL,
 
 
 
layoutPath: "/webresources/softphon_wwe_mainui.html",
 
 
 
branding: window.Softphone.Logo,
 
 
 
plugins: [
 
 
 
{ path: "/webresources/softphon_wwe_mainui.js",
 
 
 
className: "mainui",
 
 
 
objectName: "mainui",
 
 
 
parameters: { "topView": "CommunicatorView"}
 
 
 
},
 
 
 
{ path: "/webresources/softphon_wwe_interactionbar.js",
 
 
 
className: "interactionbar",
 
 
 
objectName: "interactionbar",
 
 
 
parameters: { "TOOLTIP": { "voice": "callType,direction,call.state,call.phoneNumber"} }
 
 
 
}
 
 
 
]
 
 
 
};log.setLogLevel(enumloglevel.debug);
 
 
 
$(document).ready(function(){
 
 
 
iwscore.initCTI(params);
 
 
 
iwscore.enableCTI();
 
 
 
});
 
 
 
table
 
 
|Status=No
 
|Status=No
 
}}
 
}}
 
}}
 
}}

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