Dan Pascu writes:
> I have these messages in log:
>
> core:do_assign: no value in right expression
> core:do_assign: error at line: 246
>
> They appear everytime I have something like this in my script:
>
> $avp(s:some_var) = $hdr(some_header);
>
> and the header is missing.
> > IM
I have these messages in log:
core:do_assign: no value in right expression
core:do_assign: error at line: 246
They appear everytime I have something like this in my script:
$avp(s:some_var) = $hdr(some_header);
and the header is missing.
IMO, those messages should be moved to debug level, bec
Hi Helge,
the only way you can troubleshoot memory problems is by compiling the
memory debug support (remove the F_MALLOC and add DBG_QM_MALLOC flag).
you will get a lot of info about memory processing - like how much
memory is required via each malloc, what's the allocated pool, etc.
recompi
Hi,
I suddenly started to get the following in my logs:
Apr 27 10:18:29 proxy-01 /usr/sbin/openser[19868]: 195.18.134.147:5060
<= 195.18.134.150:36620 Replication (nat)
()
Apr 27 10:18:29 proxy-01 /usr/sbin/openser[19868]: ERROR:parse_headers:
memory allocation error
Apr 27 10:18:29 proxy-01 /usr/