<div dir="ltr"><div>In Kamailio config I use empty globalĀ string variable</div><div>local.trace_troubleshooting_net = "" descr "trace all SIP messages from given network"<br></div><div><br></div><div>When I check variable value I get blank string</div><div>kamcmd cfg.get local trace_troubleshooting_net<br><br></div><div>I can set new value</div><div>[root@host]# kamcmd cfg.sets local trace_troubleshooting_net "2600::/48"<br>[root@host]# kamcmd cfg.get local trace_troubleshooting_net</div><div>2600::/48<br></div><div><br></div>Now I want to set the empty customĀ  global variable using a command<div>kamcmd cfg.sets group trace_troubleshooting_net ""<br></div><div>But get error</div><div>error: 400 - error at parameter 2: expected string type but record doesn't match type<br></div><div><br></div><div>How to properly set empty values?</div><div><br></div></div>