Hi,
> How can i set in default (sites-available) that if Acct-Status-Type = 0 i set it to Stop so that the same confg will be like for "Stop".
at the start of the accounting section, something like,
if(%{Acct-Status-Type} == 0) {
update control {
%{Acct-Status-Type} := Stop
}
}
alan