<div dir="ltr"><div><div><div><div><div><div><div>Hi, Users.<br>I am trying to register default freeswitch user &quot;1003&quot; through webrtc using sip.js.<br></div><div>This is my &quot;<b>index.html</b>&quot;<br><br>&lt;html&gt;<br></div>  &lt;head&gt;<br>  &lt;/head&gt;<br>  &lt;body&gt;<br>    &lt;script src=&quot;sip-0.7.0.js&quot;&gt;&lt;/script&gt;<br>    &lt;script src=&quot;example.js&quot;&gt;&lt;/script&gt;<br>  &lt;/body&gt;<br>&lt;/html&gt;<br><br></div>and <b>example.js</b><br>var config = { <br><br>// Replace this IP address with your FreeSWITCH IP address <br> uri: &#39;<a href="mailto:1003@192.168.1.30">1003@192.168.1.30</a>&#39;,<br><br>  // Replace this IP address with your FreeSWITCH IP address<br>  // and replace the port with your FreeSWITCH port<br>  ws_servers: &#39;ws://<a href="http://192.168.1.30:5066">192.168.1.30:5066</a>&#39;,<br><br>  // FreeSWITCH Default Username<br>  authorizationUser: &#39;1003&#39;,<br><br>  // FreeSWITCH Default Password<br>  password: &#39;1234&#39;<br>  register: true<br><br>};<br><br>var bob = new <a href="http://SIP.UA">SIP.UA</a>(config);<br><br>bob.start();<br><br></div>Both files are placed inside apache folder with name freeswitch_rtc. <br>When i run in my firefox. <br><br><b><a href="http://192.168.1.30/freeswitch_rtc/">http://192.168.1.30/freeswitch_rtc/</a></b><br><br></div>I see nothing neither on fs_curl, nor tshark shows any register packet on freeswitch ip.<br><br></div>Pardon me for my naive question, just learning how this amazing machine (freeswitch) works.<br><br></div>Can someone please tell me what is wrong with this code. Or provide me some simple example to make a call with webrtc or any tutorial. <br><br></div>Thanks.     <br><div><div><div><div><br></div></div></div></div></div>