What steps will reproduce the problem?
1. I can't find in which situation this is happen, but I found in the logs
where is the reason
The problem is:
When I make a call between users on the same media server and asterisk the
A party ringing but on B -party there is no ringing.
I see in the stdout.log "NOT the current call"
After that I change the function onCallIncoming in file SIPUserAgent.java
to display call and this.call and the result is
call: org.zoolu.sip.call.ExtendedCall@1c52191
this.call org.zoolu.sip.call.ExtendedCall@11ee18e
This is part of function onCallIncoming where the exucution go and finish.
if (call != this.call) {
printLog("NOT the current call: call " + call + " this.call " +
this.call);
return;
}
What version of the product are you using? On what operating system?
CentOS 5.4 Openfire 3.6.4 and Version 0.1.11 of the red5 plugin for Openfire.
Please provide any additional information below.
Also this is happen when I call from X-lite connected to Asterisk to
extension that is registered in Red5 Server.
Original issue reported on code.google.com by ilko.krastev on 14 Apr 2010 at 2:38
Original issue reported on code.google.com by
ilko.krastev
on 14 Apr 2010 at 2:38