Hello!<br><br>I'm running FreeRADIUS Version 1.1.3, for host i686-redhat-linux-gnu under Fedora Core 6 and I'm trying to save the X-Ascend-Session-Svr-Key to a DB to later create a Disconnect Message with a PHP script.
<br><br>I've modified the sql.conf and the tables of the Mysql but  X-Ascend-Session-Svr-Key is always blank :<br><br>    accounting_start_query = "INSERT into ACCOUNTING SET\<br>        `User-Name` = '%{User-Name}',\
<br>        `Calling-Station-Id` = '%{Calling-Station-Id}',\<br>        `Called-Station-Id` = '%{Called-Station-Id}',\<br>        `NAS-IP-Address` = '%{NAS-IP-Address}',\<br>        `NAS-Port` = '%{NAS-Port}',\
<br>        `Timestamp Start` = NOW(),\<br>        `Acct-Unique-Session-Id` = '%{Acct-Unique-Session-Id}',\<br>      `X-Ascend-Session-Svr-Key` = '%{X-Ascend-Session-Svr-Key}'<br>    "<br>What I have to modify to get X-Ascend-Session-Svr-Key value?
<br>Thanks!<br>