Re: [SR-Users] RTP to SRTP encryption with Kamailio.

2014-07-04 Thread Dani Kamailio
Thank you Carlos, I was taking a look of you work and it is really interesting. I was trying to somehow apply the conversion that you did with Websockets on my conversion/encryption but I haven't reached into the solution. I was able to install Kamilio with the rtpproxy-ng module and rtpengine as

Re: [SR-Users] RTP to SRTP encryption with Kamailio.

2014-06-26 Thread Carlos Ruiz Díaz
Hi, you are on the right track. Mediaproxy-ng/rtpengine does the conversion of SDP profiles for you, so basically, you will only need to flag the call with the right parameters and rtpengine will do the rest. Check out the webrtc example that comes with Kamailio, or my example [1]. You can use th

[SR-Users] RTP to SRTP encryption with Kamailio.

2014-06-26 Thread Dani Kamailio
Hello, I need to build a VoIP system who receives SIP and RTP traffic in a public IP and encrypt both of them with TLS and SRTP respectively. The main point is to have security inside of the local network (I know it may sound unuseful). So, I was trying to build the whole system in Kamailio but I