mikechack / coturn

Automatically exported from code.google.com/p/coturn
Other
0 stars 0 forks source link

how to make turnserver work only in relay mode #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install turnserver v4.1.1.1 on CentOS 6.5
2. install kamailio-4.1.5
3. install imsdroid on android endpoint

What is the expected output? What do you see instead?
After several necessary configuration, turnserver work only in relay mode with 
two imsdroid UAs

What version of the product are you using? On what operating system?
turnserver v4.1.1.1 on CentOS 6.5
kamailio-4.1.5
imsdroid v2.569.1089

Please provide any additional information below.

Original issue reported on code.google.com by andrewm...@gmail.com on 5 Sep 2014 at 9:27

GoogleCodeExporter commented 9 years ago
Please explain what do you mean. The TURN server is a relay server.

Original comment by mom040...@gmail.com on 8 Sep 2014 at 8:39

GoogleCodeExporter commented 9 years ago
The Debian coturn package that was taken by Ubuntu is a generic TURN server. If 
you want a particular specific TURN server configuration, then you can always 
create a new Debian/Ubuntu package that depends on the coturn package and then 
it configures the coturn according to your specifications. If you can create 
and maintain such a package, then it will be great.

Original comment by mom040...@gmail.com on 8 Sep 2014 at 10:14

GoogleCodeExporter commented 9 years ago
In ICE protocal, below are used as transport address candidates: 
1) host candidates
2) server reflexive candidates
3) peer reflexive candidates
4) relayed candidates

I just want use relayed candidates as transport address candidates. How to 
configurate turnserver or Imsdroid endpoint?

Original comment by andrewm...@gmail.com on 9 Sep 2014 at 2:21