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

From Genesys Documentation
Jump to: navigation, search
Line 30: Line 30:
  
 
var params = {
 
var params = {
 +
 
context: this,
 
context: this,
 +
 
integrationType: "wwe",
 
integrationType: "wwe",
 +
 
layoutType: "widget",
 
layoutType: "widget",
 +
 
stylePath: "/webresources/softphon_wwe_mainstyle.css",
 
stylePath: "/webresources/softphon_wwe_mainstyle.css",
 +
 
instance: window.Softphone.InstanceURL,
 
instance: window.Softphone.InstanceURL,
 +
 
layoutPath: "/webresources/softphon_wwe_mainui.html",
 
layoutPath: "/webresources/softphon_wwe_mainui.html",
 +
 
branding: window.Softphone.Logo,
 
branding: window.Softphone.Logo,
 +
 
plugins: [
 
plugins: [
 +
 
{ path: "/webresources/softphon_wwe_mainui.js",
 
{ path: "/webresources/softphon_wwe_mainui.js",
 +
 
className: "mainui",
 
className: "mainui",
 +
 
objectName: "mainui",
 
objectName: "mainui",
 +
 
parameters: { "topView": "CommunicatorView"}
 
parameters: { "topView": "CommunicatorView"}
 +
 
},
 
},
 +
 
{ path: "/webresources/softphon_wwe_interactionbar.js",
 
{ path: "/webresources/softphon_wwe_interactionbar.js",
 +
 
className: "interactionbar",
 
className: "interactionbar",
 +
 
objectName: "interactionbar",
 
objectName: "interactionbar",
 +
 
parameters: { "TOOLTIP": { "voice": "callType,direction,call.state,call.phoneNumber"} }
 
parameters: { "TOOLTIP": { "voice": "callType,direction,call.state,call.phoneNumber"} }
 +
 
}
 
}
 +
 
]
 
]
 +
 
};log.setLogLevel(enumloglevel.debug);
 
};log.setLogLevel(enumloglevel.debug);
 +
 
$(document).ready(function(){
 
$(document).ready(function(){
 +
 
iwscore.initCTI(params);
 
iwscore.initCTI(params);
 +
 
iwscore.enableCTI();
 
iwscore.enableCTI();
 +
 
});
 
});
 
|Status=No
 
|Status=No
 
}}
 
}}
 
}}
 
}}

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