Difference between revisions of "Draft: GAMD/Current/Admin/Adapter configuration"
From Genesys Documentation
Line 6: | Line 6: | ||
|ComingSoon=No | |ComingSoon=No | ||
|Context=This section explains how to configure the Adapter. | |Context=This section explains how to configure the Adapter. | ||
+ | |Prereq=<brdata-mce-bogus="1" /> | ||
|Section={{Section | |Section={{Section | ||
|sectionHeading=Configure Microsoft Dynamics 365 CIF Solution | |sectionHeading=Configure Microsoft Dynamics 365 CIF Solution | ||
Line 25: | Line 26: | ||
|sectionHeading=Configure softphon_iwsconfigCIFWWE.js JavaScript file | |sectionHeading=Configure softphon_iwsconfigCIFWWE.js JavaScript file | ||
|Type=Unstructured | |Type=Unstructured | ||
− | |freetext= | + | |freetext={{Editgrn_open}}var params = { |
− | + | 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(); | ||
+ | });{{Editgrn_close}} | ||
|Status=No | |Status=No | ||
}} | }} | ||
}} | }} |
Revision as of 15:23, October 31, 2019
This is a draft page; it has not yet been published.
Contents
This section explains how to configure the Adapter.
<brdata-mce-bogus="1" />