I'm developing an application that monitors the calls using JTAPI , I need to distinguish between ringing and answered calls using ("CallCtlConnEstablishedEv" event).
I'm depending on "CallCtlConnEstablishedEv" event .
I'm getting this event twice once while the call is still ringing and the other time when the call is answered.
Are there any other parameters in Call Object that I can use to distinguish between ringing and answered?