|
|
|
|
@ -1031,13 +1031,15 @@ private void filterByAddress(
|
|
|
|
|
while (iterPP.hasNext())
|
|
|
|
|
{
|
|
|
|
|
ProtocolProviderServiceSipImpl candidate = iterPP.next();
|
|
|
|
|
if(candidate.getAccountID()
|
|
|
|
|
.getAccountPropertyBoolean(
|
|
|
|
|
ProtocolProviderFactory.FORCE_PROXY_BYPASS, false))
|
|
|
|
|
boolean forceProxyBypass
|
|
|
|
|
= candidate.getAccountID()
|
|
|
|
|
.getAccountPropertyBoolean(
|
|
|
|
|
ProtocolProviderFactory.FORCE_PROXY_BYPASS, false);
|
|
|
|
|
if(forceProxyBypass)
|
|
|
|
|
{
|
|
|
|
|
// Proxy check is disabled all connections are ok (HA sipXecs, sipXcom, ...)
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if(candidate.getRegistrarConnection() == null)
|
|
|
|
|
{
|
|
|
|
|
//RegistrarLess connections are ok
|
|
|
|
|
|