home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 December / PCO1296.ISO / filesbbs / dos / terminat.arj / UTILS.EXE / COST-045.CST < prev    next >
Encoding:
Text File  |  1995-08-14  |  10.0 KB  |  337 lines

  1. %
  2. %                     -=> TERMINATE COST FILE <=-
  3. %
  4. % COSTFILE for area : Sample cost file for Denmark/Albertslund_____________
  5. % Made by, date     : Bo Bendtsen, Denmark, 18-Jul-95______________________
  6. % Decimal point     : 3   5000 = 5,000 kr (1 femmer).
  7. % Notes             : On 01-May-94 Denmark has changed international_______
  8. %                   : prefix from 009 to 00. Other EEC countries will also_
  9. %                   : change prefix to 00, but the dates are not known yet_
  10. %                   : *EXAMPLE ONLY, NOT ALL UNITS ARE ACCURATE*___________
  11. %
  12. % This file can be as long as you want. The internal cost editor can only
  13. % handle 800 lines, so use an external editor if yours is longer.
  14. %
  15. % This file is structured so that Terminate will stop reading this as soon
  16. % as it finds a line that fits the number, the current day and current time.
  17. % Therefore: 4296 must come before 42, otherwise 42 will fit the above
  18. % demands and Terminate will stop looking.
  19. %
  20. % An ALL statement can be used as the last entry to define the cost which wil
  21. % be used if no other cost entries are found.
  22. %
  23. % Number      : String the called number must start with.
  24. %             : You must replace blanks with underscores '009 46'->'009_46'
  25. %             : Before comparing the number here and from the phonebooks,
  26. %             : all blanks and '-' are stripped.
  27. %
  28. % Days/DT     : Which days are valid for this entry
  29. % MTWTFSS     : Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday
  30. %             : If you use DT you can give a specific day in the year
  31. %             : the format is DDMM, 31-Dec = DT:3112
  32. %             : Date (DT) commands should always be placed in the top of
  33. %             : the costfile, so they will be found before the others
  34. %
  35. % Time-period : Which time intervals are valid for this entry.
  36. % Start-Stop
  37. %
  38. % Units/      : If Pay by period in cost management is set to 0, then X units
  39. % seconds     : will be added every minute. If Pay by period is bigger than 0
  40. %             : then that amount will be added every X second.
  41. %
  42. % Add         : At call start with X units instead of 0.
  43. % Start
  44. %
  45. % @INFO         |-50-characters-|    Information when showing costs
  46. % @START        0                    How many units should be added at start
  47. % @CONNECT      0                    How many units to add when connecting
  48. % @MINIMUM      0                    Minimum charge to always charge
  49. % @MAXIMUM      0                    Maximum costs before warn user
  50. % @CONNECTSEC   0                    How many seconds before connect
  51. % @CHARGESECOND 0                    Charge ahead control, 60 = 1 minute
  52. % @STARTATONCE  OFF                  Start calculation at once when dialing
  53. % @PAYBYPERIOD  0                    Use pay by period instead of per/minute
  54. % @DISCOUNT     0                    Discount these number with x percent
  55. %
  56. %             Days/DT Time-period Units/
  57. %   Number    MTWTFSS Start-Stop  seconds
  58. %-----------| |-----| |---------| |------|
  59.  
  60. % In Denmark we pay 12,5 ¢re whenever dialing the first number.
  61.  
  62. @START        125
  63.  
  64. @INFO         Local calls from DAN BBS
  65. 31            ......x 00:00-24:00       240
  66. 31            xxxxxx. 08:00-19:30       470
  67. 33            ......x 00:00-24:00       240
  68. 33            xxxxxx. 08:00-19:30       470
  69. 33            xxxxxx. 19:30-08:00       240
  70. 42            ......x 00:00-24:00       240
  71. 42            xxxxxx. 08:00-19:30       470
  72. 42            xxxxxx. 19:30-08:00       240
  73. 4362          ......x 00:00-24:00       190
  74. 4362          xxxxxx. 08:00-19:30       370
  75. 4362          xxxxxx. 19:30-08:00       190
  76. 43            ......x 00:00-24:00       240
  77. 43            xxxxxx. 08:00-19:30       470
  78. 43            xxxxxx. 19:30-08:00       240
  79.  
  80. % International calls
  81.  
  82. @INFO         Israel
  83. 00_972        xxxxxxx 00:00-24:00     13000
  84.  
  85. @INFO         United Arab Emirates
  86. 00_971        xxxxxxx 00:00-24:00     20000
  87.  
  88. @INFO         Kuwait
  89. 00_965        xxxxxxx 00:00-24:00     20000
  90.  
  91. @INFO         Iraq
  92. 00_964        xxxxxxx 00:00-24:00     20000
  93.  
  94. @INFO         Jordan
  95. 00_962        xxxxxxx 00:00-24:00     20000
  96.  
  97. @INFO         Lebanon
  98. 00_961        xxxxxxx 00:00-24:00     20000
  99.  
  100. @INFO         Taiwan
  101. 00_886        xxxxxxx 00:00-24:00     20000
  102.  
  103. @INFO         Bangladesh
  104. 00_880        xxxxxxx 00:00-24:00     20000
  105.  
  106. @INFO         Hong Kong
  107. 00_852        xxxxxxx 00:00-24:00     20000
  108.  
  109. @INFO         Ecuador
  110. 00_593        xxxxxxx 00:00-24:00     20000
  111.  
  112. @INFO         Bolivia
  113. 00_591        xxxxxxx 00:00-24:00     20000
  114.  
  115. @INFO         Haiti
  116. 00_509        xxxxxxx 00:00-24:00     20000
  117.  
  118. @INFO         Costa Rica
  119. 00_506        xxxxxxx 00:00-24:00     20000
  120.  
  121. @INFO         Nicaragua
  122. 00_505        xxxxxxx 00:00-24:00     20000
  123.  
  124. @INFO         El Salvador
  125. 00_503        xxxxxxx 00:00-24:00     20000
  126.  
  127. @INFO         Falkland Islands
  128. 00_500        xxxxxxx 00:00-24:00     20000
  129.  
  130. @INFO         Macedonia
  131. 00_389        xxxxxxx 00:00-24:00     20000
  132.  
  133. @INFO         Bosnia-Hercegovina
  134. 00_389        xxxxxxx 00:00-24:00     20000
  135.  
  136. @INFO         Bosnia-Hercegovina
  137. 00_387        xxxxxxx 00:00-24:00     20000
  138.  
  139. @INFO         Slovenia
  140. 00_386        xxxxxxx 00:00-24:00     20000
  141.  
  142. @INFO         Croatia
  143. 00_385        xxxxxxx 00:00-24:00     20000
  144.  
  145. @INFO         Yugoslavia
  146. 00_381        xxxxxxx 00:00-24:00     20000
  147.  
  148. @INFO         Lithuania
  149. 00_370        xxxxxxx 00:00-24:00     20000
  150.  
  151. @INFO         Bulgaria
  152. 00_359        xxxxxxx 00:00-24:00     20000
  153.  
  154. @INFO         Finland
  155. 00_358        xxxxxxx 00:00-24:00      3000
  156.  
  157. @INFO         Cyprus
  158. 00_357        xxxxxxx 00:00-24:00      3000
  159.  
  160. @INFO         Malta
  161. 00_356        xxxxxxx 00:00-24:00      3000
  162.  
  163. @INFO         Iceland
  164. 00_354        xxxxxxx 00:00-24:00      3000
  165.  
  166. @INFO         Ireland
  167. 00_353        xxxxxxx 00:00-24:00      3000
  168.  
  169. @INFO         Luxembourg
  170. 00_352        xxxxxxx 00:00-24:00      4500
  171.  
  172. @INFO         Portugal
  173. 00_351        xxxxxxx 00:00-24:00      4500
  174.  
  175. @INFO         Greenland
  176. 00_299        xxxxxxx 00:00-24:00      4500
  177.  
  178. @INFO         Faroe Islands
  179. 00_298        xxxxxxx 00:00-24:00      4500
  180.  
  181. @INFO         Somalia
  182. 00_252        xxxxxxx 00:00-24:00      4500
  183.  
  184. @INFO         Rwanda
  185. 00_250        xxxxxxx 00:00-24:00      4500
  186.  
  187. @INFO         Libya
  188. 00_218        xxxxxxx 00:00-24:00      4500
  189.  
  190. @INFO         Iran
  191. 00_98         xxxxxxx 00:00-24:00      4500
  192.  
  193. @INFO         Sri Lanka
  194. 00_94         xxxxxxx 00:00-24:00      4500
  195.  
  196. @INFO         Pakistan
  197. 00_92         xxxxxxx 00:00-24:00      4500
  198.  
  199. @INFO         India
  200. 00_91         xxxxxxx 00:00-24:00      4500
  201.  
  202. @INFO         Turkey
  203. 00_90         xxxxxxx 00:00-24:00      6000
  204.  
  205. @INFO         China
  206. 00_86         xxxxxxx 00:00-24:00      6000
  207.  
  208. @INFO         Vietnam
  209. 00_84         xxxxxxx 00:00-24:00      6000
  210.  
  211. @INFO         Korea
  212. 00_82         xxxxxxx 00:00-24:00      6000
  213.  
  214. @INFO         Japan
  215. 00_81         xxxxxxx 00:00-24:00      6000
  216.  
  217. @INFO         Thailand
  218. 00_66         xxxxxxx 00:00-24:00      6000
  219.  
  220. @INFO         Singapore
  221. 00_65         xxxxxxx 00:00-24:00      6000
  222.  
  223. @INFO         New Zealand
  224. 00_64         xxxxxxx 00:00-24:00     13000
  225.  
  226. @INFO         Australia
  227. 00_61         xxxxxxx 00:00-24:00     13000
  228.  
  229. @INFO         Colombia
  230. 00_57         xxxxxxx 00:00-24:00      6000
  231.  
  232. @INFO         Chile
  233. 00_56         xxxxxxx 00:00-24:00      6000
  234.  
  235. @INFO         Brazil
  236. 00_55         xxxxxxx 00:00-24:00      6000
  237.  
  238. @INFO         Argentina
  239. 00_54         xxxxxxx 00:00-24:00      6000
  240.  
  241. @INFO         Cuba
  242. 00_53         xxxxxxx 00:00-24:00      6000
  243.  
  244. @INFO         Mexico
  245. 00_52         xxxxxxx 00:00-24:00      6000
  246.  
  247. @INFO         Peru
  248. 00_51         xxxxxxx 00:00-24:00      6000
  249.  
  250. @INFO         Germany
  251. 00_49         xxxxxxx 00:00-24:00      3500
  252.  
  253. @INFO         Poland
  254. 00_48         xxxxxxx 00:00-24:00      3500
  255.  
  256. @INFO         Norway
  257. 00_47         xxxxxxx 00:00-24:00      3000
  258.  
  259. @INFO         Sweden
  260. 00_46         xxxxxxx 00:00-24:00      3000
  261.  
  262. % @INFO Denmark, enable outside Denmark
  263. % 00_45      xxxxxxx 00:00-24:00         0
  264.  
  265. @INFO         United Kingdom
  266. 00_44         xxxxxxx 00:00-24:00      4000
  267.  
  268. @INFO         Austria
  269. 00_43         xxxxxxx 00:00-24:00      4000
  270.  
  271. @INFO         Czech Republic / Slovak Republic
  272. 00_42         xxxxxxx 00:00-24:00      4000
  273.  
  274. @INFO         Switzerland
  275. 00_41         xxxxxxx 00:00-24:00      4000
  276.  
  277. @INFO         Italy
  278. 00_39         xxxxxxx 00:00-24:00      4500
  279.  
  280. @INFO         Balkan states (former Yugoslavia)
  281. 00_38         xxxxxxx 00:00-24:00      4500
  282.  
  283. @INFO         Hungary
  284. 00_36         xxxxxxx 00:00-24:00      4000
  285.  
  286. @INFO         Spain
  287. 00_34         xxxxxxx 00:00-24:00      4500
  288.  
  289. @INFO         France / Monaco / Andorra
  290. 00_33         xxxxxxx 00:00-24:00      4000
  291.  
  292. @INFO         Belgium
  293. 00_32         xxxxxxx 00:00-24:00      4000
  294.  
  295. @INFO         The Netherlands
  296. 00_31         xxxxxxx 00:00-24:00      4000
  297.  
  298. @INFO         Greece
  299. 00_30         xxxxxxx 00:00-24:00      4500
  300.  
  301. @INFO         South Africa
  302. 00_27         xxxxxxx 00:00-24:00     20000
  303.  
  304. @INFO         Egypt
  305. 00_20         xxxxxxx 00:00-24:00     20000
  306.  
  307. @INFO         Russian Fed. etc. (former USSR)
  308. 00_20         xxxxxxx 00:00-24:00     10000
  309.  
  310. % Special price when calling to USA at night/weekend 20% discount
  311.  
  312. @INFO         United States of America
  313. 00_1          .....xx 00:00-24:00      8000
  314. 00_1          xxxxx.. 23:00-08:00      8000
  315. 00_1          xxxxx.. 08:00-23:00     10000
  316.  
  317. % If the country prefix is unknown, we guess a little
  318.  
  319. @INFO         Unknown country
  320. 00_1          xxxxx.. 08:00-23:00     10000
  321. 00            xxxxxxx 00:00-24:00      4000
  322.  
  323. % If not found in the list above, just default to regional cost.
  324. % This way you only need to define your local zones -
  325. % but it is very different from country to country.
  326. % When creating a new cost file, you should turn the ALL
  327. % lines off, so you notice when Terminate cannot find the
  328. % costs.
  329.  
  330. @INFO         Unknown cost, regional selected
  331. ALL           ......x 00:00-24:00       350
  332. ALL           xxxxxx. 08:00-19:30       700
  333. ALL           xxxxxx. 19:30-08:00       350
  334.  
  335. @INFO         End of cost file
  336.  
  337.