@miconda We've modified the route like this now: ` route[FOREIGN_DIALOG] { $var(breadcrumbs) = "FOREIGN_DIALOG"; BREADCRUMBS xlog("L_NOTICE","[f:$fU-t:$tU id:$ci | $rm] Foreign dialog detected for Call-ID: $ci\n"); dlg_db_load_callid($ci); setflag(FLG_AUTH_PASSED); dlg_manage(); } # end route FOREIGN_DIALOG `
And everything seems working quite well now with the version 5.2.0~dev4+0~20180408010333.1091+xenial. The old route was a quick&dirty fix for ending foreign dialogs before the recover from db.
I will test also the last nightly build tomorrow.
Thanks!