home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / smp_beta / semper / costs.dat next >
Text File  |  1993-11-24  |  4KB  |  83 lines

  1. ; - Tarifliste für den Ortsnetzbereich MARBURG/LAHN -
  2.  
  3. CURRENCY    $                       ; Germany uses DM
  4. PARTS       100                     ; 1 DM = 100 Pfennig
  5.  
  6. DAY_CALL    0:0 0:0                 ; during this time use day cost table
  7.                                     ; if you don't have a DAY_CALL time
  8.                                     ; set DAY_CALL 0:0 0:0
  9.  
  10. UNIT_TYPE   TIME                    ; if you live in a country where the
  11.                                     ; costs are independent of the time
  12.                                     ; (e.g. USA, where each 'unit' lasts
  13.                                     ; 60s) set UNIT_TYPE to 'TIME'
  14.  
  15. UNIT        60000                   ; cost of one unit for a call 
  16.                                     ; (in parts
  17.                                     ; of currency - in this case 23/100)
  18.                                     ; if you set UNIT_TYPE 'TIME' insert
  19.                                     ; here how long one unit lasts (in
  20.                                     ; milliseconds (e.g. for the USA
  21.                                     ; 60000)
  22.  
  23. COST_GROUPS 5                       ; numbers of groups
  24. GROUP       0   0       0       7   ; toll free calls
  25. GROUP       1   18      36      8   ; length of unit during day- /
  26. GROUP       2   18      36      11  ; nighttime (milliseconds)
  27. GROUP       3   6       12      11  ; if you have set UNIT_TYPE 'TIME'
  28. GROUP       4   41      82      -1  ; insert here the costs for one
  29.                                     ; unit in parts of currency.
  30.                                     ; (e.g. GROUP 1 10 20 -1)
  31.                                     ; if a GROUP is only valid
  32.                                     ; for a certian
  33.                                     ; number of digits (e.g. 7 for local
  34.                                     ; calls or 10 for in state
  35.                                     ; long distance )set the number of
  36.                                     ; digits instead of the -1;
  37.  
  38. ; ATTENTION: Make sure that you enter the numbers from the more detailed
  39. ;            definition to the more general (see the numbers 0130, 0190 and
  40. ;            0[123456789] in this example) - don't forget to consider groups
  41. ;            with a certain number of digits if defined.
  42.  
  43. ; --------------- Local Calls -------------------
  44. # 0
  45. [23456789]                          ; Numbers in brackets are the authorized
  46.                                     ; numbers for the first digit of the 
  47.                                     ; phone number.
  48.  
  49. ; ---------------- Long Distance Same Area Code ----------------
  50. # 1                                 ; cost group
  51. 1[23456789]                         ; the 1 represents the number used
  52.                                     ; for long distance calls in the 
  53.                                     ; same area code. The numbers in brackets
  54.                                     ; is the only authorized numbers 
  55.                                     ; in the first digit pass the 1 
  56.                                     ; in the number.
  57.  
  58. ; ----------------- In-State Long Distance ----------------
  59. # 2
  60. 1702[23456789]                      ; 1-702 (702) is the Area Code
  61.                                     ; This is where you can define
  62.                                     ; in-stated long distance calls
  63.                                     ; the first number is 1 which we
  64.                                     ; all know & love ;^). The next 
  65.                                     ; 3 numbers is the area code and the
  66.                                     ; numbers in brackets represent the only
  67.                                     ; authorized number for the 5th number in
  68.                                     ; phone number or the 1st digit
  69.                                     ; passed the area code.
  70.  
  71. ; ------------------ Normal Long Distance Calls  ------------------
  72.  
  73. # 3                                 ; cost group
  74. 1[23456789]                         ; numbers in brackets represent the 
  75.                                     ; only authorized number for the first
  76.                                     ; digit after the one.
  77. ; -------------- InterNational Calls ----------------------
  78. # 4                                 ; cost group
  79. 011                                 ; International Calls
  80. ;
  81.  
  82. ; End of Cost Control Config file....
  83.