diff -r 5886d40bb3de -r 2989b291cac7 voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/src/voipxmlsiphandler.cpp --- a/voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/src/voipxmlsiphandler.cpp Wed Sep 15 12:01:56 2010 +0300 +++ b/voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/src/voipxmlsiphandler.cpp Wed Oct 13 14:20:32 2010 +0300 @@ -383,11 +383,6 @@ tempBuf.Append( KTransport() ); tempBuf.Append( KTcp() ); } - else if ( ETls == iProxyTransport ) - { - tempBuf.Append( KTransport() ); - tempBuf.Append( KTls() ); - } if ( iLr ) { tempBuf.Append( KLr() ); @@ -422,11 +417,6 @@ tempBuf.Append( KTransport() ); tempBuf.Append( KTcp() ); } - else if ( ETls == iProxyTransport ) - { - tempBuf.Append( KTransport() ); - tempBuf.Append( KTls() ); - } if ( iRegistrarUri->Des().MaxLength() >= ( iRegistrarUri->Des().Length() + tempBuf.Length() ) ) { @@ -597,10 +587,6 @@ { return ETcp; } - else if ( 0 == value.Compare( KTls() ) ) - { - return ETls; - } else { return EAutomatic;