THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Alex Hermann (axlh)
Attached to Project - sip-router Summary - named flags not working for at least acc module Task Type - Bug Report Category - Core Status - Assigned Assigned To - Andrei Pelinescu-Onciul Operating System - All Severity - Low Priority - Normal Reported Version - 3.1 Due in Version - Undecided Due Date - Undecided Details - According to the wiki page http://sip-router.org/wiki/cookbooks/core-cookbook/devel#isflagset named flags are supported, but using them for the acc module throws multiple errors:
<code> flags acc:1
modparam("acc", "log_flag", acc) </code>
results in: <code> 0(14923) : <core> [cfg.y:3412]: parse error in config file /etc/kamailio.cfg, line 71, column 29-31: syntax error 0(14923) : <core> [cfg.y:3412]: parse error in config file /etc/kamailio.cfg, line 71, column 29-31: Invalid arguments 0(14923) : <core> [cfg.y:3415]: parse error in config file /etc/kamailio.cfg, line 71, column 32: ERROR: bad config file (3 errors) </code>
Where line 71 corresponds to the modparam line.
Quoting the parameter value doesn't help.
More information can be found at the following URL: http://sip-router.org/tracker/index.php?do=details&task_id=119
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.