Re: [Asterisk-java-users] Timeout waiting for response to Originate
Brought to you by:
srt
From: Andy B. <and...@pr...> - 2007-09-13 07:26:37
|
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); |