<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
As now my freeswitch is working properly I would like to implement
radius client on it for AAA.<br>
I have done as is written on <a
href="http://wiki.freeswitch.org/wiki/Mod_rad_auth">http://wiki.freeswitch.org/wiki/Mod_rad_auth</a>.<br>
<br>
My dialplan look like this:<br>
<br>
<small><extension name="test12345"><br>
<condition field="destination_number"
expression="^(10[03][0-9])$"><br>
<action inline="true" application="set"
data="CALLID=h323-conf-id=${uuid}"/><br>
<action inline="true" application="set"
data="USERNAME=1001"/><br>
<action inline="true" application="set"
data="PASSWD=1111"/><br>
<action application="auth_function" data="in
${DIALED_NUMBER}, in ${USERNAME}, in ${PASSWD}, out
AUTH_RESULT"/> <br>
<action application="export"
data="dialed_extension=$1"/><br>
<action application="bridge"
data="user/${dialed_extension}@${domain_name}"/><br>
</condition><br>
</extension></small><br>
<br>
After I try to make phone call I get his:<br>
<small><br>
<b>2011-11-03 13:33:54.582920 [ERR] mod_rad_auth.c:347 Error
loading radius dictionary<br>
2011-11-03 13:33:54.582920 [ERR] mod_rad_auth.c:546 An error
occured during RADIUS Authentication(RC=-1)<br>
2011-11-03 13:33:54.582920 [ERR] mod_rad_auth.c:702 An error
occured during radius authorization.</b></small><br>
<br>
ok, I thought that link location is wrong but it is not:<br>
<br>
<small><param name="dictionary"
value="/usr/local/etc/radiusclient/dictionary.all"/<br>
<br>
cd /usr/local/etc/radiusclient/<br>
[root@localhost radiusclient]# ls<br>
dictionary dictionary.cisco dictionary.merit
issue radiusclient.conf<br>
dictionary.ascend dictionary.compat dictionary.sip
port-id-map servers<br>
[root@localhost radiusclient]#</small><br>
<br>
If I put location like this <small>/usr/local/etc/radiusclient/dictionary,
the dictionary is found (but only one) but I get error that
id-conf-h323 is missing (I put it in dictionary).<br>
<br>
My questions:<br>
<br>
Why I am getting first error if location is right?<br>
What are second two errors about?<br>
<br>
<br>
Thank you for all your help!<br>
<br>
BR,<br>
Miha<br>
</small><br>
<br>
</body>
</html>