[Asterisk-java-users] TimeoutException at logoff
Brought to you by:
srt
|
From: Gabriel A. <gab...@gl...> - 2007-02-02 19:52:09
|
Hi All, We're making outgoing calls using ManagerConnection.sendEventGeneratingAction() and OriginateAction. After receiving the corresponding CdrEvent we disconnect it with logoff method. The problem is that this logoff throws an Exception: net.sf.asterisk.manager.TimeoutException: Timeout waiting for response to Logoff at net.sf.asterisk.manager.DefaultManagerConnection.sendAction(DefaultManagerCo nnection.java:634) at net.sf.asterisk.manager.DefaultManagerConnection.sendAction(DefaultManagerCo nnection.java:600) at net.sf.asterisk.manager.DefaultManagerConnection.logoff As we could verify, the Manager Connection was logged off in Asterisk, but in the Framework the ManagerConnection are still alive. Any idea or suggestion? Thanks in advance, Gabriel. |