Forums
« Back to Installation

What's the setup procedures on CUCM/CUP for Jabber SDK?

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi, 
 
I've setup an CUCM 9.0/CUP 9.0 which run Cisco Jabber for Windows and Cisco Jabber for iPad perfectly, but I don't know how to configure the CUCM and CUP for Jabber SDK, any document or guide here?

Hi,
In order to use the telephony SDK (CWIC API), you will need a user, line and device of type CSF ("Cisco Unified Client Services Framework"), same as Jabber for Windows but with a different name. By default the SDK expects a device with name ECPuser, where user is the CUCM end user name. See more info here
http://developer.cisco.com/web/jabber-developer/get-started1
To connect the chat & presence SDK (CAXL API), you need to configure a BOSH connection and specify the binding URL when starting the web application. More details here
http://developer.cisco.com/web/jabber-developer/on-prem-deployment
Hope this helps, Thomas

Thomas Vanier:
Hi,
In order to use the telephony SDK (CWIC API), you will need a user, line and device of type CSF ("Cisco Unified Client Services Framework"), same as Jabber for Windows but with a different name. By default the SDK expects a device with name ECPuser, where user is the CUCM end user name. See more info here
http://developer.cisco.com/web/jabber-developer/get-started1
To connect the chat & presence SDK (CAXL API), you need to configure a BOSH connection and specify the binding URL when starting the web application. More details here
http://developer.cisco.com/web/jabber-developer/on-prem-deployment
Hope this helps, Thomas

 
Hi, Thomas
 
Thanks for the info shared. The CUCM configuration for telephone SDK is very clear after check the link you provided, but the CUP configuration for CAXL API is confused, I coudn't find any specific configuration required on the CUP server for CAXL API work...any ideas?