Re: [SR-Users] Dispatcher Crash when all hosts are invalid

2010-12-03 Thread Eric Hiller
Yes, I do. Date: Fri, 3 Dec 2010 10:31:51 +0100 From: mico...@gmail.com To: mrrapto...@hotmail.com CC: sr-users@lists.sip-router.org Subject: Re: [SR-Users] Dispatcher Crash when all hosts are invalid Message body Hello, do you have parameter use_default set

Re: [SR-Users] Trying to drop invite 200ok reply in onreply_route

2010-12-03 Thread nikita
On 03/12/2010 11:44, Daniel-Constantin Mierla wrote: > Hello, > > On 12/2/10 4:15 PM, nikita wrote: >> Hello, >> >> Sorry for the late reply, I was a little busy by something else. >> >> On 30/11/2010 22:24, Daniel-Constantin Mierla wrote: >>> Hello, >>> >>> do you have >>> >>> #!KAMAILIO >>> >>> a

Re: [SR-Users] [Kamailio]: INVITE Authorization

2010-12-03 Thread Spinov Evgeniy
Problem was solved and the issue was in the script causing double proxy_authorize check. Due to one nonce index on authorization, kamailio failed authorization with wrong index in debug. Still cannot get why it worked for 40 seconds. On Fri, 03 Dec 2010 11:20:38 +0100, Daniel-Constantin Mierl

Re: [SR-Users] [Kamailio]: INVITE Authorization

2010-12-03 Thread Spinov Evgeniy
Thank you for your reply. I will insert part of configuration file, to show where is problem occurs. Block is pretty simple: if (method=="INVITE") { i

Re: [SR-Users] Kamailio 1.5.4 notls Core Dump

2010-12-03 Thread Daniel-Constantin Mierla
Hello, probably is something triggered by a new kind of SIP message which was not encountered before, since there were no changes in that code. Can you send the output of 'bt full' in gdb? Also, you should have the content of SIP request/reply available in core file, in one of gdb frames. Pl

Re: [SR-Users] using forward() with variables

2010-12-03 Thread Pan B. Christensen
Thanks for your swift reply, Daniel. I would also like to thank you again for the great training last week. My main question was: Why does forward() not take dynamic parameters? Should it not do so (in the future) to be in line with other functions? It was not difficult to work around, but I thi

Re: [SR-Users] Trying to drop invite 200ok reply in onreply_route

2010-12-03 Thread Daniel-Constantin Mierla
Hello, On 12/2/10 4:15 PM, nikita wrote: Hello, Sorry for the late reply, I was a little busy by something else. On 30/11/2010 22:24, Daniel-Constantin Mierla wrote: Hello, do you have #!KAMAILIO as first line in config file? This is required only for kamailio 3.0, next versions has the fe

Re: [SR-Users] using forward() with variables

2010-12-03 Thread Daniel-Constantin Mierla
On 12/3/10 11:28 AM, Pan B. Christensen wrote: [...] My main question was: Why does forward() not take dynamic parameters? Should it not do so (in the future) to be in line with other functions? It was not difficult to work around, but I think it would be more logical if the function could u

Re: [SR-Users] [Kamailio]: INVITE Authorization

2010-12-03 Thread Daniel-Constantin Mierla
Hello, On 12/2/10 1:42 PM, Spinov Evgeniy wrote: Hello. I have Kamailio ( K in further ) and 2x Asterisk boxes ( A1 and A2 in further ) configured, so UAC registers at K and when it sends a call, it's routed to A1 or A2, balanced. The problem is, that I cannot find how to authorize INVITE requ

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

2010-12-03 Thread Komáromi Péter
Hello! I forgot from my previous letter to following information: my IPv4 users` name starts with `4`, and the iv6s` starts with `6`. I start the rtpproxy like this: rtpproxy -F -l 192.168.124.165 -6 /fec0::2 Regards, Peter --- Previous letter: Hello! I went through your letters and start as

Re: [SR-Users] using forward() with variables

2010-12-03 Thread Daniel-Constantin Mierla
On 12/2/10 4:57 PM, Pan B. Christensen wrote: Hello, We are running Kamailio 1.5. I'm trying to use the forward() function with a variable like this: forward($shv(voip1-edge1)); That fails to parse. I then tried this, which I thought would fail: forward("$shv(voip1-edge1)"); That parsed

Re: [SR-Users] OpenIMSCore and Kamalio Integration

2010-12-03 Thread Andrés S. García Ruiz
It works now! Thanks a lot! Regards, Andrés. El 30/11/10 21:56, Daniel-Constantin Mierla escribió: Hello, the comments at the beginning of the configuration files tells you more about how some features are enabled/disabled. I assume you read them as you enabled authenitcation (by default

Re: [SR-Users] Dispatcher Crash when all hosts are invalid

2010-12-03 Thread Daniel-Constantin Mierla
Hello, do you have parameter use_default set to 1? Cheers, Daniel On 12/3/10 6:47 AM, Eric Hiller wrote: Dispatcher crashes everytime guaranteed if there is a single dead host kamailio exits with a core dump (see below). If there are two dead hosts entire kamailio locks up (no core dump). Any