--- a/vtengines/videoteleng/Src/State/CVtEngStateNegotiating.cpp Mon Aug 23 15:49:33 2010 +0300
+++ b/vtengines/videoteleng/Src/State/CVtEngStateNegotiating.cpp Fri Sep 03 13:48:38 2010 +0300
@@ -57,7 +57,7 @@
const MVtProtocolCommand::TVtProtocolState state( MediaHandler().ProtoState() );
CVtEngStateBase* newState = NULL;
- if ( bearerstate != MVtCtlCallControl::EConnected ||
+ if ( bearerstate != MVtCtlCallControl::EConnected &&
state == MVtProtocolCommand::ESetup ) // <- connect failed
{
newState = NewStateL( MVtEngSessionInfo::EClearing );