diff --git a/sflphone-common/src/sip/sipaccount.cpp b/sflphone-common/src/sip/sipaccount.cpp
index 4c5fbb1ffcb8b3a82affc55777327c0af5a72278..c62b79107e57847a0bf60077ceeae2efe7db9ed4 100644
--- a/sflphone-common/src/sip/sipaccount.cpp
+++ b/sflphone-common/src/sip/sipaccount.cpp
@@ -57,7 +57,35 @@ SIPAccount::SIPAccount (const AccountID& accountID)
         , _tlsSetting (NULL)
 	, _dtmfType(OVERRTP)
         , _displayName ("")
-        
+        , _tlsEnable(false)
+	, _tlsPortStr("")
+	, _tlsCaListFile("")
+	, _tlsCertificateFile("")
+	, _tlsPrivateKeyFile("")
+	, _tlsPassword("")
+        , _tlsMethod("")
+	, _tlsCiphers("")
+	, _tlsServerName("")
+	, _tlsVerifyServer(false)
+	, _tlsVerifyClient(false)
+	, _tlsRequireClientCertificate(false)
+	, _tlsNegotiationTimeoutSec("")
+	, _tlsNegotiationTimeoutMsec("")
+	, _stunServer("")
+	, _tlsEnabled(false)
+	, _stunEnabled(false)
+	, _routeset("")
+	  // , _realm("")
+	, _authenticationUsename("")
+	, _tlsListenerPort("5061")
+	, _dtmfType("")
+	, _srtpEnabled(false)
+	, _srtpKeyExchange("")
+	, _srtpFallback(false)
+	, _zrtpDisplaySas(false)
+	, _zrtpDisplaySasOnce(false)
+	, _zrtpHelloHash(false)
+	, _zrtpNotSuppWarning(false)
 {
     
     // IP2IP settings must be loaded before singleton instanciation, cannot call it here...