diff --git a/daemon/src/sip/sipaccount.h b/daemon/src/sip/sipaccount.h index da9fdfb74c8ed3a5d012b384cd204f61f1b27f80..98225b163a05a7e4dcf354281d455a7a16266946 100644 --- a/daemon/src/sip/sipaccount.h +++ b/daemon/src/sip/sipaccount.h @@ -625,13 +625,6 @@ class SIPAccount : public Account { */ CipherArray ciphers; - /** - * The CONTACT header used for registration as provided by the registrar, this value could differ - * from the host name in case the registrar is inside a subnetwork (such as a VPN). - * The header will be stored - */ - std::string contactHeader_; - /** * The STUN server name (hostname) */