Re: [SR-Users] undefined symbol: EVP_sha1 when using outbound module

2016-07-27 Thread Daniel-Constantin Mierla
Can you install the pkg-config, recompile and see if works this time? pkg-config is useful to detect compile and linker parameters for specific libraries. Cheers, Daniel On 27/07/16 16:10, Francisco Burgos wrote: > > From source and no, I did not installed pkg-config tool. > > > > -

Re: [SR-Users] Configuring/Integrating Kamailio Open IMS with FHoSS

2016-07-27 Thread victor_olvera
I downloaded the Debian image and it is up an running. I have HSS, P-CSCF, I-CSCF, and S-CSCF instances running on this image. How do I make a virtual(soft phone) call with an IMS client? I am using Zoiper to simulate one of my soft phones. On Zoiper, for 'Domain' I enter my 'IP ADDRESS for the V

Re: [SR-Users] Kamailio LB: how to get Asterisk to do the RTP

2016-07-27 Thread Tickling Contest
I added the #!define WITH_NAT option, and now the call can only be made one way. RTPProxy was started like so: $ rtpproxy -l 192.168.1.101 -s udp:localhost:7722 -u kamailio root@kamailioA:~# netstat -pln | egrep "kamailio|rtpproxy" tcp0 0 192.168.1.101:5060 0.0.0.0:*

Re: [SR-Users] TM: t_relay([host, port]) DNS Queries

2016-07-27 Thread Louis-Olivier Roof
Carsten, Running dns.view on a very active system yields no output (not an error). kamailio_4.2.0-2+deb8u1_amd64 Thanks, Louis-Olivier On 2016-07-27 11:21 AM, Carsten Bock wrote: > Hi, > > can you run kamcmd dns.view? There you should see, what records are > cached and when they will be refre

Re: [SR-Users] TM: t_relay([host, port]) DNS Queries

2016-07-27 Thread Carsten Bock
Hi, can you run kamcmd dns.view? There you should see, what records are cached and when they will be refreshed. Thanks, Carsten 2016-07-27 17:04 GMT+02:00 Louis-Olivier Roof : > Thanks for your prompt answer Carsten, > > According to the docs, the cache should be periodically invalidated > ac

Re: [SR-Users] TM: t_relay([host, port]) DNS Queries

2016-07-27 Thread Louis-Olivier Roof
Thanks for your prompt answer Carsten, According to the docs, the cache should be periodically invalidated according to the replies TTL (bounded by config values). So leaving the cache ON should be OK and still produce DNS queries, which is not what I'm seeing. Am I misunderstanding something?

Re: [SR-Users] TM: t_relay([host, port]) DNS Queries

2016-07-27 Thread Carsten Bock
Hi Louis-Olivier, you should look at the DNS-Parameters of the Core: http://www.kamailio.org/wiki/cookbooks/devel/core#dns_parameters Kamailio caches DNS results by default (which can be turned off). Thanks, Carsten 2016-07-27 16:47 GMT+02:00 Louis-Olivier Roof : > Dear Kamailio users, > > Ref

[SR-Users] TM: t_relay([host, port]) DNS Queries

2016-07-27 Thread Louis-Olivier Roof
Dear Kamailio users, Ref: http://kamailio.org/docs/modules/4.2.x/modules/tm.html#tm.f.t_relay Using t_relay([host, port]) to relay messages to a specific host does not seem to generate DNS queries to the said host after Kamailio has initially processed the configuration file. It resolves the hos

Re: [SR-Users] Kamailio LB: how to get Asterisk to do the RTP

2016-07-27 Thread Daniel Tryba
On Wed, Jul 27, 2016 at 01:54:07AM -0400, SamyGo wrote: > You need to enable NAT handling in your Kamailio (#!define WITH_NAT), then > depending upon how your clients will interact with asterisk you may or may > not need a media proxy, like RTPproxy. If asterisks can send/receive media > directly f

Re: [SR-Users] undefined symbol: EVP_sha1 when using outbound module

2016-07-27 Thread Francisco Burgos
>From source and no, I did not installed pkg-config tool. From: sr-users on behalf of Daniel-Constantin Mierla Sent: Wednesday, July 27, 2016 6:20 AM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] undefined symbol: EVP_sha1 when using outbound

Re: [SR-Users] Checking for 200ok Response to a REGISTER request kamailio-Asterisk

2016-07-27 Thread Jonathan Hunter
:) shooting from the hip is sometimes good! Interesting about replicating to the Asterisk Servers, I currently do this, using the dispatcher table so it will replicate to both Asterisk servers; t_replicate("$ru"); ds_next_domain();t_replicate("$ru"); I like the idea about populating

Re: [SR-Users] Checking for 200ok Response to a REGISTER request kamailio-Asterisk

2016-07-27 Thread Olle E. Johansson
(Shooting from the hip, but let’s brainstorm just for fun :-) ) I would consider not saving the incoming REGISTER in the Kamailio location database, notfork it but replicate or forward twice to the ASterisk servers. Keep a counter - maybe in a hash table - and when the first 200 ok come in, rai

Re: [SR-Users] Checking for 200ok Response to a REGISTER request kamailio-Asterisk

2016-07-27 Thread Jonathan Hunter
Hello, Thanks for the response. I appreciate your comments and agree, however the architecture cannot be changed currently so in the meantime its looking to apply a fix to allow for stability in the short term. I have built/designed other platforms and registrations don't go anywhere near the Me

Re: [SR-Users] Checking for 200ok Response to a REGISTER request kamailio-Asterisk

2016-07-27 Thread Olle E. Johansson
> On 27 Jul 2016, at 14:01, Jonathan Hunter wrote: > > > Hi Guys, > > So currently on our network we have a kamailio server which users register > against, we then replicate the register messages to 2 Asterisk boxes sat > behind it so that all entities are aware of the registration state of

[SR-Users] Checking for 200ok Response to a REGISTER request kamailio-Asterisk

2016-07-27 Thread Jonathan Hunter
Hi Guys, So currently on our network we have a kamailio server which users register against, we then replicate the register messages to 2 Asterisk boxes sat behind it so that all entities are aware of the registration state of the users. REGISTER--->KAMAILIO>ASTERISK A---