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

This commit is contained in:
Peio Rigaux 2022-03-03 17:41:26 +01:00
parent 0566864148
commit c75da5cfd0

View file

@ -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";