diff -r 5886d40bb3de -r 2989b291cac7 sipvoipprovider/svphold/src/svpholdcontroller.cpp --- a/sipvoipprovider/svphold/src/svpholdcontroller.cpp Wed Sep 15 12:01:56 2010 +0300 +++ b/sipvoipprovider/svphold/src/svpholdcontroller.cpp Wed Oct 13 14:20:32 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -372,17 +372,6 @@ iContext->CrossOver( EFalse ); } } - - if ( 0 == aStatusCode && ESVPEstablishing == HoldState() ) - { - SVPDEBUG1( "CSVPHoldController::RequestFailed - status 0 received" ) - - iReinviteCrossover = EFalse; - iContext->CrossOver( EFalse ); - - SVPDEBUG1( "CSVPHoldController::RequestFailed - set status code 400" ) - aStatusCode = KSVPBadRequestVal; - } TInt err = KErrNone; if ( iReinviteCrossover )