mmsharing/mmshengine/src/musengmceoutsession.cpp
changeset 2 b31261fd4e04
parent 0 f0cf47e981f9
child 32 73a1feb507fb
--- a/mmsharing/mmshengine/src/musengmceoutsession.cpp	Thu Jan 07 12:45:29 2010 +0200
+++ b/mmsharing/mmshengine/src/musengmceoutsession.cpp	Tue Feb 02 00:09:07 2010 +0200
@@ -64,6 +64,9 @@
 const TInt KMusEngSipReasonCodeDecline = 603;
 const TInt KMusEngSipReasonCodeNotAcceptable = 606;
 // The next code represents unofficial sip error code
+// "478 Unresolveable Destination, we were not able to process the URI (478/TM)
+const TInt KMusEngSipReasonCode478NotAbleToProcessURI = 478;
+// The next code represents unofficial sip error code
 // "479 Regretfuly, we were not able to process the URI (479/SL)
 const TInt KMusEngSipReasonCode479NotAbleToProcessURI = 479;
 
@@ -251,7 +254,9 @@
             iOutSessionObserver.SessionPaymentRequired();
             break;
             }
-        case KMusEngSipReasonCodeRecipientNotFound : 
+        case KMusEngSipReasonCodeRecipientNotFound :
+        	//lint -fallthrough
+        case KMusEngSipReasonCode478NotAbleToProcessURI:
             //lint -fallthrough
         case KMusEngSipReasonCode479NotAbleToProcessURI:
             //lint -fallthrough