28 Jun
2012
28 Jun
'12
12:42 p.m.
On 28/06/12 17:13, Steve Brown wrote:
On 28/06/12 14:34, Steve Brown wrote:
Is there any way of achieving the same end result in v1.x without Unlang?
If there was a way to simply respond to an accounting request with an 'Accept', like you can with Auth, could I do something like:
You might be able do use the "configurable_failover" in 1.x to achieve this. Something like: preacct { files { ok = return } ... rest of modules ... } ...and in your "files" module, something like you had: DEFAULT Acct-Status-Type == Interim-Update, User-Name =~ "@domain" Fall-Through = No See "doc/configurable_failover" - from the version of the server you are running, obviously.