Andrey Lakhno <[EMAIL PROTECTED]> wrote:
> It does not work. May be I done something incorrectly ?
> 
> acct_users:
> 
> DEFAULT NAS-IP-Address == x.x.x.x, Acct-Status-Type == Stop
>         Exec-Program = "/home/voip/aaa/acct_call_generic",
>         Fall-Through = Yes
> 
> DEFAULT NAS-IP-Address == x.x.x.x, Acct-Status-Type == Stop
>         Exec-Program = "/home/voip/aaa/test"

  Fall-Through works.  See the debugging output, where it will show
you that it's matching *both* of the above lines.

  What doesn't work is having two Exec-Program attributes.  The server
supports only one.  If you need to run two scripts, I suggest creating
one script which will run both of them.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to