[sr-dev] [kamailio/kamailio] Feature Request: possibility to reload dialogs from db without restarting kamailio (#1274)

paolovisintin notifications at github.com
Fri Oct 20 15:01:53 CEST 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20171020/5e872716/attachment.html>


More information about the sr-dev mailing list