cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1790
Views
0
Helpful
1
Replies

JTAPI library for nodejs or python.

wyattbiker
Level 1
Level 1

I am tasked to create a PoC with JTAPI and 3PCC of endpoints. I'd like to know if there are any libraries I can use without having to code the logic myself which is straightforward makecall/hangup and some phone control features like mute/hold/transfer. Preferably i would like to interface via websockets or another method that I can interface to either python or nodejs. If necessary I can compile or customize the code, but don't want to reinvent the wheel.

Any libraries I can look at?

Thank you!

1 Reply 1

npetrele
Cisco Employee
Cisco Employee

I've never tried it, but I suppose it should be possible to use Jython (Python implemented in Java) with JTAPI.  Jython can import Java classes and make use of Java jars.  I'm not sure this is what you're looking for, but here's a link to Jython.  The Jython Project