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
|
||||
|
||||
## 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>`
|
||||
|
|
Loading…
Reference in a new issue