From a089a5ef04c2023854204128c506a8bfb9750d66 Mon Sep 17 00:00:00 2001 From: "Enguerran P." Date: Fri, 7 Feb 2025 22:22:42 +0100 Subject: [PATCH] Update README > landline procedure MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Update landline (`--voice`) registration procedure. This closes #1666 (🤘) --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf61ea90..e6d6e5ff 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,15 @@ of all country codes.) signal-cli -a ACCOUNT register - You can register Signal using a landline number. In this case you can skip SMS verification process and jump directly - to the voice call verification by adding the `--voice` switch at the end of above register command. + You can register Signal using a landline number. In this case, you need to follow the procedure below: + * Attempt a SMS verification process first (`signal-cli -a ACCOUNT register`) + * You will get an error `400 (InvalidTransportModeException)`, this is normal + * Wait 60 seconds + * Attempt a voice call verification by adding the `--voice` switch and wait for the call: + + ```sh + signal-cli -a ACCOUNT register --voice + ``` Registering may require solving a CAPTCHA challenge: [Registration with captcha](https://github.com/AsamK/signal-cli/wiki/Registration-with-captcha) -- 2.50.1