Author Message
Rohini_deprecated
Joined: Jan 31, 2017
Messages: 5
Offline
I have taken Javascript CSDK zip from:
"AvayaClientSDK_Javascript-3.0.0.0-build30 => CommunicationPackage =>sample => CommunicationSampleApp"

I am suffering through following two problem:

(1) Css and js files are missing from 'ext/' folder which are included in index.html

(2) Network error occurred. Status: 400001 on login:
-- Here I have replaced missing ext/ folder files (css & js) by cdn paths as a temporary solution to first problem.
-- I can see login panel when I opens index.html in browser.
-- I put all credentials of login form on call tab, can click on login button. Logout button remains unclickable.
-- After login action I observes following error on browser console.
"Starting 4 services.
Network error occurred. Status: 400001
CSGPresenceProvider: Network is unavailable"



Can anyone please help me out to make this sample work locally.

Thank you
- rohini
Rumata
Joined: Dec 20, 2016
Messages: 133
Offline
Hi Rohini
Thank you for your question.

1) It's expected behavior.
For ClientSDK 3.0.0.1 you only need download bootstrap-toggle v2.2.0 by yourself. See
http://www.devconnectprogram.com/site/global/products_resources/avaya_client_sdk/programming_docs/current/javascript/communication/tech/config_sample_app.gsp

For ClientSDK 3.0.0.0 you need download following libraries to ext directory:
bootstrap-toggle.js v2.2.0
HTML5 Shiv v3.7.0
jQuery UI v1.10.4
timer.jquery v0.6.3

Use following links:
https://github.com/minhur/bootstrap-toggle/archive/2.2.0.zip
https://github.com/aFarkas/html5shiv/archive/3.7.0.zip
https://jqueryui.com/resources/download/jquery-ui-1.10.4.zip
https://github.com/walmik/timer.jquery/archive/v0.6.3.zip

2) Can you try login with firewall turned off? Please provide full browser console log. Our technical team will investigate.
Go to:   
Mobile view