[Asterisk-java-users] OriginateCall blocks other Events
Brought to you by:
srt
From: Gabriel A. <gab...@gl...> - 2007-07-05 18:51:54
|
Hi All, We are using asterisk-java 0.2 to handle Events and to do Calls with OriginateAction. Due to applications requirements we need to handle events all the time, but when we make an OriginateCall the Events Handling stops (ie. JoinEvent and LeaveEvent). We are using synchronous OriginateCall because we need to know in the moment the call's result (if the called really answered or not). We are using 2 different Manager Connections with 2 different Manager User in Asterisk. In spite of that the Events Handling stops until OriginateCall sends the response. Although there are 2 several connections it seems that there is only one tunnel. How can we have 2 real independents connections? Why does one connection stop to handle events if the other connection is making an OriginateAction? Any suggestion would be appreciated. Thanks in advance. Gabriel. |