Hi.
Let's say we originate a call by using AsteriksManager.originateCall()
to a given extension.
The way it works (just looking from a user perspective) is that asteriks
originate the call, it calls me and when I answer it calls the
extensions as you configured it via the Originate object which the
originateCall method receives.
Now the thing is that my installed SoftPhone starts ringing when the
call is originated and I need to pick it up from the softphone.
But I want to pick it up from my java application, not the softphone.
How can I go about to do that?
Thanks in advance.
PS. (To Stefan) thanks for all the help thus far. Do appreciate it.
|