<HTML><BODY>Hello Vinod,<br><br>We used Doubango sipML5 web phone<br><a href="https://www.doubango.org/sipml5/call.htm?svn=252">https://www.doubango.org/sipml5/call.htm?svn=252</a> <br><br>It was quite good for debugging and testing webrtc calls.<br>Most of work in kamailio config I made by using that client.<br><br>Best regards.<br>Konstantin<br><br><blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;"><div id=""><div class="js-helper js-readmsg-msg"><div><div id="style_15279337660000000394_BODY"><br>
Message: 8<br>
Date: Fri, 1 Jun 2018 23:50:50 +0530<br>
From: vinod mn <<a href="mailto:vinodmn.dbit@gmail.com">vinodmn.dbit@gmail.com</a>><br>
To: <a href="mailto:sr-users@lists.kamailio.org">sr-users@lists.kamailio.org</a><br>
Subject: [SR-Users] configuring websockts in kamilio<br>
Message-ID:<br>
        <<a href="mailto:CAHeWXy7h4Tcp4Sg9_eM3teCHBdJ5bwHa9TYSJy+7P4e+bm1hqQ@mail.gmail.com">CAHeWXy7h4Tcp4Sg9_eM3teCHBdJ5bwHa9TYSJy+7P4e+bm1hqQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
hi configured websockets on kamilio 5.1.3<br>
I am trying to register the client based on webrtc client ,(sip.js)<br>
 the registration is fine but i am not getting the correct address  if i<br>
run "*kamctl ul show"*<br>
<br>
<br>
* In the address filed  I want the sip:<id>@<ip>:<port>ex:<br>
sip:12345@127.0.0.1:12345 <<a href="http://sip:12345@127.0.0.1:12345" target="_blank">http://sip:12345@127.0.0.1:12345</a>> *<br>
output shows:<br>
{<br>
  "jsonrpc":  "2.0",<br>
  "result": {<br>
    "Domains":  [{<br>
        "Domain": {<br>
          "Domain": "location",<br>
          "Size": 1024,<br>
          "AoRs": [{<br>
              "Info": {<br>
                "AoR":  "1xxxxxxxxx",<br>
                "HashID": 1xxxxx,<br>
                "Contacts": [{<br>
                    "Contact":  {<br>
                  *"Address":<br>
"sip:eg84vjhr@p6ggglrk0gsh.invalid;transport=ws"*,<br>
                      "Expires":  397,<br>
                      "Q":  1,<br>
                      "Call-ID":  "ma4feu2i43bnu6ophe4k78",<br>
                      "CSeq": 86,<br>
                      "User-Agent": "SIP.js/0.5.0-devel BB",<br>
                      "Received": "sip:X.X.X.X:56087;transport=ws",<br>
                      "Path": "[not set]",<br>
                      "State":  "CS_NEW",<br>
                      "Flags":  0,<br>
                      "CFlags": 192,<br>
                      "Socket": "tcp:X.X.X.X:8080",<br>
                      "Methods":  783,<br>
                      "Ruid": "uloc-5b116457-1dc1-03",<br>
                      "Instance":<br>
"<urn:uuid:0e879ebf-0a31-45a8-9fd9-6b937d3328d4>",<br>
                      "Reg-Id": 1,<br>
                      "Server-Id":  0,<br>
                      "Tcpconn-Id": 259,<br>
                      "Keepalive":  1,<br>
                      "Last-Keepalive": 1527876355,<br>
                      "Last-Modified":  1527876355<br>
                    }<br>
                  }]<br>
              }<br>
            }<br>
  ],<br>
          "Stats":  {<br>
            "Records":  1,<br>
            "Max-Slots":  1<br>
          }<br>
        }<br>
      }]<br>
  },<br>
  "id": 18958<br>
}<br>
<br>
In the address filed  I want the sip:<id>@<ip>:<port><br>
ex: sip:12345@127.0.0.1:12345<br>
<br>
Please give me any suggestions on this, which webrtc client can i use to<br>
register to kamailio and able to receive on the client and to make outbound<br>
calls from the client.<br>
<br>
-- <br>
Thanks and regards<br>
Vinod.M.N<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.kamailio.org/pipermail/sr-users/attachments/20180601/7a810d59/attachment-0001.html" target="_blank">http://lists.kamailio.org/pipermail/sr-users/attachments/20180601/7a810d59/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Fri, 1 Jun 2018 23:57:23 +0530<br>
From: vinod mn <<a href="mailto:vinodmn.dbit@gmail.com">vinodmn.dbit@gmail.com</a>><br>
To: <a href="mailto:sr-users@lists.kamailio.org">sr-users@lists.kamailio.org</a><br>
Subject: [SR-Users] configuring the websocket in kamailio 5.1<br>
Message-ID:<br>
        <<a href="mailto:CAHeWXy4EH8+1afhw_ARrqNUNP-f1z7yC8Dd9UaWLMuiHhJ6QJQ@mail.gmail.com">CAHeWXy4EH8+1afhw_ARrqNUNP-f1z7yC8Dd9UaWLMuiHhJ6QJQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi,<br>
I configured the websocket in kamailio and it is running properly, which is<br>
the best webrtc client (with proper code as I dont't want to spend more<br>
time in writing the codes based on the example snippets ) can I use for<br>
registering, and making/ receiving the calls on the webrtc-client .<br>
<br>
requirement:<br>
webrtc-client(??)->register-> kamailio(already configured to use websocket)<br>
webrtc-client -> makecall to kamailio<br>
webrtc-client receives call from another client(sip not webrtc-client)<br>
<br>
-- <br>
Thanks and regards<br>
Vinod.M.N<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.kamailio.org/pipermail/sr-users/attachments/20180601/d6ba613a/attachment-0001.html" target="_blank">http://lists.kamailio.org/pipermail/sr-users/attachments/20180601/d6ba613a/attachment-0001.html</a>><br>
<br>
------------------------------<br></div></div></div></div></blockquote><style type="text/css"></style></BODY></HTML>