login | register
Tue 02 of Dec, 2008 [14:28 UTC]

voip-info.org

Asterisk config radius.conf

Created by: manipura,Last modification on Fri 20 of Aug, 2004 [10:22 UTC]
;
; RadiusDial configuration for Asterisk
;
[general]
radiusdir = /etc/raddb/ct-test
timeout = 3.5 ; request timeout in seconds
retries = 3 ; number of times to retry on failure

[domain1.com] ; profile name
server = 127.0.0.1 ; ip address of server
secret = testing123 ; secret used by this server
type = Cisco
authport = 1862 ; port used for authentication
acctport = 1863 ; port used for accounting
timeout = 4.5 ; overide the general timeout
retries = 4 ; overide the general retries
dictionary = /etc/raddb/ct-test ; absolute path to attribute dictionary


Comments

Comments Filter
222

333yes it is

by SoloFlyer, Friday 24 of June, 2005 [06:00:06 UTC]
you need to have the correct module loaded...
222

333is this right?

by emplant, Friday 27 of August, 2004 [06:46:34 UTC]
I cannot find those config params at source code.
Why?