Steve Blair wrote:
I'm about to try the following. I'd appreciate
any input on this
approach that others might have.
# Offline user
if (lookup("subscriber")) {
You can only lookup domains which have an appropriate table format like
"location" table has, because usrloc tries to preload that domains on
SER startup, and this will miserably for "subscriber" because of wrong
table version, missing columns etc.
Andy