We might have found a solution

This commit is contained in:
Quentin 2019-02-19 23:19:46 +01:00
parent 131c12dc9c
commit 3f14980eb8

View file

@ -1,11 +1,9 @@
# Donar
## Checklist
## Linphone configuration
* [x] (Server) Connect to Tor Daemon to register Onion Services
* [x] (Client) Socks5 Protocol
* [x] (Server) Create multiple TCP servers, register them in epoll
* [x] (Client) Listen to UDP
* [x] (Server) Forward incoming traffic to a UDP server
* [x] (Both) Take parameters from command line (getopt ?)
* [x] (Both) Provide a nice abstraction for my algorithms
Choose a SIP UDP, Audio RTP/UDP and Video RTP/UDP that is different between your clients.
Check behind NAT/Firewall.
Set public IP as 127.0.0.2
Manage your SIP account --> Add
Fill the SIP identity and the proxy address with respectively `sip:<user>@127.0.0.1:<port>` and `sip:127.0.0.1:<port>`