Readme formatting -again- because gitea still insists on changing text to emojis

master
Gandalf 2023-01-09 22:27:39 +01:00
parent bf6489a81c
commit 2aeb62d101
1 changed files with 5 additions and 5 deletions

View File

@ -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. 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. 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: Enable at least the following scopes:
* balance:read * `balance:read`
* devices:callerid:read * `devices:callerid:read`
* devices:callerid:write * `devices:callerid:write`
* history:read * `history:read`
* sessions\:fax:write * `sessions:fax:write`
Enter the token-ID as `SIPUSER` or `TOKENID` and the token as `SIPPWD` or `TOKEN`. Enter the token-ID as `SIPUSER` or `TOKENID` and the token as `SIPPWD` or `TOKEN`.