realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Src/Sipimsprofilecontext.cpp
changeset 34 3c8db403127f
parent 0 307788aac0a8
child 39 7cdef8deefa0
equal deleted inserted replaced
27:740ceea8e153 34:3c8db403127f
   783 	{
   783 	{
   784 	return (aError == K503ServiceUnavailable ||
   784 	return (aError == K503ServiceUnavailable ||
   785 	        aError == K408TimeOut ||
   785 	        aError == K408TimeOut ||
   786 	        aError == K480TemporarilyUnavailable ||
   786 	        aError == K480TemporarilyUnavailable ||
   787 	        aError == K500ServerInternalError ||
   787 	        aError == K500ServerInternalError ||
   788 	        aError == K504ServerTimeOut ||
   788 	        aError == K504ServerTimeOut || 
   789 		    aError == KErrSIPOutboundProxyNotResponding || 
       
   790 		    aError == KErrTimedOut ||
   789 		    aError == KErrTimedOut ||
   791 		    ((aError == KErrSIPResolvingFailure || 
   790 		    ((aError == KErrSIPResolvingFailure || 
   792 		      aError == KErrSIPTransportFailure ||
   791 		      aError == KErrSIPTransportFailure ||
   793 		      aError == KErrSIPICMPFailure) && 
   792 		      aError == KErrSIPICMPFailure ||
       
   793 		      aError == KErrSIPOutboundProxyNotResponding ) && 
   794 			 iConnection.State() != CSIPConnection::ESuspended));
   794 			 iConnection.State() != CSIPConnection::ESuspended));
   795 	}
   795 	}
   796 
   796 
   797 // -----------------------------------------------------------------------------
   797 // -----------------------------------------------------------------------------
   798 // CSIPIMSProfileContext::RetryAfterTimer
   798 // CSIPIMSProfileContext::RetryAfterTimer