# C H A R G I N G # Updated 010703 # Note: In general, setting up a call adds a 15s (x2) or 30s (V90) pause. # For this reasons, impulses below are slightly (we want to just exceed # the minimum impulse) shortened accordingly. # Claranet FT is like BT, except that minimum call is 5 minutes (not pence), # because that's the minimum _billed_ on FreeTime. But since daytime minutes # count as 3.8 minutes, the daytime minimum call is 1m 19s. # However, once the FT allowance is up, the minimum call charge is 4 pence # (pence rather than minutes) and calls cost 20% less than BT calls. # All charges quoted in UK pence/minute (inc. VAT) and all billable # calls are billed by the second. # Cheap Rate Mon-Fri 00-08 # Peak Rate Mon-Fri 08-18 # Cheap Rate Mon-Fri 18-24 # Weekend Rate Sat-Sun 00-24 # This table is from # DAYTIME CHEAP WEEKEND # These apply with FT (no charge but minimum duration deducted) # LOCAL 0.0p/m [79s] 0.0p/m [300s] 0.0p/m [300s] # These apply only when FT is used up # LOCAL 3.2p/m [75s] 1.2p/m [200s] 0.8p/m [300s] # The two mimimum charges above are similar, and in any case we don't # really care about the charges when the FT allowance is used up. # Daytime Weekdays # ------------------------ --- restrict 08:00:01 18:00:00 1-5 * * impulse 75,12,0 # Local # Cheap Weekdays # ------------------------ --- restrict * 08:00:00 1-5 * * or-restrict 18:00:01 * 1-5 * * impulse 295,55,0 # Local # Weekend Weekends # ------------------------ --- restrict * * 0,6 * * impulse 295,55,0 # Local restrict * * * * *