Re: [Asterisk-java-users] Timeout waiting for response to Originate
Brought to you by:
srt
From: jeff l. <ll...@gm...> - 2007-09-13 08:29:54
|
Hi andy, Using the live api is ok. Thanks. On 9/13/07, Andy Burns <and...@pr...> wrote: > > On 13/09/2007 04:40, jeff li wrote: > > > I try make an Originate according the example in the tutorial, but I > > get TimeoutExcepion(immediately,surely not out) when the call is not > > answered. > > > originateResponse = managerConnection.sendAction > (originateAction); > > have you tried as per the tutorial? > > originateResponse = managerConnection.sendAction > (originateAction,30000); > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > -- Regards, Jeff |