Skip to content

Commit

Permalink
Documentation changes for TURN setup. (#775)
Browse files Browse the repository at this point in the history
* Documentation changes for Twilio configurations and TURN set up.
  • Loading branch information
R4m4n authored and jschaul committed Sep 12, 2019
1 parent 7380ea1 commit 1747cfe
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mailboxes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{ "host": "imap.bar.com"
, "user": "[email protected]"
, "pass": "secret"
, "conn": 1
}
]
14 changes: 14 additions & 0 deletions services/restund/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,17 @@ Example rkt command:
--user=restund \
--group=restund
```

In case You have set up restund without docker, you just need to make some of these changes:

Put your private IP of the server in place of: `{{ ansible_default_ipv4.address }}`. And replace restund listen ports with `3478`, for both UDP and TCP.

You may comment these out in case you don't want to use:
```
module zrest.so
module auth.so
zrest_secret {{ restund_zrest_secret }}
```
It'll help in running the TURN server without interuption or further configuration for testing purpose. List out TURN IP and port in `deploy/services-demo/resources/turn/servers.txt`, and `deploy/services-demo/resources/turn/servers-v2.txt`, as given below:
`turn:<private-ip>:3478`
Then run the command restund command and You'll get the live stun log in your terminal.

0 comments on commit 1747cfe

Please sign in to comment.