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, view it on GitHub, or mute the thread.