Forums
« Back to Reference applications

Jabber SDK Sample code test

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello, I ended up watching the "UC Enable your webpage in under 5 minutes video" - http://developer.cisco.com/web/jabber-developer/uc-enabel-your-webpage-under-5-minutes-video
I tried to retype the code used here and also referenced the code used during a Jabber SDK Hello World Demo for the Cisco User groups.  Unfortunately, I can't seem to get the code to work and not sure what the problem is.  I edit the code to provide my password and the CUCM IP address.  But not sure if I am even initiating a login.  I also don't see the "Make Call" button go active. Could you please let me know what I am doing wrong?  I have tried the sample.html included in the SDK and I am able to get that to work, but not my code.
Thanks in advance,
Arras V. Martin
Attachments:

Hi Arras,
Sorry for the delayed reply.
Did you configure a user, line and device in CUCM ? The device should be of type CSF (Cisco Unified Client Services Framework). Did you successfully install the Jabber SDK browser plugin ? In Firefox or Chrome, open a new tab and enter about:plugins in the address bar, the "Cisco Web Communicator" plugin should be listed.
Could you also retry after enabling the browser console to check for any error ? In Chrome, open Tools => Developer Tools => Console tab before clicking the Login button. In Firefox, you can use the built-in web console, or install the Firebug add-on.
Thanks, Thomas