Re: [Asterisk-java-users] Answer call.
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-12-15 13:28:48
|
Jan du Toit schrieb: > 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? you cant do that via asterisk. maybe your softphone has an api that allows you to do so. i do this with my cisco 7960 that allows to switch on the speaker via a telnet based api. =Stefan |