08-05-2014 05:25 AM - edited 03-01-2019 02:45 AM
we are developing application using JTAPI API.
Could you please tell me,how we can receive events using JTAPI. is there any sample application to receive events.
Thanks in advance.
08-07-2014 12:55 PM
The sample MakeCall application in the JTAPI Developer Guide shows how this can be done:
https://developer.cisco.com/site/collaboration/call-control/jtapi/documentation/
Also see the 'JTAPI XSI Device Data Pass Through Sample Application' on the same page, which shows how to monitor Provider and Terminal events
In general JTAPI events are handled via the Java 'Observer/Observable' pattern:
08-08-2014 05:24 AM
Hello,
I am developing application where i just need incoming call and call end event. i dont want any other functionality for e.g make call. The sample given in developer guide,it includes make call functionality. I designed class which extends Actor class and i have overridden metaEvent() method but still am not able to receive CallCtlTermConnRingingEv event.
Can you please guide if i missed out something .
Thanks in Advavance.
08-11-2014 02:14 PM
Hi Asmita,
Is your application observing the call?
Thanks,
Adrienne
08-11-2014 11:16 PM
Hi Adrienne,
My application is not observing the call. I have attached addCallObserver listener to Address.
Still am not able to receive event.
Is this correct way or is there any other listener that i have to attach?
Thanks,
Asmita
08-15-2014 02:59 PM
Hi Asmita,
Is the address associated to a device that is registered in CUCM?
Are you able to observer any other addresses?
Is your application receiving any errors? If so, can you provide them?
Thanks,
Adrienne
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide