The values in the variables have to be numbers, not strings. Try to convert first with
{s.int}, like:
```
$var(entry) = $(var(entry){s.int});
$var(id) = $(var(id){s.int});
dlg_set_timeout("2419200", "$var(entry)", "$var(id)");
```
--
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/1011#issuecomment-282719388