zhzhy86 / webrtc2sip

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

stun server installation for webrtc2sip #175

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I need to make calls between sipml5 web clients and legacy sip clients. 
Everything is working when I am connected with internet. However whenever I try 
the same configurations and clients inside static IP configured network without 
internet access, then audio voice is not coming at both sides.

And when I googled the same, I found that google.com stun server does not work 
without internet connection. So I need to install local stun server. 

However I want to use webrtc2sip without stun server installation, so I just 
disabled ice setting as below in webrtc2sip's config.xml file, still not 
working.
<enable-icestun>no</enable-icestun>

Please let me know that is it mandatory to install local stun server or I can 
use without stun server. If possible, then please provide the 
settings/configurations.

Environment : Firefox 24, Asterisk 11.6-cert9, sipml5 latest version, 
webrtc2sip latest version

Thanks and Regards
Vinod Pandey

Original issue reported on code.google.com by pandey.g...@gmail.com on 4 Feb 2015 at 9:09

GoogleCodeExporter commented 8 years ago
Hello All,

I have tried multiple combinations and found the issue is not related with stun 
server. When I try with Chrome browser after disabling enable-icestun setting, 
it is working perfectly fine. 

However call is initiated, no audio call transferred and disconnected withing 
1-2 second, when I tried the same with Firefox browser.

Is there is suggestion, how can I make it to work with firefox.

Thanks and Regards
Vinod Pandey

Original comment by pandey.g...@gmail.com on 5 Feb 2015 at 2:09