[SR-Users] gmake: *** [cfg.tab.h] Broken Pipe while make kamailio on solaris 10

2010-06-01 Thread JinKevin
Hi All, I'm trying to install kamailio3.0.x on solaris 10 (sparc) as following: gmake prefix=/usr/local/kamailio-3.0 include_modules=db_mysql dialplan cfg gmake prefix=/usr/local/kamailio-3.0 all but get the Broken Pipe error as below: snip - from

[SR-Users] check_from and check_to: case sensitive?

2010-06-01 Thread Iñaki Baz Castillo
Hi, when using check_from or check_to, is the username part of the uri checked in mode case sensitive or insensitive? It should be case sensitive as per SIP grammar. But in the code (uri_db/checks.c) I see the opposite: /* URI table not used, simply compare digest username and

Re: [SR-Users] check_from and check_to: case sensitive?

2010-06-01 Thread Iñaki Baz Castillo
2010/6/1 Iñaki Baz Castillo i...@aliax.net: Hi, when using check_from or check_to, is the username part of the uri checked in mode case sensitive or insensitive? It should be case sensitive as per SIP grammar. But in the code (uri_db/checks.c) I see the opposite:               /* URI table

Re: [SR-Users] check_from and check_to: case sensitive?

2010-06-01 Thread Iñaki Baz Castillo
2010/6/1 Iñaki Baz Castillo i...@aliax.net: btw: how is if ($au!=$tU) compared? All the comparisons in kamailio are case insensitive. The only way would be using avopos to perform a case sensitive comparison. -- Iñaki Baz Castillo i...@aliax.net

Re: [SR-Users] check_from and check_to: case sensitive?

2010-06-01 Thread Klaus Darilion
Am 01.06.2010 19:02, schrieb Iñaki Baz Castillo: 2010/6/1 Klaus Darilionklaus.mailingli...@pernau.at: Shouldn't it use strncmp()? Probably it should. regards Klaus btw: how is if ($au!=$tU) compared? The problem is that more SIP username related stuff is also case insensitive in

[SR-Users] VoIPToday Kamailio interview

2010-06-01 Thread Daniel-Constantin Mierla
FYI: VoIPToday.org has published an interview I gave related to Kamailio project: http://bit.ly/9gVzvS Meanwhile, asyncrhonous TLS is already in GIT, thanks to Andrei. Cheers, Daniel -- Daniel-Constantin Mierla Kamailio (OpenSER) Advanced Training Miami, Fl, USA - June 21-23, 2010

Re: [SR-Users] fix_nated_contact() on REGISTER

2010-06-01 Thread Daniel-Constantin Mierla
On 6/1/10 10:02 PM, Klaus Darilion wrote: Daniel-Constantin Mierla wrote: On 6/1/10 9:07 PM, Alex Balashov wrote: No, it'll store the fixed one, in the proper contact column, not the received column. I do this all the time, even though it's not the proper way. should be the original one

Re: [SR-Users] call routing using kamailio 3.0.2

2010-06-01 Thread Meftah Tayeb
thank you Le 31/05/2010 10:34, Klaus Darilion a écrit : Am 31.05.2010 13:57, schrieb Meftah Tayeb: hello, how do i route calls from local registered users to a pstn gateway? 1. analyze the RURI to find out if the called user is a phone number, e.g.: if ($rU ~= \+1[1-9]*) { route(11); #