Thanks a lot.
> Reply-Message = "LA CUENTA HA EXPIRADO PARANothing in the documentation suggests that will work.
> %{%{Stripped-User-Name}:-%{User-Name}}"
> Codigo-Reject := Cuenta-Expirada
> }
>
> But it doesn't work.
Yes. Once the module returns "reject" or "userlock", the server stops
processing the section and returns. The solution is:
expiration {
userlock = 1
}
if (userlock) {
update reply {
Codigo-Reject := Curenta-Expirada
}
}
This is documented in doc/configurable_failover, and to a lesser
extent in "man unlang".