THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Daniel-Constantin Mierla (miconda)
Attached to Project - sip-router Summary - Cfg parsing error for alias/listen and custom global parameter Task Type - Bug Report Category - Core Status - Assigned Assigned To - Andrei Pelinescu-Onciul Operating System - All Severity - Medium Priority - Normal Reported Version - Development Due in Version - Undecided Due Date - Undecided Details - Following sequence of config rises errors:
alias="sip.mydomain.com" myvar.msg="one" desc "One"
0(4069) : <core> [cfg.y:3382]: parse error in config file kamailio.cfg, line 104, column 10: syntax error 0(4069) : <core> [cfg.y:3382]: parse error in config file kamailio.cfg, line 104, column 10: unknown config variable 0(4069) : <core> [cfg.y:3379]: parse error in config file kamailio.cfg, line 104, column 11-15: ERROR: bad config file (3 errors)
Line 104 is 'myvar...'
Having another core parameter in between is ok, e.g.,:
alias="sip.mydomain.com" port=5060 myvar.msg="one" desc "One"
Seems alias/listen grammar eats up to myvar.msg, considering to be host definition.
More information can be found at the following URL: http://sip-router.org/tracker/index.php?do=details&task_id=56
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.