Hello Sebastian, hi List,
the cfg_rpc module seems to be the right thing.
But i am confused how to set an key.value in my kamailio.cfg.
For example - this breaks my kamailio.cfg - it won't start: mylog.switch = "0" desc "logging"
mylog.foo = "0" desc "logging" is allowed and kamailio starts. kamcmd> cfg.get mylog foo 0
Are there hidden, unallowed "keywords" that i didnt can use? I tried "mylog.enable", "mylog.on" and "mylog.switch" - all of them breaks the startup of kamailio:
Not starting : invalid configuration file! CRITICAL: <core> [core/cfg.y:3411]: yyerror_at(): parse error in config file //etc/kamailio/kamailio.cfg, line 182, column 7-12: syntax error CRITICAL: <core> [core/cfg.y:3411]: yyerror_at(): parse error in config file //etc/kamailio/kamailio.cfg, line 182, column 7-12: ERROR: bad config file (2 errors)
2017-08-31 15:59 GMT+02:00 Sebastian Damm damm@sipgate.de:
Hi,
I think you are looking for cfg_rpc: http://www.kamailio.net/docs/modules/5.0.x/modules/cfg_rpc.html
HTH Sebastian