Re: [SR-Users] Serial Forking and Lookup Function

2015-11-02 Thread Daniel-Constantin Mierla
Hello, On 03/11/15 05:31, Daniel W. Graham wrote: > > Looking for some clarification / direction on setting up forking. > > > > I have configured clients to use q-value and is stored in location > table. I see several examples as described in TM module documentation > but does not mention use of

[SR-Users] Serial Forking and Lookup Function

2015-11-02 Thread Daniel W. Graham
Looking for some clarification / direction on setting up forking. I have configured clients to use q-value and is stored in location table. I see several examples as described in TM module documentation but does not mention use of lookup() function. Per registrar documentation- lookup() The fu

Re: [SR-Users] DB Problems after upgrade

2015-11-02 Thread Daniel-Constantin Mierla
Hello, On 14/10/15 08:48, Nahum Nir wrote: > Hi All, > > I had a working Kamailio with Siremis. I upgraded wanted a new cfg > file (big mistake, I know). > I defined the DBURL at kamailio.cfg and the server start without > errors, users can register but I can not make calls and Siremis missed > ca

Re: [SR-Users] Kamailio configuration file rtpproxy_manage not found when starting

2015-11-02 Thread Daniel-Constantin Mierla
Hello, have you loaded the rtpproxy module? Cheers, Daniel On 15/10/15 13:17, amar Smart Telecom wrote: > Hi, > > > Below is the error before and after: > > > > root@smart:~# > root@smart:~# > root@smart:~# > root@smart:~# systemctl status kamailio.service -l > รข ka

Re: [SR-Users] Kamailio E164 Normalisation

2015-11-02 Thread Daniel-Constantin Mierla
On 02/11/15 18:52, Daniel Tryba wrote: > On Monday 02 November 2015 17:28:29 Daniel Bryars wrote: >> So I'm investigating if it's possible to fix up the number and add the + in >> Kamailio. Clearly I could detect if the number starts with 44 and change >> this to +44, but this seems very brittle

Re: [SR-Users] kamctl fifo t_uac_dlg TLS

2015-11-02 Thread Daniel-Constantin Mierla
Hello, you need certificate/key without password, because kamailio cannot enter it to load the files. Cheers, Daniel On 02/11/15 09:55, Ahmed Salem wrote: > Hi , > I added the certificate and the private key but it didn't work. > When I created my certificate I added a passphrase does it matter?

Re: [SR-Users] host for pstn.gw

2015-11-02 Thread SamyGo
Hey Max, You should know that pstn.gw_ip is not a keyword in Kamailio and it could've been pstn.lol_gw or anything. What really matters is that you know where this gw_ip is being used in configuration. Somewhere in the kamailio.cfg you'll see a PSTN route which will be doing some RURI checks and t

Re: [SR-Users] Kamailio E164 Normalisation

2015-11-02 Thread Daniel Tryba
On Monday 02 November 2015 17:28:29 Daniel Bryars wrote: > So I'm investigating if it's possible to fix up the number and add the + in > Kamailio. Clearly I could detect if the number starts with 44 and change > this to +44, but this seems very brittle (what about other international > numbers) - i

[SR-Users] Kamailio E164 Normalisation

2015-11-02 Thread Daniel Bryars
Hello, I have a requirement to normalise a number to an international E164 inside Kamailio. In my scenario I'm receiving a call from "a platform", and then making a call out to the same platform. I'm then adding some services to that call (e.g. recording it) on the way through. The problem is

[SR-Users] host for pstn.gw

2015-11-02 Thread Max
Hi. I'd like to use Kamailio as a SIP proxy routing calls to upstream SIP provider. As far as I've understood the parameters I should set are: pstn.gw_ip = "" desc "PSTN GW Address" pstn.gw_port = "" desc "PSTN GW Port" The problem is that my upstream provider uses dynamic IP for its server. How

Re: [SR-Users] listening on multiple port

2015-11-02 Thread Daniel Tryba
On Monday 02 November 2015 15:08:16 Thibault Gueslin wrote: > Thank you for your answer. > > However in my case (4.3.3 with tcp enabled), the 2 lines with port neither > lines with 0.0.0.0 are working. Well, if you want tcp you need to add that as listen proto. Making my answer that listen... is

Re: [SR-Users] listening on multiple port

2015-11-02 Thread Thibault Gueslin
Thank you for your answer. However in my case (4.3.3 with tcp enabled), the 2 lines with port neither lines with 0.0.0.0 are working. 2015-11-02 10:23 GMT+01:00 Daniel Tryba : > On Friday 30 October 2015 18:35:18 Thibault Gueslin wrote: > > Hopefully it is possible to write: > > listen=udp:et

Re: [SR-Users] FOSDEM 2016, RTC devroom, speakers, volunteers neeeded

2015-11-02 Thread Daniel-Constantin Mierla
Hello, likely to be there -- let's see how things go and if the weather is nice :-). The devroom for RTC was approved, so there will be one day with specific presentations -- it is what Daniel Pocock announced here. Cheers, Daniel On 02/11/15 10:55, Sven Neuhaus wrote: > Hi, > > I plan to atten

Re: [SR-Users] Domain register_myself

2015-11-02 Thread Daniel-Constantin Mierla
Hello, register_myself set to 1 makes the 'myself' condition match the records from domain table. But it doesn't make is_uri_host_local() to match the listen IP addresses, unless those IP addresses are also added in the domain table. it was this behavior from its first implementation. You can use

[SR-Users] Domain register_myself

2015-11-02 Thread DanB
Hey Guys, I was recently playing with "register_myself" setting of the domain module (which I was the impression that I have used it successfully in the past) and I have the feeling it does not longer behave. I have the following config: """ modparam("domain", "db_url", DBURL) modparam("doma

Re: [SR-Users] FOSDEM 2016, RTC devroom, speakers, volunteers neeeded

2015-11-02 Thread Sven Neuhaus
Hi, I plan to attend FOSDEM 2016, anyone else? The deadline for the devrooms has passed, however. Regards, -Sven Neuhaus signature.asc Description: OpenPGP digital signature ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list

Re: [SR-Users] listening on multiple port

2015-11-02 Thread Daniel Tryba
On Friday 30 October 2015 18:35:18 Thibault Gueslin wrote: > Hopefully it is possible to write: > listen=udp:eth0:5060 > > to avoid to specify the IP. listen=udp:0.0.0.0:5060 listen=udp:0.0.0.0:5228 should be equivalent to port=5060 port=5228 ___ SIP

Re: [SR-Users] kamctl fifo t_uac_dlg TLS

2015-11-02 Thread Ahmed Salem
Hi , I added the certificate and the private key but it didn't work. When I created my certificate I added a passphrase does it matter? Thanks Ahmed On Mon, Oct 26, 2015 at 10:01 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > On 24/10/15 15:16, Ahmed Salem wrote: > > Hi, >

Re: [SR-Users] dmq_usrloc for writing to DB on one machine

2015-11-02 Thread Daniel-Constantin Mierla
Hello, On 27/10/15 12:17, Sebastian Damm wrote: > Hi, > > when inspecting dmq a bit further, I found that in fact there is an > autodiscovery built in. When I told registrar 1 and registrar 2 to > send to receiver, and told receiver to only send to itself, everything > worked. Until the receiver w

Re: [SR-Users] issues with RTP on different hosts & dispatcher mod

2015-11-02 Thread Daniel-Constantin Mierla
Hello, the rtpproxy_sock is a parameter of rtpproxy module, not nathelper. It used to be there, but very many versions ago. For rtp issues, look at sdp and see if the rtpproxy is engaged properly for both caller and callee. Cheers, Daniel On 02/11/15 04:11, Infinicalls Infinicalls wrote: > Hi,

Re: [SR-Users] 100% CPU usage after NTP date update

2015-11-02 Thread Daniel-Constantin Mierla
Hello, thanks for troubleshooting this issue. Can you make a pull request on github.com kamailio project? Then we can review and analyze better the impact. Ultimately, we can make this a config options, as i think it is something good to have. The option could be the value after which the delta i

Re: [SR-Users] Multi-Array with AVPs

2015-11-02 Thread Daniel-Constantin Mierla
Hello, On 29/10/15 09:40, Jonathan Hunter wrote: > Sorry Daniel, missed off list! > > Hi Daniel, > > Great thanks for that response, I have been working with AVPs and Im > almost there. > > I will certainly check out the jansson module, is that new to 4.3 as > Im currently on 4.2? iirc, is in 4.3

Re: [SR-Users] Q: about CRL list (TLS)

2015-11-02 Thread Daniel-Constantin Mierla
As written in the previous reply I just sent, the error is not related to crl handling, but to the fact that the client doesn't sent its own certificate. Cheers, Daniel On 26/10/15 19:37, Vladimer Gabunia wrote: > problem is urgent > > this is my CRL list file content: > > -BEGIN X509 CRL---

Re: [SR-Users] Q: about CRL list (TLS)

2015-11-02 Thread Daniel-Constantin Mierla
Hello, is the client presenting a ssl certificate? Because the server requires that and it seems the client doesn't sent one. Cheers, Daniel On 26/10/15 15:44, Vladimer Gabunia wrote: > this error i get back in Kamailio .log > > TLS accept:error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE

Re: [SR-Users] Problems with dispatcher module | feature disabled

2015-11-02 Thread Daniel-Constantin Mierla
On 28/10/15 15:49, Alessio Casco wrote: > Hello! > > Thanks to @cezar91 we finally spot the issue, basically kamailio it's > transforming t_code=0 (timeout) to 408 and the dispatcher module sees > this last value. > > Oct 28 14:16:32 net21-test /usr/sbin/kamailio[31911]: DEBUG: tm > [t_reply.c:13

Re: [SR-Users] Which option uses for check certificate revocation in kamailio 1.5.x ?

2015-11-02 Thread Daniel-Constantin Mierla
Hello, no, 3.0+ is incompatible with 1.x. If upgrade is not an option, either you have to write C code or implement it via some external script (e.g., using exec module). Cheers, Daniel On 30/10/15 11:37, Evgeniy Ivanov wrote: > Unfortunately, I can't to upgrade to new version. Can i compile an