tor_multipath_voip/README.md

26 lines
555 B
Markdown
Raw Normal View History

2019-02-08 10:59:21 +00:00
# Donar
2019-02-19 22:19:46 +00:00
## Linphone configuration
2019-02-08 17:23:59 +00:00
2019-02-19 22:19:46 +00:00
Choose a SIP UDP, Audio RTP/UDP and Video RTP/UDP that is different between your clients.
2019-02-21 08:09:01 +00:00
Go to manage account.
Add a new SIP proxy.
```
Username: <username>@127.13.3.7:<SIP_PORT>
Proxy: 127.13.3.7:<SIP_PORT>
Leave the rest empty.
Uncheck all the checkboxes.
```
2019-02-22 14:22:06 +00:00
## Docker build
```
sudo docker build -t registry.gitlab.inria.fr/qdufour/donar .
sudo docker push registry.gitlab.inria.fr/qdufour/donar
```
2019-02-22 16:45:48 +00:00
```
sudo docker run -t -i -v `pwd`/xp1:/home/donar/res registry.gitlab.inria.fr/qdufour/donar xp1-server
```