<html><head><meta http-equiv="content-type" content="text/html; charset=GB2312"><style>body { line-height: 1.5; }body { font-size: 14px; font-family: ËÎÌå; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
<div><span></span>Hi, all</div><div><div><br></div><div>Kamailio5.5.4</div><div><br></div><div>$var(s) = "a=1;b=2;c=3";</div><div>$var(s1) = $(var(s){param.value,b}); // work well</div><div><br></div><div><span style="background-color: transparent;">$var(s) = "a=1|b=2|c=3";</span></div><div>$var(s1) = $(var(s){param.value,b,|}); // work well</div><div><br></div><div>// but</div><div><span style="background-color: transparent;">$var(s) = "a=1,b=2,c=3";</span></div><div>$var(s1) = $(var(s){param.value,b,,});</div><div><span style="background-color: transparent;">ERROR: <core> [core/pvapi.c:1131]: pv_parse_spec2(): invalid parsing in [$(var(s){param.value,b,,})] at (4)</span></div><div>CRITICAL: <core> [core/cfg.y:3683]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 366, column 13-38: Can't get from cache: $(var(s){param.value,b,,})</div></div>
<div><br></div><div>how to fix this?</div><div>Thanks!</div><hr style="width: 210px; height: 1px;" color="#b5c4df" size="1" align="left">
<div>hanxiaofang</div><div><br></div>
</body></html>