Re: [SR-Users] Operations With Variables $var- does it need to load a module

2011-06-15 Thread Omar
sight ! :-( thank you Klaus, We just start testing the 3.1.4 but until the Labs releases will take some time O On Jun 15, 2011, at 12:19 PM, Klaus Darilion wrote: > I tried it in normale route and failure route, it works (at least in Kamailio > 3.1) > > regards > klaus > > On 15.06.2011 1

Re: [SR-Users] Operations With Variables $var- does it need to load a module

2011-06-15 Thread Klaus Darilion
I tried it in normale route and failure route, it works (at least in Kamailio 3.1) regards klaus On 15.06.2011 15:14, Omar wrote: BEFORE VAR A#===__IN FAILURE_ROUTE :::==> RURI=+1404345 VAR A ###

Re: [SR-Users] Operations With Variables $var- does it need to load a module

2011-06-15 Thread Omar
BEFORE VAR A#===__IN FAILURE_ROUTE :::==> RURI=+1404345 VAR A #===__IN FAILURE_ROUTE :::==> rU = +1404345 VAR A = 8 VAR B = 0 AFTER VAR

Re: [SR-Users] Operations With Variables $var- does it need to load a module

2011-06-15 Thread Daniel-Constantin Mierla
Hello, On 6/13/11 7:05 AM, Omar wrote: In Kamailio 1.4.3 I have the following scenario: $var(a) = 0 $var(b) = 0 $var(a) = $(tU{s.len}); $var(b) = $var(a) - 5; xlog(" $var(b)"); the result $var(b) is always the same as $var(a) should i check if some specific module is loaded? the debugs do

[SR-Users] Operations With Variables $var- does it need to load a module

2011-06-12 Thread Omar
In Kamailio 1.4.3 I have the following scenario: $var(a) = 0 $var(b) = 0 $var(a) = $(tU{s.len}); $var(b) = $var(a) - 5; xlog(" $var(b)"); the result $var(b) is always the same as $var(a) should i check if some specific module is loaded? the debugs does not show any error, and $var(a) and $v