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 endless horizons

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 course, normally I will transfer to

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

2022-06-29 Thread Henning Westerholt
Hello, Apparent from the obvious challenges (how to get the packages to the server etc..) you do not need internet to operate Kamailio. Main dependencies during run time is DNS, but this can be of course provide locally. Just make sure that all domains are in your local DNS. Cheers, Henning

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

2022-06-29 Thread Alex Balashov
Hi Rahul, That is quite interesting! Well, there’s no such document that I’m aware of, but it seems the process should be quite similar to installing over the Internet. If installing from source, you can install all necessary compilation dependencies (most likely!) from the distribution

[SR-Users] Makefile.rules:191: recipe for target 'tlsa.so' failed

2022-06-29 Thread Abdoul Osséni
Hello, Cannot compile tlsa module. I get the following error message: LD (gcc) [M tlsa.so] tlsa.so /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libssl.a(ssl_lib.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile

Re: [SR-Users] Kamailio behind NAT

2022-06-29 Thread ZZ Wave
I use this with NATed Kamailio and Asterisk for "transparent" registrations: if (is_method("REGISTER")) { add_path(); } if ($Ri=="LAN_IP") { $fs="udp:WAN_IP:5060"; } else { $fs="udp:LAN_IP:5060"; } AFAIK

[SR-Users] (Off-topic) Vienna, meeting

2022-06-29 Thread Henning Westerholt
(Off-topic) Hello, In about two weeks I will be a few days in Vienna (12h - 14th July). If you want to meet for a drink to chat about Kamailio and other topics, just contact me off-list. Thanks, and regards, Henning __ Kamailio - Users

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

2022-06-29 Thread Fred Posner
> 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 course, normally I will transfer to the system the tar file from GitHub to a system I’m using to ssh, scp

[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] Kamailio behind NAT

2022-06-29 Thread M S
That's likely because kamailio does not know where the destination endpoint is. You must either share user location information with kamailio or somehow keep track of registered users on kamailio (dual registration or cascade registration or path header if supported by pbx etc.).--Muhammad Shahzad

Re: [SR-Users] Forward reply in onreply_route

2022-06-29 Thread Yuriy Gorlichenko
Since 5.6.0 there is forward_reply() in corex module https://kamailio.org/docs/modules/5.6.x/modules/corex.html#corex.f.forward_reply it doesn't have enough description but looking at the source it calls core->do_forward_reply function which ( at least as I see ) doesn't block the execution of the

[SR-Users] Kamailio behind NAT

2022-06-29 Thread Алексей Якимкин
Hello, I have kamailio in local network behind NAT. Kamailio have one interface eth1 with ip 10.130.0.23 UserAgent - (internet) - (178.0.0.169)router_with_NAT - (LAN) - kamailio+rtpproxy - pbx I made two listeners: listen=udp:10.130.0.23:5070 #to pbx in lan (I don`t want to put via header with