[SR-Users] Default kamailio installation, syntax errors with Defined Values

Gertjan Wolzak g.wolzak at foize.com
Thu Aug 11 12:52:35 CEST 2011


 

Hello,

 

Just been installing Kamailio,  version 3.1.x via Git, but when I use the
default kamailio.cfg, Kamailio will not start and the debug gives the
following errors.

 

0(25876) : <core> [cfg.y:3330]: parse error in config file
/usr/local/etc/kamailio/kamailio.cfg, line 285, column 29-35: syntax error

0(25876) : <core> [cfg.y:3330]: parse error in config file
/usr/local/etc/kamailio/kamailio.cfg, line 285, column 29-35: Invalid
arguments

0(25876) : <core> [cfg.y:3333]: parse error in config file
/usr/local/etc/kamailio/kamailio.cfg, line 285, column 36:

ERROR: bad config file (4 errors)

 

When I check the line, column it is the following line of the acc params:

 

modparam("acc", "log_flag", FLT_ACC)

 

I assume the variable FLT_ACC is not set or read correctly. But as it is the
default kamailio.cfg that seems strange to me.

 

The defined values are:

 

####### Defined Values #########

 

# *** Value defines - IDs used later in config

#!ifdef WITH_MYSQL

# - database URL - used to connect to database server by modules such

#       as: auth_db, acc, usrloc, a.s.o.

#!define DBURL "mysql://openser:openserrw@localhost/openser"

#!endif

#!ifdef WITH_MULTIDOMAIN

# - the value for 'use_domain' parameters

#!define MULTIDOMAIN 1

#!else

#!define MULTIDOMAIN 0

#!endif

 

# - flags

#   FLT_ - per transaction (message) flags

#   FLB_ - per branch flags

#!define FLT_ACC 1

#!define FLT_ACCMISSED 2

#!define FLT_ACCFAILED 3

#!define FLT_NATS 5

 

#!define FLB_NATB 6

#!define FLB_NATSIPPING 7

 

Does anyone has an idea why te values are not loaded into the variables.?

 

With regards,

 

Gertjan Wolzak

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20110811/d3941b9f/attachment.htm>


More information about the sr-users mailing list