Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
All,Building a JTAPI enterprise service that queries a provider for all it's addresses and terminals to add CallObserververs, AddressObservers and TerminalObservers for each address and terminal once the service startups up (usually before users star...
Thanks Mohan, very helpful. I found out that I was actually implementing a wrong interface, The correct call observer interface to implement is CallControlCallObserver hence why I wasn't getting the full event set.On another note - quick question: Is...