diff --git a/daemon/src/sip/sipaccount.cpp b/daemon/src/sip/sipaccount.cpp
index f19d7e533e42a5460494628217ac8f2fa0cc5be0..580263ead9f7cdacd93fec2fab8be0ce5e31e8d7 100644
--- a/daemon/src/sip/sipaccount.cpp
+++ b/daemon/src/sip/sipaccount.cpp
@@ -660,8 +660,8 @@ std::map<std::string, std::string> SIPAccount::getVolatileAccountDetails() const
     std::map<std::string, std::string> a = SIPAccountBase::getVolatileAccountDetails();
     std::stringstream codestream;
     codestream << registrationStateDetailed_.first;
-    a[ CONFIG_ACCOUNT_REGISTRATION_STATE_CODE ] = codestream.str();
-    a[ CONFIG_ACCOUNT_REGISTRATION_STATE_DESC ] = registrationStateDetailed_.second;
+    a[CONFIG_ACCOUNT_REGISTRATION_STATE_CODE] = codestream.str();
+    a[CONFIG_ACCOUNT_REGISTRATION_STATE_DESC] = registrationStateDetailed_.second;
 
 #ifdef SFL_PRESENCE
     if (presence_) {