From c75da5cfd0bc1433e67fdecf666ee5e9fed61646 Mon Sep 17 00:00:00 2001 From: Peio Rigaux Date: Thu, 3 Mar 2022 17:41:26 +0100 Subject: [PATCH] Modified version check URL server because it changed from linphone.org to download.linphone.org ad because liblinphone http stack doesn't support 302 Permanently Redirected --- linphone-app/src/utils/Constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-app/src/utils/Constants.hpp b/linphone-app/src/utils/Constants.hpp index 35f414a7f..1d4f3dd7d 100644 --- a/linphone-app/src/utils/Constants.hpp +++ b/linphone-app/src/utils/Constants.hpp @@ -55,7 +55,7 @@ public: static constexpr char DefaultContactParametersOnRemove[] = "message-expires=0"; static constexpr int DefaultExpires = 3600; static constexpr char DownloadUrl[] = "https://www.linphone.org/technical-corner/linphone"; - static constexpr char VersionCheckUrl[] = "https://linphone.org/releases"; + static constexpr char VersionCheckUrl[] = "https://download.linphone.org/releases"; static constexpr char PasswordRecoveryUrl[] = "https://subscribe.linphone.org/login"; static constexpr char LinphoneBZip2_exe[] = "http://www.linphone.org/releases/windows/tools/bzip2/bzip2.exe";