[sr-dev] [kamailio/kamailio] [kamailio 5.6.0~rc1] Possible regression for {s.int} (Issue #3116)

Daniel-Constantin Mierla notifications at github.com
Thu May 19 10:54:51 CEST 2022


You do not need `$(vn(cli_164_src_noccgr){s.int})` int the `sql_pvquery()` parameter, because you convert a string to integer via `{s.int}` and then it is back converted to string to build the full parameter there. No quotes are added around string variables, there is a transformation for that, iirc.

Integer values are needed only when doing arithmetic operations or when a function parameter requires a single integer value.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3116#issuecomment-1131426314
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/3116/1131426314 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20220519/71ac7eb7/attachment.htm>


More information about the sr-dev mailing list