[Spce-user] Error in kamailio-proxy log

Andrew Pogrebennyk apogrebennyk at sipwise.com
Tue Mar 25 12:18:48 EDT 2014


Hi Nikita,

you are right, there's a harmless error when logging registration
expires which has been fixed only in our git master so far. We'll roll
out the fixes for 3.1 tomorrow, in the meantime you can fix it locally:

cp /etc/ngcp-config/templates/etc/kamailio/proxy/registrar.cfg.tt2
/etc/ngcp-config/templates/etc/kamailio/proxy/registrar.cfg.customtt.tt2

vim /etc/ngcp-config/templates/etc/kamailio/proxy/registrar.cfg.customtt.tt2

Find the lines which say:
        if (is_present_hf("Contact"))
        {
                $var(expires_param) = $(ct{param.value,expires});
        }

And change that to:
        if (is_present_hf("Contact"))
        {
                $var(expires_param) = @contact.expires
        }

BR,
Andrew


On 03/25/2014 04:57 PM, Nikita Stashkov wrote:
> I have some errors in Kamailio-proxy log:
> 
> Mar 25 16:54:28 sip proxy[2942]: ERROR: <core> [lvalue.c:347]:
> lval_pvar_assign(): non existing right pvar
> Mar 25 16:54:28 sip proxy[2942]: ERROR: <core> [lvalue.c:407]:
> lval_assign(): assignment failed at pos: (198,25-198,50)
> 
> Don’t understand what it is.
> Everything is working.
> SPCE 3.1.
> 
> 
> Regards,
> Nikita Stashkov




More information about the Spce-user mailing list