cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
758
Views
2
Helpful
3
Replies

Extend and Connect support in Jabber SDK 11

paulo.silva.c
Level 1
Level 1

Hello,

Does anybody know if Jabber SDK 11 supports Extend and Connect?

Thanks in advance,

Paulo Silva

3 Replies 3

dstaudt
Cisco Employee
Cisco Employee

The Jabber SDK should in general support any device controllable via CUCM CTI (TAPI/JTAPI).  Per the supported device list here, CTI supports Extend and Connect devices, so we would expect this to work with Jabber SDK: https://developer.cisco.com/site/jtapi/documents/cti-tapi-jtapi-supported-device-matrix/

That being said, I have not tried this myself or heard of anyone using it, and it's possibly not a configuration directly tested by the Jabber SDK team.  Would suggest testing thoroughly...let us know if you run into any issues.

Hi dstaudt,

Thank you very much for your answer!

Allow me to re-phrase the question: does the Jabber SDK have an API call to do call forwarding to a certain number?

Thanks,

Paulo Silva

If just simply setting a call-forwarding option (like Call Forward All) destination, then no: the Jabber Voice/Video SDK does not expose a way to set call forwarding.

You will want to look at the User Data Services (UDS) API for that:

https://developer.cisco.com/site/user-data-services/

See the /extension resource:

https://developer.cisco.com/site/user-data-services/documents/api-reference/#extension

(I've noticed that the XSD schema .zip file on DevNet does not include all of the schemas - namely only the 'public' resources are present.  We will be updating this shortly...meanwhile you can do a GET on /extension with an existing device (i.e. with forwarding set) to see the XML needed when you do the PUT to perform an update)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: