Forums
Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi 
I need to run demo in place where is no CUCM server.
Can I make up communication manager using node.js only to connect SDKs in SoftPhone mode?
 

RE: CUCM Demo
Answer
10/2/12 12:50 PM as a reply to Vlad Titov.
Hi Vlad,
Sorry for the delayed reply. You can request access to the Jabber shared sandbox which provides a hosted CUCM if this is the kind of setup required for your demo ?
http://developer.cisco.com/web/jabber-developer/testing/overview
Interesting you mention node.js, the Jabber SDK comes with an "optional" server-side node-based component, which integrates with an LDAP directory for example.
http://developer.cisco.com/web/jabber-developer/install-the-node-component
Just curious, do you use node.js in your project ?
Cheers, Thomas

RE: CUCM Demo
Answer
10/2/12 2:49 PM as a reply to Thomas Vanier.
Hi Thomas

I’m asking because in places where we do demo usually no Internet and server should be flexible enough to integrate in existing network.

I need some kind of light server to establish connection between SDKs clients and sometimes from CISCO sip client to SDK

It is more to show people look and feel and functionality of application.

node.js in my opinion is perfect development environment after php
   Thank you for links.