<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>&lt;extension name="test12345"&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number"
      expression="^(10[03][0-9])$"&gt;<br>
      &nbsp;&lt;action inline="true" application="set"
      data="CALLID=h323-conf-id=${uuid}"/&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;action inline="true" application="set"
      data="USERNAME=1001"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action inline="true" application="set"
      data="PASSWD=1111"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="auth_function" data="in
      ${DIALED_NUMBER}, in ${USERNAME}, in ${PASSWD}, out
      AUTH_RESULT"/&gt; <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="export"
      data="dialed_extension=$1"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge"
      data="user/${dialed_extension}@${domain_name}"/&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>
      &lt;/extension&gt;</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>&lt;param name="dictionary"
      value="/usr/local/etc/radiusclient/dictionary.all"/<br>
      <br>
      cd /usr/local/etc/radiusclient/<br>
      [root@localhost radiusclient]# ls<br>
      dictionary&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dictionary.cisco&nbsp;&nbsp; dictionary.merit&nbsp;
      issue&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; radiusclient.conf<br>
      dictionary.ascend&nbsp; dictionary.compat&nbsp; dictionary.sip&nbsp;&nbsp;&nbsp;
      port-id-map&nbsp; 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>