[Spce-user] Errors in log

Victor Seva vseva at sipwise.com
Tue May 13 02:40:59 EDT 2014


Hi,

On Tue, 2014-05-13 at 08:26 +0200, Dario D. Busso wrote:
> Have you manually modified the proxy.cfg file?
> Please check your config.yml file: is there a misspells in a variable that you have configured?
> 
> Il 12/mag/2014 23:28 Sergey Kharlamov <mentax at bk.ru> ha scritto:
> >
> >
> > Hi, 
> >
> > have new sipwise installation. In the log file (/var/log/ngcp/kamailio-proxy.log) I see an errors:
> >
> > May 12 16:49:04 panel proxy[17005]: ERROR: <core> [parser/parse_param.c:512]: parse_param2(): parse_params(): Invalid character, ; expected
> >
> > May 12 16:49:04 panel proxy[17005]: ERROR: <core> [lvalue.c:356]: lval_pvar_assign(): non existing right pvar
> >
> > May 12 16:49:04 panel proxy[17005]: ERROR: <core> [lvalue.c:416]: lval_assign(): assignment failed at pos: (198,25-198,50)
> >
> > Anything wrong?

This is a known bug ( MT#5987 ) and it has been fixed for the next mr3.2
release.

If you don't want to wait...

> commit 82d34186f29e86dc85371cd73e5d0d408dd7379e
> Author: Andrew Pogrebennyk <apogrebennyk at sipwise.com>
> Date:   Fri Mar 21 17:49:41 2014 +0100
> 
>     MT#5987 kamailio/proxy: remove log errors on registrar
>     
>     (cherry picked from commit e611167b88dd06e4ec816036c4baf6ab20cfc26e)
> 
> diff --git a/kamailio/proxy/registrar.cfg b/kamailio/proxy/registrar.cfg
> index e44d50e..4481c1c 100644
> --- a/kamailio/proxy/registrar.cfg
> +++ b/kamailio/proxy/registrar.cfg
> @@ -161,7 +161,7 @@ route[ROUTE_REG_HANDLE]
>         }
>         if (is_present_hf("Contact"))
>         {
> -               $var(expires_param) = $(ct{param.value,expires});
> +               $var(expires_param) = @contact.expires;
>         }
>         if($var(expires_param) != "")
>         {





More information about the Spce-user mailing list