<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:0cm;
        margin-left:36.0pt;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.apple-style-span
        {mso-style-name:apple-style-span;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
 /* List Definitions */
 @list l0
        {mso-list-id:1164585533;
        mso-list-type:hybrid;
        mso-list-template-ids:-908196080 336134161 336134169 336134171 336134159 336134169 336134171 336134159 336134169 336134171;}
@list l0:level1
        {mso-level-text:"%1\)";
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-18.0pt;}
ol
        {margin-bottom:0cm;}
ul
        {margin-bottom:0cm;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-NZ link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>Dear All,<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>I have a few questions regarding the rlm_sqlcounter module
and its configuration. I have a freeradius 2.1.0 communicating with a router
running chillispot 1.1  I set up counters for time, data volume, and with
different reset periods. All works fine and as expected.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Here my questions:<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoListParagraph style='text-indent:-18.0pt;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='mso-list:Ignore'>1)<span style='font:7.0pt "Times New Roman"'>     
</span></span><![endif]>After the time or data volume for a period (say a
month) is reached the user is automatically disconnected – as expected.
Rather them not allowing to log in , I would like freeradius to return some
other attributes (WISPr-Bandwidth-Max-Up and WISPr-Bandwidth-Max-Down work fine
with ChilliSpot) to be sent to the router for the user, so that a connection is
still possible, but at a much lower maximum speed. Can that be done, and if so,
can someone give me a pointer. I was thinking maybe using unlang, but I may be
barking up the wrong tree.<o:p></o:p></p>

<p class=MsoListParagraph><o:p> </o:p></p>

<p class=MsoListParagraph style='text-indent:-18.0pt;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='mso-list:Ignore'>2)<span style='font:7.0pt "Times New Roman"'>     
</span></span><![endif]>The   reset = monthly   method seem
to the first of the current month. That is one way of doing it, but I would
like the reset to occur at the same date in the month every month. So if
someone signs up, say on the 12<sup>th</sup> of a month, the reset will occur
every month on the 12<sup>th</sup>. Can that be done with freeradius?<o:p></o:p></p>

<p class=MsoListParagraph><o:p> </o:p></p>

<p class=MsoListParagraph style='text-indent:-18.0pt;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='mso-list:Ignore'>3)<span style='font:7.0pt "Times New Roman"'>     
</span></span><![endif]>Currently I receive something like   Reply-Message
= "Your maximum never usage time has been reached"   when
the counter reaches its limit – even when what was counted as not time
but data volume. Can Reply-Message for sqlcounter be configured as in the
expiration module?<o:p></o:p></p>

<p class=MsoListParagraph><o:p> </o:p></p>

<p class=MsoListParagraph style='text-indent:-18.0pt;mso-list:l0 level1 lfo1'><![if !supportLists]><span
class=apple-style-span><span style='mso-list:Ignore'>4)<span style='font:7.0pt "Times New Roman"'>     
</span></span></span><![endif]>One surprise I have had: I don’t quite
understand how the system calculates the day for the beginning of the reset = weekly.
I appreciate that calculating the day of the week is not easy as for example
first of the current month or beginning of the day, so I was not surprised to
not have a Monday, but I was surprised to see the SQL query run with ‘<span
class=apple-style-span><span style='font-size:9.0pt;font-family:"Verdana","sans-serif";
color:black'>Fri Jan 09 2009 00:00:00 GMT+1300 (New Zealand Daylight Time)’
as beginning of the week, when running the query on a Saturday. BTW, SQL time
is configured correctly, and the UNIX_TIMESTAMP is giving a correct timestamp
for local time. What am I missing?<br>
(Note: When setting reset = 7d, I get something more explainable like ‘Sat
Jan 10 2009 00:00:00 GMT+1300 (New Zealand Daylight Time)’, which is the
beginning of the today’s day. Should reset = weekly and reset =7d yield
the same result? If not, what is weekly vs 7d, and why does the week not start
on a Monday?</span><o:p></o:p></span></p>

<p class=MsoListParagraph><o:p> </o:p></p>

<p class=MsoNormal>Any hints welcome<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</body>

</html>