This optional parameter specifies a list of Acct-Status-Types
that will be processed in Accounting requests. The value is a
comma-separated list of valid Acct-Status-Type attribute values (see your
dictionary for a full list) including, Start, Stop, Alive, Modem- Start,
Modem-Stop, Cancel, Accounting-On, Accounting-Off etc.
If
HandleAcctStatusTypes is specified and an Accounting request has an
Acct-Status- Type not mentioned in HandleAcctStatusTypes, then the request
will be ACCEPTed but not inserted or handled with AcctSQLStatement. The
default is to handle all Acct-Status- Types.
# Only insert Start and Stop requests, ack everything else
HandleAcctStatusTypes Start,Stop