home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 3 / AUCD3.iso / airport / utils / freecost / !FreeCost / Resources / UK / Config next >
Text File  |  1997-08-31  |  2KB  |  104 lines

  1. # PLEASE READ THE !HELP FILE BEFORE EDITING ANYTHING IN HERE
  2.  
  3. # minimum charge for a call
  4. MIN_CHARGE:4.20
  5. # tax rate
  6. TAX_RATE:0.175
  7. # time to add to all calls to compensate for modem negotiation times
  8. # in seconds
  9. EXTRA_TIME:20
  10.  
  11. # charge bands, in pence (or whatever) per time unit - These are for BT
  12. # first number is time band:
  13. # second is number-based band:
  14.  
  15. # Local calls, weekend, evening and daytime
  16. BAND_1_1:0.01500
  17. BAND_2_1:0.02333
  18. BAND_3_1:0.05667
  19.  
  20. # Regional calls, weekend, evening, daytime
  21. BAND_1_2:0.04667
  22. BAND_2_2:0.05667
  23. BAND_3_2:0.11667
  24.  
  25. # National calls, weekend, evening, daytime
  26. BAND_1_3:0.04667
  27. BAND_2_3:0.08333
  28. BAND_3_3:0.14000
  29.  
  30. BAND_1_4:0.0
  31. BAND_2_4:0.0
  32. BAND_3_4:0.0
  33.  
  34. BAND_1_5:0.0
  35. BAND_2_5:0.0
  36. BAND_3_5:0.0
  37.  
  38. # Unit lengths for each band in seconds
  39. # The cost must be given per time unit specified here
  40. UNIT_1_1:1
  41. UNIT_2_1:1
  42. UNIT_3_1:1
  43.  
  44. UNIT_1_2:1
  45. UNIT_2_2:1
  46. UNIT_3_2:1
  47.  
  48. UNIT_1_3:1
  49. UNIT_2_3:1
  50. UNIT_3_3:1
  51.  
  52. UNIT_1_4:1
  53. UNIT_2_4:1
  54. UNIT_3_4:1
  55.  
  56. UNIT_1_5:1
  57. UNIT_2_5:1
  58. UNIT_3_5:1
  59.  
  60. # hourly mapping of time bands - This one is for British Telecom
  61. # starts at 00:00 each day, DAY_0 is Sunday
  62.  
  63. DAY_0:111111111111111111111111
  64. DAY_1:222222223333333333222222
  65. DAY_2:222222223333333333222222
  66. DAY_3:222222223333333333222222
  67. DAY_4:222222223333333333222222
  68. DAY_5:222222223333333333222222
  69. DAY_6:111111111111111111111111
  70.  
  71. # time band names - all three tokens must be present
  72. # limit to 12 characters long please, leave unused ones blank
  73. TIME_NAME_1:Weekend
  74. TIME_NAME_2:Off peak
  75. TIME_NAME_3:Peak
  76.  
  77. # numbers to match for number bands, comma separated+terminated list
  78. # * is a wildcard, matches exactly one character
  79. # A number that cannot be matched will be charged at rate 1
  80. # There must be exactly FIVE of these tokens, numbered 1 to 5
  81.  
  82. # band 1 - recommend use this for local calls
  83. NUM_BAND_1:
  84.  
  85. # band 2 - regional calls
  86. NUM_BAND_2:
  87.  
  88. # band 3 - national calls
  89. NUM_BAND_3:
  90.  
  91. # band 4 - Mercury ?
  92. NUM_BAND_4:
  93.  
  94. # band 5 - spare for your own use :)
  95. NUM_BAND_5:
  96.  
  97. # Names of number based charge bands
  98. # limit to 12 characters long please, leave unused ones blank
  99. NUM_NAME_1:Local
  100. NUM_NAME_2:Regional
  101. NUM_NAME_3:National
  102. NUM_NAME_4:
  103. NUM_NAME_5:
  104.