Evans Chisanga <[EMAIL PROTECTED]> wrote: > Cheers Alan! Thanks. One tyo:
> > DEFAULT Cisco-AVPair =~ "^.*alias:([0-9]+"
> > Reply-Message = "Caller-ID is %{1}"
That should be ...([0-9]+)"
The %{1} comes from the grouping of round brackets. See
doc/variables.text
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

