From 3cf1c5a4faebdf2cdc2ba0b296f26ec07ad2940c Mon Sep 17 00:00:00 2001 From: Gandalf Date: Thu, 4 Mar 2021 17:57:48 +0100 Subject: [PATCH] README and config file --- README.md | 10 ++++++++++ login_credentials_muster.sh | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 login_credentials_muster.sh diff --git a/README.md b/README.md index e69de29..99e3443 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +# Sipgate CLI +This is a small hack to send faxes via the sipgate REST API from the command line. + +## Deployment +Add your login credentials to `login_credentials_muster.sh` and rename the file to `login_credentials.sh` + +## Usage +`skript.sh ` +sipgate doesn't accept pdf files larger than 30 pages or 10MB. +For now, `` has to be numbers-only, starting with `+49`. It is planned to parse different number formats. diff --git a/login_credentials_muster.sh b/login_credentials_muster.sh new file mode 100644 index 0000000..baadff6 --- /dev/null +++ b/login_credentials_muster.sh @@ -0,0 +1,5 @@ +#! /bin/bash + +#Add your sipgate username and password here: +SIPUSER= +SIPPWD=