diff --git a/daemon/src/account.cpp b/daemon/src/account.cpp
index 34ebabb5959780c8031789d240b6fe82b3775792..51c150dc4a2da564fe9181fce0a00024cc82d199 100644
--- a/daemon/src/account.cpp
+++ b/daemon/src/account.cpp
@@ -79,7 +79,7 @@ const char * const Account::HOSTNAME_KEY                = "hostname";
 const char * const Account::ACCOUNT_ENABLE_KEY          = "enable";
 const char * const Account::ACCOUNT_AUTOANSWER_KEY      = "autoAnswer";
 const char * const Account::MAILBOX_KEY                 = "mailbox";
-const char * const Account::DEFAULT_USER_AGENT          = "SFLphone/" PACKAGE_VERSION;
+const char * const Account::DEFAULT_USER_AGENT          = PACKAGE_NAME "/" PACKAGE_VERSION;
 const char * const Account::USER_AGENT_KEY              = "useragent";
 const char * const Account::HAS_CUSTOM_USER_AGENT_KEY   = "hasCustomUserAgent";
 const char * const Account::PRESENCE_MODULE_ENABLED_KEY = "presenceModuleEnabled";