Brandon Armstead writes:
>Quick correction: $var(test) = $var(test) & ~ 2;
that is what i actually tried to do in the first place and it had no
effect. luckily m4 exists.
-- juha
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mail
On 2 May 2011 15:47, Daniel-Constantin Mierla wrote:
>
>
> On 5/1/11 11:51 PM, Roman Yeryomin wrote:
>>
>> On 27 April 2011 20:19, Roman Yeryomin wrote:
>>>
>>> On 27 April 2011 17:26, Daniel-Constantin Mierla
>>> wrote:
Can you try with tcp disabled? i.e.,
disable_tcp=yes
>>
Juha,
Quick correction: $var(test) = $var(test) & ~ 2;
On Tue, May 17, 2011 at 8:13 AM, Juha Heinanen wrote:
> according to core cookbook:
>
> ~ : bitwise NOT
>
> however, looks like it has no effect. i have
>
>$var(test) = ~2;
>xlog("L_INFO", "test is <$var(test)>\n");
>
>
Juha,
Try $var(test) = $var(test) ~ 2;
Sincerely,
Brandon Armstead
On Tue, May 17, 2011 at 8:13 AM, Juha Heinanen wrote:
> according to core cookbook:
>
> ~ : bitwise NOT
>
> however, looks like it has no effect. i have
>
>$var(test) = ~2;
>xlog("L_INFO", "test is <$var(te
Daniel-Constantin Mierla writes:
> the function is now in kex module:
> http://kamailio.org/docs/modules/stable/modules_k/kex.html#id2924906
thanks, juha
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-rou
Hello,
the function is now in kex module:
http://kamailio.org/docs/modules/stable/modules_k/kex.html#id2924906
Cheers,
Daniel
On 5/17/11 4:29 PM, Juha Heinanen wrote:
setbflag() is not documented in core cookbook. is it missing or
somewhere else?
-- juha
Hello,
just to give you a quick feedback about the this year linuxtag - it was
overall a really nice event in my opinion. A lot of people passed by at our
booth to discuss about Kamailio and VoIP in general. Carsten Bock presented
about our new IMS extensions, Andreas Granig showed a demo of th
according to core cookbook:
~ : bitwise NOT
however, looks like it has no effect. i have
$var(test) = ~2;
xlog("L_INFO", "test is <$var(test)>\n");
and i get to syslog:
May 17 18:10:40 sip /usr/sbin/sip-proxy[29280]: INFO: test is <2>
have i misunderstood the operator or is t
setbflag() is not documented in core cookbook. is it missing or
somewhere else?
-- juha
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-us
Hi everybody,
In the config file I had set debug level to 9 (debug=9). If I change it to its
default debug=2, then Kamailio doesn´t crash.
For example, if I call a non existent domain it crashes.
Is there any reason for this behaviour?
Regards,
Ricardo
-Mensaje original-
De: sr-users-
On Monday 16 May 2011, Daniel-Constantin Mierla wrote:
> > function call will not be saved into transaction!!!
> >
> > However in 3.X TM documentation such note is not present:
> >http://kamailio.org/docs/modules/devel/modules/tm.html#t_newtran
> >
> > So, does 3.X behave different and change
11 matches
Mail list logo