01-22-2014 08:59 AM
Hello all,
I am trying to get the Jabber SDK working using the Sample.html web page. The integration with Call Manager is fine, I can enter the user's ID, password and the CUCM server that I want to connect to which brings up a list of devices that is associated with this users, this works for either softphone and deskphones that are associated with the user. However, when I select the CSF Jabber softphone and click connect, I get the error: "Unable to login: Login Error eUnknownFailure". I have made sure I have changed the prefix within the cwic.js file to no avail.
I was wondering if anyone could suggest anything that could get this integration working, or if anyone had encountered this issue before and got it working?
Thanks,
James.
Solved! Go to Solution.
01-22-2014 09:27 AM
James,
It could be the problem of DNS resolution. Can you check your softphone.log, can be located under
Search for "<processNodeName>" to find out your CUCM's hostname.
ex: <processNodeName>your_cucm_hostname</processNodeName>
Then, try to ping the hostname from your machine to see if the name can be resolved. If not, then you need to add this hostname into your local hosts file under C:\Windows\System32\drivers\etc\hosts
Add a ip/hostname pair to it. ex: 1.1.1.1 cucm_hostname
This should solve your problem.
If this is not the case, please share your softphone.log here, we can do more analysis to find out why.
Howard
01-22-2014 09:27 AM
James,
It could be the problem of DNS resolution. Can you check your softphone.log, can be located under
Search for "<processNodeName>" to find out your CUCM's hostname.
ex: <processNodeName>your_cucm_hostname</processNodeName>
Then, try to ping the hostname from your machine to see if the name can be resolved. If not, then you need to add this hostname into your local hosts file under C:\Windows\System32\drivers\etc\hosts
Add a ip/hostname pair to it. ex: 1.1.1.1 cucm_hostname
This should solve your problem.
If this is not the case, please share your softphone.log here, we can do more analysis to find out why.
Howard
01-22-2014 11:01 AM
Thank you Howard, that did just the trick. Tested a phone call and it works from the web client. Many thanks for your help!
04-03-2014 09:47 PM
04-07-2014 09:20 AM
What version of plugin are you using on Win8? The official support for Win8 is only available on the latest release 3.0.6
Could you please start a new post with your softphone.log if the latest version is still facing the same problem.
Regards,
Howard
04-07-2014 10:42 AM
04-07-2014 10:52 AM
Peeking around the foreground window, it looks like the plugin version being loaded is MR6, but the cwic version is an old one - MR2. Can you try with the latest version of the cwic/javascript portion of the code?
Note, one of the recent changes to the SDK+plugin, is that apps must specifically indicate if they do _not_ want certificate verification against UCM when logging in (see the 'validate cert' checkbox in the sample.html in the latest SDK.)
04-07-2014 11:42 AM
I'm not sure. How to download cwic latest version ?
Please provide link or URL for download. Thank you.
04-07-2014 11:50 AM
04-07-2014 08:50 PM
Thank you very much.
I think that link have a problem. It display as picture.
04-08-2014 01:21 PM
That seems like a SSO connection problem. Maybe caused due to network problem. Could you please try again.
Thanks,
Howard
04-08-2014 11:05 PM
I try to download again today but still have the problem on that link.
If you have source file, Please upload files to me.
Thank you.
04-09-2014 09:48 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide