Re: [SR-Users] Install Kamailio in captive network

2022-06-29 Thread Rahul mm
Thanks Fred, Alex & Henning for interesting approaches. I'll explore 'localinstall' , docker/vm, and some tools to generate vdi from an existing 'connected' system. Cheers! On Wed, Jun 29, 2022, 6:33 PM Rahul mm wrote: > Hello guys, > > Ab initio, I'm loving Kamailio and the end

Re: [SR-Users] Install Kamailio in captive network

2022-06-29 Thread Rahul mm
Thanks Fre On Wed, Jun 29, 2022, 6:42 PM Fred Posner wrote: > > On Jun 29, 2022, at 9:03 AM, Rahul mm wrote: > > > > Is there any document somewhere to get Kamailio installed in a captive > network that runs w/o internet? > > Many ways to approach this of cours

[SR-Users] Install Kamailio in captive network

2022-06-29 Thread Rahul mm
Hello guys, Ab initio, I'm loving Kamailio and the endless horizons it opens-up. Is there any document somewhere to get Kamailio installed in a captive network that runs w/o internet? I know this seems bizarre but in the mining industry most of the locations do not have internet facilities but

Re: [SR-Users] SRTP/DTLS + RTP Header encryption

2021-12-15 Thread Rahul mm
Any opinions from someone? On Thu, Dec 9, 2021, 5:10 PM Rahul mm wrote: > Has anyone tried encrypting RTP headers in SRTP ? > > On Wed, Dec 8, 2021, 7:44 AM Rahul mm wrote: > >> Hi guys, >> >> Is it possible to achieve RTP header encryption along with payload in

Re: [SR-Users] SRTP/DTLS + RTP Header encryption

2021-12-09 Thread Rahul mm
Has anyone tried encrypting RTP headers in SRTP ? On Wed, Dec 8, 2021, 7:44 AM Rahul mm wrote: > Hi guys, > > Is it possible to achieve RTP header encryption along with payload in > SRTP/DTLS ? > So far what I've been able to see is RTP payload encryption. > I'm u

[SR-Users] SRTP/DTLS + RTP Header encryption

2021-12-07 Thread Rahul mm
Hi guys, Is it possible to achieve RTP header encryption along with payload in SRTP/DTLS ? So far what I've been able to see is RTP payload encryption. I'm using kamailo 5.5.0 and rtpengine 9.2.1.6 in webRTC scenario. Many thanks. BR, Rahul

Re: [SR-Users] Strip VP8 from SDP in rtpengine

2021-10-29 Thread Rahul mm
Hi Sergiu, I do not wish to remove video altogether. I just want it to be on VP9 instead of VP8. Thanks and Regards Rahul On Fri, Oct 29, 2021, 4:27 PM Sergiu Pojoga wrote: > Check out sdpops module. > > sdp_remove_media("video") > > > On Fri., Oct. 29, 2021,

[SR-Users] Strip VP8 from SDP in rtpengine

2021-10-29 Thread Rahul mm
Hello, I'm facing trouble with Android 12 using webview to attempt video call. All the media is rotated from rtpengine. To workaround this problem, I wish to strip VP8 and have the calls run on VP9. For this, I added "codec-strip=VP8" but rtpengine is not able to remove it. I've even tried

Re: [SR-Users] Eternal config - Kamailio and rtpengine

2021-05-18 Thread Rahul mm
Hi Mihai, You need to provide both public and private interface in rtpengine params. Further, you will have to provide the direction while invoking rtpengine_manage/offer/answer. Check the rtpengine module documentation for details. On Wed, May 19, 2021, 3:13 AM Mihai Cezar wrote: > Hi! > > I