freeradius, Calling-Station-Id

Iliya Peregoudov iperegudov at cboss.ru
Thu Sep 6 09:26:29 CEST 2012


You can create another instance of rlm_files module that is using 
Calling-Station-Id as a key:

# raddb/modules/callingids
files callingids {
    key = "%{Calling-Station-Id}"
    usersfile = %{confdir}/callingids
    acctusersfile = %{confdir}/acct_callingids
    preproxy_usersfile = %{confdir}/preproxy_callingids
}

And you can use this module instance instead of files:

# raddb/sites-available/default
...
authorize {
    ...
    #files
    callingids
    ...
}
...

ZZ Wave wrote:
> Help me please. Can't figure out how to authenticate my PBX calls only 
> by Calling-Station-Id attribute, without username. /etc/raddb/users is 
> useless here, right?
> 
> Here's "radiusd -X > debug.txt" output: http://pastebin.com/LfB9NZvf
> 
> 
> ------------------------------------------------------------------------
> 
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



More information about the Freeradius-Users mailing list