<div dir="ltr">We have to interface the conference bridge platform and the webrtc gateway. <div>Shall we use Kamailio for this and work on top of it?</div><div><br></div><div>Thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 4, 2016 at 3:25 PM, suganthi karthick <span dir="ltr"><<a href="mailto:suganthi.mkk@gmail.com" target="_blank">suganthi.mkk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thank you so much.<div><br></div><div><div>The conference bridge is an existing working one for SIP clients, and I am trying to add webrtc support for that.</div><div><br></div><div>The webrtc gateway needs to be implemented in a way like a library because it needs to be integrated into the existing platform.</div><div><br></div><div>There are some init functions and config function from the existing module based on which the gateway can be configured. </div><div><br></div><div>Also, when a webrtc call come from a webrtc client, it needs to handle the signaling and the media has to go to the conference bridge platform.</div><div><br></div><div>It would be really helpful if you suggest whether I can use Kamailio for this purpose and use it as a library and integrate into the exiting platform?</div><div><br></div><div>Your suggestions will be more helpful.</div><div><br></div><div>Thanks.</div></div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 4, 2016 at 3:13 PM, Carsten Bock <span dir="ltr"><<a href="mailto:carsten@ng-voice.com" target="_blank">carsten@ng-voice.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
you can achieve SIP over WebSocket with Kamailio (see<br>
<a href="http://kamailio.org/docs/modules/stable/modules/websocket.html" rel="noreferrer" target="_blank">http://kamailio.org/docs/modules/stable/modules/websocket.html</a>) and<br>
DTLS-SRTP to "plain" RTP with RTPEngine<br>
(<a href="http://kamailio.org/docs/modules/stable/modules/rtpengine" rel="noreferrer" target="_blank">http://kamailio.org/docs/modules/stable/modules/rtpengine</a>).<br>
<br>
An example configuration can be found here:<br>
<a href="https://github.com/caruizdiaz/kamailio-ws" rel="noreferrer" target="_blank">https://github.com/caruizdiaz/kamailio-ws</a><br>
<br>
Thanks,<br>
Carsten<br>
<div><div><br>
2016-01-04 10:03 GMT+01:00 suganthi karthick <<a href="mailto:suganthi.mkk@gmail.com" target="_blank">suganthi.mkk@gmail.com</a>>:<br>
> Hi,<br>
><br>
> I need to implement a WebRTC gateway for an existing conference bridge. The<br>
> clients application can be a JsSIP client (SIP over websocket or JSON over<br>
> websocket). The WebRTC gateway has to support Signaling and ICE and DTLS.<br>
><br>
> Can I use Kamailio as a base for this development?<br>
><br>
> Thanks<br>
> Suganthi<br>
><br>
</div></div>> _______________________________________________<br>
> sr-dev mailing list<br>
> <a href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
> <a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev" rel="noreferrer" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
><br>
<br>
<br>
<br>
--<br>
Carsten Bock<br>
CEO (Geschäftsführer)<br>
<br>
ng-voice GmbH<br>
Schomburgstr. 80<br>
D-22767 Hamburg / Germany<br>
<br>
<a href="http://www.ng-voice.com" rel="noreferrer" target="_blank">http://www.ng-voice.com</a><br>
mailto:<a href="mailto:carsten@ng-voice.com" target="_blank">carsten@ng-voice.com</a><br>
<br>
Office +49 40 5247593-0<br>
Fax +49 40 5247593-99<br>
<br>
Sitz der Gesellschaft: Hamburg<br>
Registergericht: Amtsgericht Hamburg, HRB 120189<br>
Geschäftsführer: Carsten Bock<br>
Ust-ID: DE279344284<br>
<br>
Hier finden Sie unsere handelsrechtlichen Pflichtangaben:<br>
<a href="http://www.ng-voice.com/imprint/" rel="noreferrer" target="_blank">http://www.ng-voice.com/imprint/</a><br>
<br>
_______________________________________________<br>
sr-dev mailing list<br>
<a href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev" rel="noreferrer" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>