What is supposed to be inside `$vn(variable2)`?
My guess is that the crash happens because the `SETEX` command parameters are expecting
extra values (arguments) due to `%s` specifier. See the content of the command:
```
SETEX ACTIVECHANNELS_swp3pvm7jqpnu6ixphj1jc7c24(a)sipgate.de 21600
\n%swp3pvm7jqpnu6ixphj1jc7c24@sipgate.de\022\n1234567e16\032\n4912345678\"%swp3pvm7jqpnu6ixphj1jc7c24@sipgate.de
```
Does the value of `$vn(variable2)` is what you would expect (it's what after 21600 in
the cmd)?
--
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-347806243