diff -r a858c2cf6a45 -r 7cdef8deefa0 realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Src/Sipimsprofilecontext.cpp --- a/realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Src/Sipimsprofilecontext.cpp Tue Jul 06 14:39:54 2010 +0300 +++ b/realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Src/Sipimsprofilecontext.cpp Wed Aug 18 10:07:48 2010 +0300 @@ -749,11 +749,11 @@ aError == K500ServerInternalError || aError == K504ServerTimeOut || aError == KErrTimedOut || - aError == KErrSIPOutboundProxyNotResponding || + ((aError == KErrSIPOutboundProxyNotResponding || aError == KErrSIPResolvingFailure || aError == KErrSIPTransportFailure || - aError == KErrSIPICMPFailure && - iConnection.State() != CSIPConnection::ESuspended) + aError == KErrSIPICMPFailure )&& + iConnection.State() != CSIPConnection::ESuspended)) { SetRetryPossible(ETrue); iRetriedRegister = ETrue;