not an ideal solution but this is how i address the problem:
```
json_get_field("$var(result)", "status", "$var(status)");
$var(status) = $(var(status){s.strip,1}); #strip quotes
$var(status) = $(var(status){s.striptail,1}); #strip quotes
```
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1452#issuecomment-369610245