commit 01eac14c7bee945b82a2281ef75a6e14eb57a1fe
parent 5a2b05eb8a228121115ffaed227844f5632ec402
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date: Sat, 24 Aug 2019 10:01:06 +0200
Fix ID URI description in Readme
We need a proper ID in the brackets, not only the account data.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Readme.md b/Readme.md
@@ -11,7 +11,7 @@ The main process can be started as follows:
```
$ export SIPROC_REGISTRAR_URI="sip:myserver.lan"
-$ export SIPROC_ID_URI="Full Name <Account@myserver.lan>"
+$ export SIPROC_ID_URI="Full Name <sip:Account@myserver.lan>"
$ export SIPROC_USERNAME="Account"
$ export SIPROC_PASSWORD="secret"
$ ./siproc /path/to/executable args...