home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / ter61.zip / UTILS._XE / TERMINAT.CST < prev    next >
Text File  |  1993-01-26  |  2KB  |  61 lines

  1. %
  2. %                     -=> TERMINATE COST FILE <=-
  3. %
  4. % COSTFILE for area : Test cost file_______________________________________
  5. % Made by           : Bo Bendtsen, Denmark_________________________________
  6. % Units/minute      : _X_   Add specified units every minute
  7. % Pay by period     : ___   Add Pay by period amount every specified second
  8. %
  9. % This file has a 500 entry limit and will be searched everytime you have
  10. % called a system and the carrier is dropped.
  11. %
  12. % The idea of this file is that Terminate will stop reading this as soon as
  13. % it finds a line that fits the number, the current day and current time.
  14. % Therefore:  4296 must come before 42, otherwise 42 will fit the above
  15. % demands also.
  16. %
  17. % Note: Only comments top will be saved when using the cost-editor inside
  18. % terminate, for flexibility, this file will be saved in ascii text, so
  19. % you also can use a normal editor to edit the file.
  20. %
  21. % An ALL statement can be used as last entry to define a cost which will
  22. % be used if no other costs are found
  23. %
  24. % Number      : String the called number must start with.
  25. %
  26. %  Days:      : Which days are valid for this entry
  27. % MTWTFSS     : Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday
  28. %
  29. % Time-period : Which period are valid for entry
  30. % Start-Stop
  31. %
  32. % Units/      : If Pay by period in cost management is 0, then X units will
  33. % seconds     : be added every minute. If Pay by period bigger than 0, then
  34. %             : that amount will be added every X second.
  35. %
  36. % Add         : At connect start at X units instead of 0
  37. % Start
  38. %
  39. %
  40. %             Days:  Time-period Units/  Add
  41. %   Number   MTWTFSS Start-Stop  seconds Start
  42. %──────────| |─────| |─────────| |────| |────|
  43. 31           ......x 00:00-24:00 24
  44. 31           xxxxxx. 08:00-19:30 47
  45. 31           xxxxxx. 19:30-08:00 24
  46. 33           ......x 00:00-24:00 24
  47. 33           xxxxxx. 08:00-19:30 47
  48. 33           xxxxxx. 19:30-08:00 24
  49. 42           ......x 00:00-24:00 24
  50. 42           xxxxxx. 08:00-19:30 47
  51. 42           xxxxxx. 19:30-08:00 24
  52. 43           ......x 00:00-24:00 24
  53. 43           xxxxxx. 08:00-19:30 47
  54. 43           xxxxxx. 19:30-08:00 24
  55. 4362         ......x 00:00-24:00 19
  56. 4362         xxxxxx. 08:00-19:30 37
  57. 4362         xxxxxx. 19:30-08:00 19
  58. ALL          ......x 00:00-24:00 35
  59. ALL          xxxxxx. 08:00-19:30 70
  60. ALL          xxxxxx. 19:30-08:00 35
  61.