After silently allowing routes on T21 expiration send all TFx and TRA just like if received a TRA.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3743 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-10-21 14:22:21 +00:00
parent d8b7580268
commit 8edccbeda2
1 changed files with 4 additions and 0 deletions

View File

@ -1281,6 +1281,10 @@ void SS7Router::silentAllow(const SS7Layer3* network)
noisy = false;
}
setRouteSpecificState(type,r->packed(),adjacent,SS7Route::Allowed,l3);
if (!r->priority()) {
notifyRoutes(SS7Route::KnownState,r->packed());
sendRestart(l3);
}
}
}
}