* This is the VOP Radius mailing list * I don't know if Rodopi has a grace period option. If it doesn't then you will need an async process that swaps the profile. It shouldn't be hard.
Essentially, Rodopi will shut someone off if they exceed a payment period. Instead, you want to have a slight grace period prior to that. Maybe, once per day a scheduled process takes all users that have exceeded their payment due date flips their profile to a DEADBEAT profile. They can still get on but then are redirected to the web page to make a payment. Once payment is received their profile flips (via a database trigger possibly) and they are restored to a normal profile...there are many ways to get there from here. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mike Herrera > Sent: Monday, December 22, 2003 3:17 P > To: [EMAIL PROTECTED] > Subject: [VOPRadius] Grace Period > > > * This is the VOP Radius mailing list * > Here is where I'm confused. I use Ascend boxes but we also > use Rodopi and you said you use Wirebill. I don't know if > you're familiar with Rodopi or not but in Rodopi once the > account has reached the late payment strike point established > in the configs it then puts a hold on the account. How does > one get the profile changed BEFORE that happens? > > Regards, > > Mike Herrera > Access One Online Svcs. > http://www.access-one.com > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Eric Dean > > Sent: Monday, December 22, 2003 2:14 PM > To: [EMAIL PROTECTED] > Subject: [VOPRadius] Grace Period > > > * This is the VOP Radius mailing list * > > Assign the following profile and see what you come up with > > Profile="DEADBEAT" > Ascend-Client-Assign-DNS = "1" > Ascend-Client-Primary-DNS = "209.183.237.147" > Ascend-Client-Secondary-DNS = "209.183.237.147" > Ascend-Data-Filter = "ip in forward tcp est" > Ascend-Data-Filter = "ip in forward dstip 216.200.145.0/24" > Ascend-Data-Filter = "ip in forward dstip 63.210.22.0/22" > Ascend-Data-Filter = "ip in drop tcp dstport = 25" > Ascend-Data-Filter = "ip in drop tcp dstport = 80" > Ascend-Data-Filter = "ip in forward" > GVSA-Ascend-Client-Assign-DNS = "1" > GVSA-Ascend-Primary-DNS = "209.183.237.147" > GVSA-Ascend-Secondary-DNS = "209.183.237.147" > Service-Type = Framed-User > Framed-Protocol = PPP > Digital-Access = TRUE > Analog-Access = TRUE > Session-Timeout = 3600 > Ascend-Maximum-Time = 3600 > Idle-Limit = 900 > Port-Limit = 2 > > > ** > To leave this list, send an email to > [EMAIL PROTECTED] and put the word "LEAVE" in the > BODY of the email. > > > ** > To leave this list, send an email to > [EMAIL PROTECTED] and put the word "LEAVE" in the > BODY of the email. > > ** To leave this list, send an email to [EMAIL PROTECTED] and put the word "LEAVE" in the BODY of the email.
