Jeff, i am having other trouble,<br><br>i install the freeradius, opensips, cdrtool, radiusclient-ng,<br><br>but i cant open the cdrtool from web <a href="http://localhost/CDRTool">http://localhost/CDRTool</a><br>it is showing this message:<br>
<br><div style="margin-left: 40px;">&quot;CDRTool_Session&quot;,
             &quot;auth&quot; =&gt; &quot;CDRTool_Auth&quot;,
             &quot;perm&quot; =&gt; &quot;CDRTool_Perm&quot;)
             );
    $loginname=$auth-&gt;auth[&quot;uname&quot;];
    
    $title=&quot;Legal notice&quot;;

    $db = new DB_CDRTool();
    $query=sprintf(&quot;select * from settings
    where billing_party = &#39;%s&#39;
    and var_module= &#39;login&#39;
    and var_name = &#39;I_agree_with_license&#39;&quot;,$loginname);
    if ($db-&gt;query($query)) {
            if ($db-&gt;num_rows()) {
                $refreshURL=&#39;callsearch.phtml&#39;;
                $refreshTime=0;
        }
    }

        if (is_readable(&quot;/etc/cdrtool/local/header.phtml&quot;)) {
                include_once(&quot;/etc/cdrtool/local/header.phtml&quot;);
        } else {
                include_once(&quot;header.phtml&quot;);
        }

    $layout = new pageLayoutLocal();
    $layout-&gt;showHeader();
    $layout-&gt;showLegalNotice();
    $layout-&gt;showFooter();
    page_close();

} else {
    $Setup = new SETUP ();
    $Setup-&gt;showIntro();
}

class SETUP {
    function showIntro() {
        print &quot;
        
        
        
        
        </div><h2 style="margin-left: 40px;">CDRTool setup</h2><div style="margin-left: 40px;">
        CDRTool has not been setup on this machine yet.
        </div><p style="margin-left: 40px;">

        You must first setup php, apache and to create the cdrtool database.
        Detailed installation instructions are available in <a href="http://10.1.1.30/CDRTool/doc/INSTALL.txt">doc/INSTALL.txt</a>

        </p><p style="margin-left: 40px;">
        Once the database is available, create the cdrtool configuration
        file by copying the sample configuration file:
        </p><p style="margin-left: 40px;">
        cp setup/global.inc.simple.sample /etc/cdrtool/global.inc
        </p><p style="margin-left: 40px;">
        Then edit the configuration file global.inc to reflect your platform setup.
        This is the content of the current sample configuration file:
        &quot;;

        print &quot;</p><pre style="margin-left: 40px;">&quot;;<br>        $fp=fopen(&quot;setup/global.inc.simple.sample&quot;,r);<br>        while ($buffer = fgets($fp,1024)) {<br>            if (!preg_match(&quot;/(&lt;\?)|(\?&gt;)/&quot;,$buffer)) {<br>
                print &quot;$buffer&quot;;<br>            }<br>        }<br>        print &quot;</pre><div style="margin-left: 40px;">&quot;;
    }
}

print &quot;
&quot;;
?&gt;
<br><br></div><br>i altered and put the global.inc in /etc/cdrtool/<br>The /etc/init.d/cdrtool file, inside are a command to debian distribution (start-stop-daemon)<br><br><div style="margin-left: 40px;">start-stop-daemon --start --background --quiet --pidfile /var/run/ratingEngine.pid \<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --exec $DAEMON -- $DAEMON_OPTS<br></div><br><br>and in slackware this don&#39;t exist, i am executing this to run this file<br>php -f $DAEMON --DAEMON_OPTS<br>but i think this aren&#39;t working.<br><br>Other thing, i apply the patch for the freeradius (account type 15)<br>
but the log are showing:<br><br><div style="margin-left: 40px;">Tue Dec 23 15:22:26 2008 : Error: rlm_radutmp: NAS openSIPS port 5060 unknown packet type 15)<br><br></div><br>i am configuring the server based in the book Building Telephony System with OpenSER.<br>
<br>How you are going?!<br><br>