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
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
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
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
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
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
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