|
|
Line 29: |
Line 29: |
| # Open softphon_iwsconfigCIFWWE.js: | | # Open softphon_iwsconfigCIFWWE.js: |
| | | |
− | | + | var params = { |
− | <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>
| + | 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(); |
| + | }); |
| |Status=No | | |Status=No |
| }} | | }} |
| }} | | }} |
This is a draft page; it has not yet been published.