an example of how we could implement:
```
if(!is_known_dlg()) {
load_dialog_vars_from_db();
}
```
or, eventually
```
if(!is_known_dlg()) {
load_dialog_vars_from_db($dlg(callid));
}
```
--
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-338199845