Re: [Asterisk-java-users] originate call without picking up the fone?!
Brought to you by:
srt
From: Arnd V. <av...@ne...> - 2006-02-14 15:48:21
|
Hi Jason, Jason Wolfe wrote: > In my testing, when I send an originate action, asterisk returns a > response=error immediately when the line is busy AFAIK the call isnt initiated before the fone rings and the user picks up the fone?! At least not when using the java API class OriginateAction?! > and a response=success as > soon as it starts riging. I think, from what you're saying, that your best > solution is to originate the first call, and if response=success, you can > originate a second call, and then put them both into a conference room on > answer. (put them into a conference room using extensions, not java actions) I already thought about initiating a call connecting to an App like conference or parkinglot. > Check out my earlier post about using Ethereal to view what communication is > happening at the TCP/IP level.... I always use "ngrep" for this and instructed my buddy whos the java programmer to use it too. Thx for the advise though. best regards, Arnd |