StevenSunzh / redfire

Automatically exported from code.google.com/p/redfire
0 stars 1 forks source link

B party don't ring #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Has anybody found a solution for this?

Original comment by ales.si...@gmail.com on 3 Apr 2012 at 9:35