Difference between revisions of "Draft: GAMD/Current/Admin/Adapter configuration"

From Genesys Documentation
Jump to: navigation, search
Line 26: Line 26:
 
|sectionHeading=Configure softphon_iwsconfigCIFWWE.js JavaScript file
 
|sectionHeading=Configure softphon_iwsconfigCIFWWE.js JavaScript file
 
|Type=Unstructured
 
|Type=Unstructured
|freetext=text
+
|freetext={{Chgbar_open}}CHANGED_TEXT{{Chgbar_close}}
 
 
<br />{{NoteFormat|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();
 
});
 
}}
 
 
 
table
 
 
|Status=No
 
|Status=No
 
}}
 
}}
 
}}
 
}}

Revision as of 15:26, October 31, 2019

This is a draft page; it has not yet been published.

This section explains how to configure the Adapter.

<brdata-mce-bogus="1" />

Configure Microsoft Dynamics 365 CIF Solution

Configure softphon_iwsconfigCIFWWE.js JavaScript file