Re: [Asterisk-java-users] originate call without picking up the fone?!
Brought to you by:
srt
From: Arnd V. <av...@ne...> - 2006-02-14 13:53:27
|
Hell Jason, thx for the reply! > Perhaps a little explanation will help you here as I think you might have a > slight misunderstanding of what is happening. > > When you 'originate' a call using the asterisk manager, you are sending an > 'originate action' request to the asterisk server, we are using the asterisk java 2.0 API and the "OriginateAction" Class to establish the call. I have to admit i am not the programmer but posting here on his behalf so i dont understand all the jave API centric concepts fully. Simple Question: Is is possible to solve the problem with existing java-classes or do we need to get down to protocol level and issue actions ourselves?! > It sounds like you want to originate call_A using originateAciton in > Manager, and then, if answered and not busy, use dial() in entensions to > connect to the end user, so when they pickup, they're already connected. We want either this or connect to the enduser when the "other side" is "ringing" and not "busy". We only want the user to pickup the fone if the other side is available or picking up. cheers, Arnd |