[SR-Users] make: *** No rule to make target `deb-lenny'. Stop.

2010-05-13 Thread Toyima Dias
Hello sip-router community... I'm having some problems with my Kamailio installation (kamailio-1.5.0-notls_src.tar.gz)...after downloading and decompress i do the following: kamailio:/usr/src/kamailio-1.5.0-notls# make deb-lenny bison -d -b cfg cfg.y cfg.y: conflicts: 1 shift/reduce flex cfg.lex

Re: [SR-Users] Invitación a conectarnos en LinkedIn

2010-05-13 Thread Alex Balashov
Fail. On 05/13/2010 05:08 PM, Johnny Laura wrote: LinkedIn Me gustaría añadirte a mi red profesional en LinkedIn. -Johnny Johnny Laura Propietario en ITUS - GISS Perú Confirma que conoces a Johnny © 2010, LinkedIn Corpor

[SR-Users] Invitación a conectarnos en LinkedIn

2010-05-13 Thread Johnny Laura
LinkedIn Me gustaría añadirte a mi red profesional en LinkedIn. -Johnny Johnny Laura Propietario en ITUS - GISS Perú Confirma que conoces a Johnny Laura https://www.linkedin.com/e/isd/1299499162/fi9HEYnJ/ -- (c) 2010, LinkedIn Corporation__

Re: [SR-Users] carrierroute cr_route fails with pvars

2010-05-13 Thread Marius Zbihlei
Hello Ole, I think the move to 6 buffers(it has only a small memory penalty) should suffice, because there are no module functions that might have more than 6 parameters. If I remember correctly, I have also patched the kamailio_3.0 branch, so if you are using 3.0.0 you might already have th

Re: [SR-Users] carrierroute cr_route fails with pvars

2010-05-13 Thread Ole Kaas
Den 03/05/2010 kl. 12.13 skrev marius zbihlei: > You are right, if you use 2 PV in the cr_route function things will go badly. > > The reason is that the core function get_str_fparam() returns a pointer to a > static buffer, and in total there are three(3) static buffers to return, so > after a

Re: [SR-Users] [NATHELPER] bug in SDP parsing when dealing with multi-part bodies ?

2010-05-13 Thread Pascal Maugeri
Yes Iñaki, you're right, sorry for this mistake. this is the existing code: > switch(hdr->type){ > case HDR_CONTENTTYPE_T: > case HDR_CONTENTDISPOSITION_T: that I replaced with the following: > switch(hdr->type){ > case HDR_CONTENT

[SR-Users] db_bind_mod() function...

2010-05-13 Thread Bruno Bresciani
Hi people, in kamailio the function bind_dbmod() was replaced by the db_bind_mod() ok? I didn't understand very well the db_func_t *mydbf parameter that I have to provide for this new function. In ser I used bind_dbmod() to check if database module has been loaded and I want make this in kamailio

Re: [SR-Users] LCR, problem with routing (prefix, from_uri, grp_id)

2010-05-13 Thread Iñaki Baz Castillo
2010/5/13 Maciej Bylica : > But still one issue remains (only from SIPWORLD ---> Kamailio > > MGWs scenario). > As aforementioned i need to inspect calling number and choose proper > MGWs to have the call terminated. > I need to be able to identify calling numbers like 48 (only two > starting d

Re: [SR-Users] LCR, problem with routing (prefix, from_uri, grp_id)

2010-05-13 Thread Maciej Bylica
>> This occurs because the rules with id=1 and id=3 do match the INVITE >> so if the first fails (longest matching prefix) the other will be >> executed. This is how LCR works. >> >> Use load_gws() with a pseudo-variable as I recommend you in the other >> mail so you won't rely on the From URI but

Re: [SR-Users] Kamailio 1.5 stops processing messages

2010-05-13 Thread Santiago Gimeno
Hi, We don't use any flags in the t_replicate function, just the uri of the backup proxy. I think we are not creating any transaction before t_replicate. Thanks, Santi 2010/5/13 Daniel-Constantin Mierla > Hello, > > what are the parameters for t_replicate(), any flags? Do you create a > tran

Re: [SR-Users] Kamailio 1.5 stops processing messages

2010-05-13 Thread Daniel-Constantin Mierla
Hello, what are the parameters for t_replicate(), any flags? Do you create a transaction for register before t_replicate (e.g., by calling t_newtran in config)? Cheers, Daniel On 5/13/10 11:53 AM, Santiago Gimeno wrote: Hi, It happens randomly, after some hours or some days, no particular

Re: [SR-Users] lookup(), received an $du

2010-05-13 Thread Daniel-Constantin Mierla
On 5/13/10 11:30 AM, Daniel-Constantin Mierla wrote: On 5/12/10 11:33 AM, Andreas Granig wrote: at the first sight, looking into the code, should be the same in 1.5. Are you sure is different? Practically the registrar/usrloc were touched just a bit, nothing in the lookup or save functiona

Re: [SR-Users] Kamailio 1.5 stops processing messages

2010-05-13 Thread Santiago Gimeno
Hi, It happens randomly, after some hours or some days, no particular pattern. There is no error message in the syslog. The debug level is set at 0. Would a higher debug level help to track the issue? We only use t_replicate to send the REGISTER to a backup proxy. Thanks, Santi 2010/5/13 Daniel

Re: [SR-Users] Kamailio 1.5 stops processing messages

2010-05-13 Thread Daniel-Constantin Mierla
Hello, seems to be something related to t_replicate(). Can you reproduce it easily? If not, how often does it happen? Do you see any particular error messages in syslog, before frozen? Cheers, Daniel On 5/13/10 10:39 AM, Santiago Gimeno wrote: Hi, I'm working with Kamailio 1.5 (rev 5968) a

Re: [SR-Users] lookup(), received an $du

2010-05-13 Thread Daniel-Constantin Mierla
On 5/12/10 11:33 AM, Andreas Granig wrote: at the first sight, looking into the code, should be the same in 1.5. Are you sure is different? Practically the registrar/usrloc were touched just a bit, nothing in the lookup or save functionality. Hmmm... You're right, I'm not sure about 1.5, sinc

[SR-Users] Kamailio 1.5 stops processing messages

2010-05-13 Thread Santiago Gimeno
Hi, I'm working with Kamailio 1.5 (rev 5968) and from time to time kamailio freezes and stops processing messages. Kamailio is working only in UDP. I really don't know in which conditions this problem is happening: it happens both in high and low load. Here is a backtrace of one of the UDP working