From 2aeb62d10171073a9753ace8d62e82f11ada7d3b Mon Sep 17 00:00:00 2001 From: Gandalf Date: Mon, 9 Jan 2023 22:27:39 +0100 Subject: [PATCH] Readme formatting -again- because gitea still insists on changing text to emojis --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index af24c99..058aace 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Add your login credentials to `login_credentials_muster.sh` and rename the file Since sipgate enforces 2FA, your usual username and password won't work anymore. Now, you need a so-called [Personal Access Token](https://app.sipgate.com/w0/personal-access-token), that you can retrieve after you login to the web interface. Enable at least the following scopes: -* balance:read -* devices:callerid:read -* devices:callerid:write -* history:read -* sessions\:fax:write +* `balance:read` +* `devices:callerid:read` +* `devices:callerid:write` +* `history:read` +* `sessions:fax:write` Enter the token-ID as `SIPUSER` or `TOKENID` and the token as `SIPPWD` or `TOKEN`.