Re: [SR-Users] dialog module: in-early-dialog requests / race conditions

2010-07-13 Thread Iñaki Baz Castillo
2010/7/13 Timo Reimann : >> Me too. There is no a "timer for dialog" in RFC 3261 so reusing >> transaction timers is the best approach IMHO. > > I have tested and committed the proposed re-usage of the transaction > timer to sip-router, Kamailio 3.0 and 1.5. Great, already compiled and will use it

Re: [SR-Users] Load Balancing REDIRECT

2010-07-13 Thread dotnetdub
On 13 July 2010 14:07, Henning Westerholt wrote: > On Tuesday 13 July 2010, Maw Zin Tun - Real Telekom wrote: > > Actually it doesn't matter for me if it's active-passive as well. Just > need > > to make sure no disaster since my whole SBC is depending on kamailio > > redirect server for passing t

Re: [SR-Users] dialog module: in-early-dialog requests / race conditions

2010-07-13 Thread Timo Reimann
Hey, Iñaki Baz Castillo wrote: > 2010/6/23 Timo Reimann : >> AFAICS, the current implementation removes dialog entries right after >> the moment the final request/response pair was seen. In order to prolong >> a dying dialog's lifetime, I see two possibilities: Use some >> time-triggered function

[SR-Users] Missing fields in ACC

2010-07-13 Thread David
Hello, I am doing db logging, and my ACCs are being added to the table, but it is missing the leg_src and leg_dst columns. I set the leg_src and leg_dst columns, I do this : modparam("acc", "multi_leg_info", "leg_src=$avp(s:caller);leg_dst=$avp(s:dialed)") In my routing script on the init

Re: [SR-Users] Load Balancing REDIRECT

2010-07-13 Thread Henning Westerholt
On Tuesday 13 July 2010, Maw Zin Tun - Real Telekom wrote: > Actually it doesn't matter for me if it's active-passive as well. Just need > to make sure no disaster since my whole SBC is depending on kamailio > redirect server for passing traffic. Outbound route selection is mainly > done by mySQL

Re: [SR-Users] Load Balancing REDIRECT

2010-07-13 Thread Maw Zin Tun - Real Telekom
Hi, Actually it doesn't matter for me if it's active-passive as well. Just need to make sure no disaster since my whole SBC is depending on kamailio redirect server for passing traffic. Outbound route selection is mainly done by mySQL queries and my SBC, Genband S3 has ability to distribute invite

Re: [SR-Users] Load Balancing REDIRECT

2010-07-13 Thread Iñaki Baz Castillo
2010/7/12 Maw Zin Tun - Real Telekom : > Hi, > I started using Kamailio 3.0 as redirect server about 2 months ago, > basically I'm quite new to it. Now I need to change current setup to > redundant active-active system but I'm struggling where to find > documentation that can lead me to achiving it