search for: turnpassword

Displaying 4 results from an estimated 4 matches for "turnpassword".

Did you mean: our_password
2016 Aug 11
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
...the same network as the Asterisk server, it's *possible* you > might need a true TURN server as well, instead of just an ICE server. > > Matthew Fredrickson > Matthew when I set the following in rtp.conf : turnaddr=192.158.29.39:3478?transport=udp turnusername=28224511:1379330808 turnpassword=JZEOEt2V3Qb0y27GRntt2u2PAYA then Asterisk 12 gets really slow and sometimes unresponsive. Calls result in 480 request timeout (possibly due to the freeze of Asterisk). So this is also no solution. Can not even test if it brings me some audio in my webRTC calls. (putting the above lines back...
2016 Aug 12
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
...; server. > > Matthew Fredrickson > > > Matthew > > when I set the following in rtp.conf : > > turnaddr=192.158.29.39:3478?transport=udp > <http://192.158.29.39:3478?transport=udp> > turnusername=28224511:1379330808 > turnpassword=JZEOEt2V3Qb0y27GRntt2u2PAYA > > > then Asterisk 12 gets really slow and sometimes unresponsive. > Calls result in 480 request timeout (possibly due to the freeze of > Asterisk). > > So this is also no solution. > > Can not even test if it brings me som...
2013 Apr 23
0
Asterisk 11.4.0-rc1 refuses to use the TURN server
...onf so that all of the STUN related entries are commented out, and I use the following TURN configuration instead: turnaddr=numb.viagenie.ca:3478 ; ; Username used to authenticate with TURN relay server. turnusername=myusername%40gmail.com ; ; Password used to authenticate with TURN relay server. turnpassword=p at ssw0rd I also use the same configuration on the client side. When running a tcpdump, I see that there is traffic to/from the TURN relay: 10.0.1.18.53875 > blues.viagenie.ca.nat-stun-port: UDP, length 20 blues.viagenie.ca.nat-stun-port > 10.0.1.18.53875: UDP, length 56 10.0.1....
2016 Aug 11
3
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
My main reason not to upgrade to Ast 13 is because I'm afraid of losing functionality as there are certain functions deprecated/replaced. This can also cause headache :-) I will do so if there is no other option. But still, I don't see why Ast 13 would differ so much in this case ? If ICE and NAT is working (not causing problems) why should Ast 13 bring me audio and Ast 12 don't