Author Message
EricPhetteplace
Joined: Apr 24, 2008
Messages: 8
Offline
I have a JTAPI client that works with desktop phones
in my code I have something like:
myTerminal = provider.getTerminal(phoneNumber);
myTerminal.addCallListener(myListenerClass)
I receive ALERTING events with the UUI, as expected, for all calls where the destination answers their phone after it rings.

However, for ones using auto-answer, there is no ALERTING event, just a CONNECTED event, with no UUI.

What are my options to get UUI for these auto-answer calls?

Thanks...
JohnBiggs
Joined: Jun 20, 2005
Messages: 1139
Location: Rural, Virginia
Offline
have you tried snapshotting the call after the CONNECTED event? I suspect there may be a bit of a race condition in information arriving at AES.
Go to:   
Mobile view