From d0113124c7ac3c1ffb071f629bbd4854c844b41a Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Tue, 3 Dec 2024 16:59:33 +0100 Subject: [PATCH] Update file transfer servers --- Linphone/data/assistant/create-app-sip-account.rc | 2 +- Linphone/data/assistant/use-app-sip-account.rc | 2 +- Linphone/tool/Constants.hpp | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Linphone/data/assistant/create-app-sip-account.rc b/Linphone/data/assistant/create-app-sip-account.rc index a00ea1df1..e74b543db 100644 --- a/Linphone/data/assistant/create-app-sip-account.rc +++ b/Linphone/data/assistant/create-app-sip-account.rc @@ -30,7 +30,7 @@ stun,ice
- https://www.linphone.org:444/lft.php + https://files.linphone.org:443/http-file-transfer-server/hft.php
sips:rls@sip.linphone.org diff --git a/Linphone/data/assistant/use-app-sip-account.rc b/Linphone/data/assistant/use-app-sip-account.rc index 202236ebb..cd6975a3a 100644 --- a/Linphone/data/assistant/use-app-sip-account.rc +++ b/Linphone/data/assistant/use-app-sip-account.rc @@ -30,7 +30,7 @@ stun,ice
- https://www.linphone.org:444/lft.php + https://files.linphone.org:443/http-file-transfer-server/hft.php
sips:rls@sip.linphone.org diff --git a/Linphone/tool/Constants.hpp b/Linphone/tool/Constants.hpp index 16c5f309c..32f687ed7 100644 --- a/Linphone/tool/Constants.hpp +++ b/Linphone/tool/Constants.hpp @@ -56,7 +56,8 @@ public: #endif // ifdef ENABLE_UPDATE_CHECK static constexpr char DefaultXmlrpcUri[] = "https://subscribe.linphone.org:444/wizard.php"; - static constexpr char DefaultUploadLogsServer[] = "https://www.linphone.org:444/lft.php"; + static constexpr char DefaultUploadLogsServer[] = + "https://files.linphone.org:443/http-file-transfer-server/hft.php"; static constexpr char DefaultContactParameters[] = "message-expires=2419200"; static constexpr char DefaultContactParametersOnRemove[] = "message-expires=0"; static constexpr int DefaultExpires = 600;