jtapi

Are there any emulator for the JTAPI API?

We want test the JTAPI feature of our application. Are there any emulator for JTAPI available? The testing with real hardware is a little diffcult. ...

Looking into IVR software development

The company I work for is looking for an IVR implementation that is highly compatible with any potential PBX/IVR or PBX combo OR to provide our own hosting solution. So the idea would be to create an application that interfaces to any potential platform and provide call control and voice dialog / interaction for the IVR. Technologies...

How can I interface with a third party module that only provides JTAPI API From C++?

I'm supporting a large system written in C++ and we now have a requirement for our application to talk with a third party system which only provides a JTAPI interface. It would appear that I am stuck writing a JTAPI proxy in Java that talks JTAPI on one side and some more language-neutral API on the other. However, this feels like it sho...

Nortel JTAPI Provider / Peer class

I'm just getting started with the Java Telecommunications API (JTAPI) and have gotten stuck on the inital connection to the PBX with the API. Is the jtapi Peer implementation class for Nortel equipment available for free somewhere, or do I need to purchase it from Nortel? This is the class that would be used in the code shown below to ...