Re: [SR-Users] Kamailio 1.5.4 - IP addresses WhiteList

2010-11-23 Thread Miguel Baptista
Hello, Thanks Daniel for your help. The permissions module looks exactly what I was looking for. Right now I will have around 5 "fxed" IP addresses but in the near future I might have more than 20 trusted IP addresses. So, That's why I didn't want to use the if(src_ip==ipaddress...) logic :) Che

[SR-Users] Double-quote with t_uac_dlg

2010-11-23 Thread Kévin L'heveder
Hi, I have some troubles to send via t_uac_dlg a REGISTER method with an authorization field cause the values like digest, realm...are containing between double-quotes and that produce a parse error in kamailio. I didn't find how can i escape those double-quotes to prevent from this error. Here'

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-23 Thread Daniel-Constantin Mierla
If you don't have the mask ip to your host ip (kamailio listening ip) like Alex pointed, do you have a core dump from where you can send the backtrace? Cheers, Daniel On 11/24/10 2:58 AM, Alex Balashov wrote: You don't happen to be setting your mask IP to your host's actual IP, do you? There

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-23 Thread Alex Balashov
You don't happen to be setting your mask IP to your host's actual IP, do you? There is a periodic crash bug that occurs when that happens. -- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street 12th Floor, Suite 1200 Atlanta, GA 30309 Tel: +1-678-954-0670 Fax: +1-404-961-1892

[SR-Users] SIP Router 3.03 topoh

2010-11-23 Thread dotnetdub
Hi All, Kamailio had just started to get SIP attacked and it looked like they were sending a bad header and Kamailio died.. Nov 20 19:48:51 sipproxy sip[3383]: INFO:

[SR-Users] TCP Children and Connection Handling

2010-11-23 Thread Jijo
Hi All, I'm facing an issue with TCP connection from Proxy(kamailio) to a SIP server on a load test, where kamailio is not processing the message fast enough and which leads socket buffer getting filled up. I have increased the tcp_rd_buf_size but that really didn't help. According to my understa

Re: [SR-Users] avp_db_query returning wrong data

2010-11-23 Thread Alex Balashov
On 11/23/2010 06:41 PM, Jijo wrote: Yes it work with many UDP children. There were some concurrency issues with the Postgres module a while back, discovered after the 3.1.0 release. I remember something about it because we are extremely heavy users of the Postgres module as well. Unfortuna

Re: [SR-Users] SIP Softphone with RPID and PAI

2010-11-23 Thread Iñaki Baz Castillo
2010/11/23 Uriel Rozenbaum : > Hey Guys, > > I was wondering if anyone knows some Windows Based softphone to do > some tests on my Kamailio 1.5.4 deployment that will allow insertion > of custom headers or at least Remote-Party-ID and/or > P-Asserted-Identity. A softphone is never a trusted node s

Re: [SR-Users] avp_db_query returning wrong data

2010-11-23 Thread Alex Balashov
Does it work with many UDP children? -- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street 12th Floor, Suite 1200 Atlanta, GA 30309 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/ On Nov 23, 2010, at 6:13 PM, Jijo wrote: Hi All, While doing 5 REG

[SR-Users] avp_db_query returning wrong data

2010-11-23 Thread Jijo
Hi All, While doing 5 REGISTER/second, i observed that that avp_db_query is returning data from a different db entry. This happens only with TCP with more than 1 tcp_children. it works fine with UDP. It also work with TCP with tcp_children as 1. Is there any relation between the TCP connection

[SR-Users] SER proxy drops incoming SIP requests

2010-11-23 Thread Igor Potjevlesch
Hello, After days of debugging, I'll need some help from the SER specialists to troubleshoot this problem. The SER version in service is: 0.9.9+cvs20090925 It's running on a Red Hat EL 5.3 server. I currently have about 10.000 users registered. I encounter several seconds (1 to 5) without replies

[SR-Users] Unforcing RTPProxy for a Cancel

2010-11-23 Thread Joe Hart
I'm trying to figure out if there is some way to identify a call for which an rtpproxy session has been set up when the call is cancelled. I can't check the flag I set for the call, nor can I check the route param I set (which is what I'm doing to figure out when to unforce the media stream fo

[SR-Users] Kamailio Solaris Install

2010-11-23 Thread Sherker, Christa
I am getting the following error when attempting the compile Kamailio on Sun 4140 (Intel) running Solaris 10 . Has anyone encountered this error before? cfg.lex: In function `yylex': cfg.lex:557: error: `yylval' undeclared (first use in this function) cfg.lex:557: error: (Each undeclared identi

[SR-Users] SIP Softphone with RPID and PAI

2010-11-23 Thread Uriel Rozenbaum
Hey Guys, I was wondering if anyone knows some Windows Based softphone to do some tests on my Kamailio 1.5.4 deployment that will allow insertion of custom headers or at least Remote-Party-ID and/or P-Asserted-Identity. Thanks in advance, Uriel ___ SIP

Re: [SR-Users] How to relay to ITSP or secure gateway.

2010-11-23 Thread Johny Kadarisman Kwan
My scenario is, that when kamailio forward the second invite to gateway/itsp, the gateway itself is another kamailio that want to authorize that invite. so sort of client > kamailioA --> kamailio B So kamailioA, act as a client for kamailioB On Tue, Nov 23, 2010 at 1:11 PM, Klaus Darilio

Re: [SR-Users] CANCEL with Totag

2010-11-23 Thread Iñaki Baz Castillo
2010/11/23 Alex Balashov : >> Really ugly. Actually those CANCEL's are  being rejected by my >> kamailio (403) as they contain Totag but no Route header. > > Are you saying that if not for this security check, Kamailio would match the > CANCELs to the INVITE transaction to which they are intended t

Re: [SR-Users] CANCEL with Totag

2010-11-23 Thread Alex Balashov
Iñaki, On 11/23/2010 12:59 PM, Iñaki Baz Castillo wrote: Really ugly. Actually those CANCEL's are being rejected by my kamailio (403) as they contain Totag but no Route header. Are you saying that if not for this security check, Kamailio would match the CANCELs to the INVITE transaction to

Re: [SR-Users] CANCEL with Totag

2010-11-23 Thread Klaus Darilion
Am 23.11.2010 18:59, schrieb Iñaki Baz Castillo: Hi, Samsung PBX's generate a wrong CANCEL: - It contains To tag !!! - It contains "application/sdp" mirroring the SDP of the 183 received !!! Really ugly. Actually those CANCEL's are being rejected by my kamailio (403) as they contain Totag bu

Re: [SR-Users] How to relay to ITSP or secure gateway.

2010-11-23 Thread Klaus Darilion
Am 23.11.2010 18:25, schrieb Johny Kadarisman Kwan: Hi there, Is there a way to relay call to secure gateway or ITSP. ie, invite being challange to provide authorization (username/password) Not sure what you mean: Kamailio shoudl authorize the incoming INVITE and then forward the INVITE to

[SR-Users] CANCEL with Totag

2010-11-23 Thread Iñaki Baz Castillo
Hi, Samsung PBX's generate a wrong CANCEL: - It contains To tag !!! - It contains "application/sdp" mirroring the SDP of the 183 received !!! Really ugly. Actually those CANCEL's are being rejected by my kamailio (403) as they contain Totag but no Route header. So, as a workaround, I will move

[SR-Users] How to relay to ITSP or secure gateway.

2010-11-23 Thread Johny Kadarisman Kwan
Hi there, Is there a way to relay call to secure gateway or ITSP. ie, invite being challange to provide authorization (username/password) Could someone please give me some advice if this is possible. Thanks, Jkwan ___ SIP Express Router (SER) and Kama

Re: [SR-Users] SIP between IPv4 and IPv6 agents

2010-11-23 Thread Klaus Darilion
When you install kamailio by using Debian packages then also the users will be created automatically. Thus, I suggest to download the Kamailio .tar file and build Debian packages with "make deb" See instructions on the wiki how to build a certain release. regards Klaus Am 23.11.2010 14:24

Re: [SR-Users] SIP between IPv4 and IPv6 agents

2010-11-23 Thread Henning Westerholt
On Tuesday 23 November 2010, Komáromi Péter wrote: > I'm on the way to install kamailio on my ubuntu pc. > It's almost complete, but if I prompt the /etc/init.d/kamailio start > command, I receive a chown: invalid user: `kamailio:kamailio' message. I > searched a lot after and tried to modify to

Re: [SR-Users] SIP between IPv4 and IPv6 agents

2010-11-23 Thread Komáromi Péter
Hello! I'm on the way to install kamailio on my ubuntu pc. It's almost complete, but if I prompt the /etc/init.d/kamailio start command, I receive a chown: invalid user: `kamailio:kamailio' message. I searched a lot after and tried to modify to other user, but can not find the right place to

Re: [SR-Users] Segmentation fault when loading dialplan

2010-11-23 Thread Javier Gallart
Hi, same result after adding a second row in the table. Regards Javier On Tue, Nov 23, 2010 at 11:17 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Thanks, I will look over it and try to reproduce in the lab, it may take a > bit since I am pretty much time offline these days. > >

Re: [SR-Users] Segmentation fault when loading dialplan

2010-11-23 Thread Daniel-Constantin Mierla
Thanks, I will look over it and try to reproduce in the lab, it may take a bit since I am pretty much time offline these days. Can you add a second rule and see what happens? At the first sight of the debug messages, the result from database is ok, should not be a null value there. Cheers, D

Re: [SR-Users] Segmentation fault when loading dialplan

2010-11-23 Thread Javier Gallart
Thanks Daniel you can find both the gdb and ./kamailio output at http://pastebin.ca/1999786 Regards Javier On Mon, Nov 22, 2010 at 10:19 PM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > > On 11/22/10 5:32 PM, Javier Gallart wrote: > > Hello > >