I pushed a patch trying to catch such situation. If you are not sure that the cmd
parameter has or not `%s` or `%b`, then you should use the redis_cmd with more params,
like:
```
redis_cmd(..., "SETEX %s 21600 %s", "SETEX ACTIVECHANNELS_$ci",
"$vn(variable2)", ...);
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1342#issuecomment-347812497