Hi Jeff,Unfortunately, you cannot accomplish that kind of login process. SSO is not supported right now. It is on the features list for the next major release, which is planned for the first half of 2015. In the current release, you must enter the pa...
Hi Jeff,you definitely need to enter your credentials somewhere. I have tried to get devices through node.js and I did it successfully. Here is my code, maybe it could help you:$.ajax({ url:'http://localhost:1789/phoneconfig/devices?ccmcip=x.x.x.x...
Hi all, “network timeout retry x” means that some kind of network level error occurred after request has been sent from the client. If after 3 retries request could not be sent, the server is considered unavailable and connection is closed.I'll try ...
Hi Jeff,You should not change cwic.js unless you are doing some experimentation on your own. You can put all code in sample.html or your own separate file.If I understand you right, you want to use node.js component to get the list of available devic...
Hi Jeff,As I could see from information that you have provided, the problem is most probably your 'null' in 'Password' input field.If you want to authenticate user and get the list of available devices for that user, you must enter password.When pass...