We might have found a solution
This commit is contained in:
parent
131c12dc9c
commit
3f14980eb8
1 changed files with 6 additions and 8 deletions
14
README.md
14
README.md
|
@ -1,11 +1,9 @@
|
||||||
# Donar
|
# Donar
|
||||||
|
|
||||||
## Checklist
|
## Linphone configuration
|
||||||
|
|
||||||
* [x] (Server) Connect to Tor Daemon to register Onion Services
|
Choose a SIP UDP, Audio RTP/UDP and Video RTP/UDP that is different between your clients.
|
||||||
* [x] (Client) Socks5 Protocol
|
Check behind NAT/Firewall.
|
||||||
* [x] (Server) Create multiple TCP servers, register them in epoll
|
Set public IP as 127.0.0.2
|
||||||
* [x] (Client) Listen to UDP
|
Manage your SIP account --> Add
|
||||||
* [x] (Server) Forward incoming traffic to a UDP server
|
Fill the SIP identity and the proxy address with respectively `sip:<user>@127.0.0.1:<port>` and `sip:127.0.0.1:<port>`
|
||||||
* [x] (Both) Take parameters from command line (getopt ?)
|
|
||||||
* [x] (Both) Provide a nice abstraction for my algorithms
|
|
||||||
|
|
Loading…
Reference in a new issue