Re: [SR-Users] Error running kamailio 3.1.0

2011-02-11 Thread Daniel-Constantin Mierla
Hello, looks like you installed 3.1 over 3.0. sl module is now in modules/ folder. In 3.0 was in modules_k folder, so it finds the old version first. Delete the content of /usr/local/lib/kamailio/ and then install again. Cheers, Daniel On 2/11/11 6:09 PM, Lucas Alvarez wrote: Hi, I have comp

Re: [SR-Users] After upgrade from openser 1.3.4 to kamailio 1.5.5 the same crash set

2011-02-11 Thread Daniel-Constantin Mierla
On 2/11/11 6:23 PM, Andrew O. Zhukov wrote: Here is it with MEMDBG=1 Did you get in syslog any error (bug) message mentioning overwriting tail/head for memory operations? If yes, send the syslog messages here. I will try to look over it soon, being offline for some traveling... Cheers, Dani

[SR-Users] kamailio 1.5.5 crashes continue

2011-02-11 Thread Andrew O. Zhukov
Core was generated by `/usr/local/sbin/kamailio -P /var/run/openser/openser.pid -m 32 -u openser -g op'. Program terminated with signal 6, Aborted. #0 0x0039d8c30265 in raise () from /lib64/libc.so.6 (gdb) backtrace #0 0x0039d8c30265 in raise () from /lib64/libc.so.6 #1 0x0039d8c31

Re: [SR-Users] pdb module timeouts

2011-02-11 Thread Juha Heinanen
Henning Westerholt writes: > > ps. A small change on the server part was done: handle 4 digit carrier > > codes.  > > Ah, i see. I guess its not a big change? i have done the same change. perhaps it would make sense to make the module a bit more flexible in terms of length of carrier code. --

Re: [SR-Users] Kamailio 1.5.4 and beyond - mhomed issue under Linux

2011-02-11 Thread Sean O'Donnell
Hi all, I checked the GIT repository and noticed that there was a patch in forward.c for this issue. Looks like it was done 11/4/2010. Two questions: 1) Is there any reason that patch didn't make it into Kamailio 3.1.2 ? 2) Any reason I shouldn't apply that patck to my 1.5.4 release? Thanks, S

Re: [SR-Users] Change transport=tls within Contact Header

2011-02-11 Thread Klaus Darilion
Am 11.02.2011 15:21, schrieb Bernhard Suttner: > Hi, > > is there a function to change the transport field within the Contact > Header? t_relay does relay it to the UDP port of the PBX but the > transport within the Contact Header is still set to TLS. Later, the > PBX does try to establish a TLS

Re: [SR-Users] [Kamailio-Users] Rewrite $tU

2011-02-11 Thread Klaus Darilion
Am 11.02.2011 14:51, schrieb Spinov Evgeniy: >> Hello, > >> with the latest version there are alternatives you can use: > >>> On 12/10/09 5:06 PM, David wrote: >>> Hey, >>> >>> I won't pretend to be an expert in Kamailio, someone will probably >>> suggest a better way. But here is how I rewrot

Re: [SR-Users] NAT, TLS and location table

2011-02-11 Thread Klaus Darilion
Am 11.02.2011 13:15, schrieb Bernhard Suttner: > Hi, > > thanks for you response. Do you think that kamailio does send > sip-options-ping within TCP/TLS (instead of sending the dummy packets)? I don't know, I never tried it. klaus ___ SIP Express R

Re: [SR-Users] pdb module timeouts

2011-02-11 Thread Henning Westerholt
On Friday 11 February 2011, Thomas Baumann wrote: > the load I have on one machine is about 10 cps max. The timeout is > configured to the standard value of 50ms. I the logs I can see that the > response times are not continuous. > Feb 11 17:28:34 m-lab-prx-as-2 /openser/sbin/kamailio[7609]: INFO:

Re: [SR-Users] handle_new_connect ... Too many open files

2011-02-11 Thread Henning Westerholt
On Friday 11 February 2011, Efelin Novak wrote: > today during two hours kamailio made 2G of a syslog messages. This message > was repeated for 10 000 000 times. > > /sbin/kamailio[24272]: ERROR: [tcp_main.c:3959]: WARNING: > handle_new_connect: error while accepting connection(24): Too many open

Re: [SR-Users] After upgrade from openser 1.3.4 to kamailio 1.5.5 the same crash set

2011-02-11 Thread Andrew O. Zhukov
Here is it with MEMDBG=1 -- Core was generated by `/usr/local/sbin/kamailio -P /var/run/openser/openser.pid -m 32 -u openser -g op'. Program terminated with signal 6, Aborted. #0 0x0039d8c3

[SR-Users] Error running kamailio 3.1.0

2011-02-11 Thread Lucas Alvarez
Hi, I have compiled kamailio 3.1.0 without any error and I having this error when running kamailio: ERROR: [sr_module.c:523]: ERROR: load_module: could not open module : /usr/local/lib/kamailio/modules_k/sl.so: undefined symbol: fm_malloc Any will be appreciated. Regards, Lucas

Re: [SR-Users] pdb module timeouts

2011-02-11 Thread Thomas Baumann
Hello Henning, the load I have on one machine is about 10 cps max. The timeout is configured to the standard value of 50ms. I the logs I can see that the response times are not continuous. Feb 11 17:28:34 m-lab-prx-as-2 /openser/sbin/kamailio[7609]: INFO: pdb [pdb.c:290]: got an answer in 35.

[SR-Users] Change transport=tls within Contact Header

2011-02-11 Thread Bernhard Suttner
Hi, is there a function to change the transport field within the Contact Header? t_relay does relay it to the UDP port of the PBX but the transport within the Contact Header is still set to TLS. Later, the PBX does try to establish a TLS connection. The idea is now, that kamailio does set the

[SR-Users] [Kamailio-Users] Rewrite $tU

2011-02-11 Thread Spinov Evgeniy
>Hello, >with the latest version there are alternatives you can use: >> On 12/10/09 5:06 PM, David wrote: >> Hey, >> >> I won't pretend to be an expert in Kamailio, someone will probably >> suggest a better way. But here is how I rewrote my SIP packet's TO >> header before relaying it to the ne

[SR-Users] handle_new_connect ... Too many open files

2011-02-11 Thread Efelin Novak
Hi, today during two hours kamailio made 2G of a syslog messages. This message was repeated for 10 000 000 times. /sbin/kamailio[24272]: ERROR: [tcp_main.c:3959]: WARNING: handle_new_connect: error while accepting connection(24): Too many open files It was preceded by following error. /sbin/ka

Re: [SR-Users] NAT, TLS and location table

2011-02-11 Thread Bernhard Suttner
Hi, thanks for you response. Do you think that kamailio does send sip-options-ping within TCP/TLS (instead of sending the dummy packets)? Best regards, Bernhard -Ursprüngliche Nachricht- Von: Klaus Darilion [mailto:klaus.mailingli...@pernau.at] Gesendet: Freitag, 11. Februar 2011 12:

Re: [SR-Users] NAT, TLS and location table

2011-02-11 Thread Klaus Darilion
Am 11.02.2011 12:15, schrieb Bernhard Suttner: > Hi, > > I am using TLS and recognize the following problem: > > The TLS connection are build up successfully but the natping > (natping_interval = 10) does not send small dummy packets to the > phones. The phones are behind a firewall with NAT. R

[SR-Users] NAT, TLS and location table

2011-02-11 Thread Bernhard Suttner
Hi, I am using TLS and recognize the following problem: The TLS connection are build up successfully but the natping (natping_interval = 10) does not send small dummy packets to the phones. The phones are behind a firewall with NAT. Registered phones with NAT but UDP do work correctly. They ar

Re: [SR-Users] TLS Support

2011-02-11 Thread Bernhard Suttner
Thanks a lot :-) -Ursprüngliche Nachricht- Von: Klaus Darilion [mailto:klaus.mailingli...@pernau.at] Gesendet: Donnerstag, 10. Februar 2011 19:19 An: Bernhard Suttner Cc: sr-users@lists.sip-router.org Betreff: Re: [SR-Users] TLS Support Bernhard Suttner wrote: > Hi, > > how could I comp

Re: [SR-Users] Kamailio NOTIFY

2011-02-11 Thread Spinov Evgeniy
Yea, yea, I got that dialog do not have offline and online status. You mean, that there is no way to tell phone, that extension is offline, even if it is offline by Kamailio no chance to pass this info to phone unless it's subscribed for presence event, right? On Fri, 2011-02-11 at 10:34 +0100,

Re: [SR-Users] Kamailio NOTIFY

2011-02-11 Thread Klaus Darilion
Am 11.02.2011 07:57, schrieb Spinov Evgeniy: > Thank you for detailed explanation, now I've got it, but I'm confused > about workaround. Really nothing could be done to send phone offline or > get it online when it's off? For instance to get it online, it's > possible to emulate false call, with

Re: [SR-Users] pdb module timeouts

2011-02-11 Thread Henning Westerholt
On Wednesday 09 February 2011, Thomas Baumann wrote: > I am using the PDB module and server components for number portability. 2 > instances of PDB Server runs on (10.12.19.51/10001/10002), Kamailio on > (10.12.19.21). With a small amount of traffic (-cmax 150 -cps 10 > -callduration 3), where are