Hello guys. I have found the following code in ProxyChannel.cxx (starting line 2221): if (m_call->IsCallInProgress() || m_call->IsFastStartResponseReceived() || m_call->IsH245ResponseReceived() || m_h245socket != NULL) { PTRACE(5, "Q931\tFailover disabled for call " << m_call->GetCallNumber()); I have some comments , please reply on that. 1) IsCallInProgress - found code that is setting that to true , but found nothing to set it to false -> it means that always the condition will be true -> no failover 2) IsFastStartResponseReceived - we cannot do failover if FastStartResponse was received ? 3) IsH245ResponseReceived - same as 2) I'm asking you that because my failover doesn't work at all , all i got in logs was: Failover disabled for call xxxx Regards Alex ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________________ Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/