I am writing Java program to handle call in asterisk using Manager API.
I am able to know the incoming call through program. Now, I need to answer the incoming call. I dont want to do it from AGI or through dialplan but from Manager api action (not from ami command). Any hints, suggestion or complete answer is hepful.