Sorry , re-reading this issue I saw I made a mistake, the correct usage shoud be :
```
if(!is_known_dlg()) {
load_dialog_vars_from_db($ci);
}
```
as `$dlg(callid)` at that point is not set
--
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/1274#issuecomment-364029058