% % -=> TERMINATE COST FILE <=- % % COSTFILE for area : LOCAL, (in FRANCE) ___________________________________ % Made by, date : NICRON, 3_decembre_1996 ______________________________ % Decimal point : 2 16 = $0.16 % Notes : *Pour faciliter la vie des users de TERMINATE*________ % % % This file can be as long as you want. The internal cost editor can only % handle 800 lines, so use an external editor if yours is longer. % % This file is structured so that Terminate will stop reading this as soon % as it finds a line that fits the number, the current day and current time. % Therefore: 4296 must come before 42, otherwise 42 will fit the above % demands and Terminate will stop looking. % % An ALL statement can be used as the last entry to define the cost which wil % be used if no other cost entries are found. % % Number : String the called number must start with. % : You must replace blanks with underscores '009 46'->'009_46' % : Before comparing the number here and from the phonebooks, % : all blanks and '-' are stripped. % % Days/DT : Which days are valid for this entry % MTWTFSS : Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday % : If you use DT you can give a specific day in the year % : the format is DDMM, 31-Dec = DT:3112 % : Date (DT) commands should always be placed in the top of % : the costfile, so they will be found before the others % % Time-period : Which time intervals are valid for this entry. % Start-Stop % % Units/ : Most billing is done on a per minute basis. So it will % minute : be necessary for you to change the default (for Europe). % : Alt-O Change configuration, Cost management, Keyword defaults % : Charge second @CHARGESECOND = 60 %ΥΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΡΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ΅ Keyword defaults Ζ %³ Start costs @START ³ 0.00 %³ Connect costs @CONNECT ³ 0.74 %³ Minimum charge @MINIMUM ³ 0.00 %³ Maximum @MAXIMUM ³ 0.00 %³ Connect seconds @CONNECTSEC ³ 12 %³ Charge second @CHARGESECOND ³ 60 <=- Change default to 60 %³ Start at once @STARTATONCE ³ Off %³ Pay by period @PAYBYPERIOD ³ 0.74 %³ Discount rate @DISCOUNT ³ 0 %ΤΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΟΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝΝ % % * You will also need to change the default: % * Alt-O Change configuration, Cost management, Calculate costs = On % % : Unit/seconds is primarily for Europe. So I changed the word % : "seconds" to "minute" for better understanding. % % Units/ : If Pay by period in cost management is set to 0, then X units % seconds : will be added every minute. If Pay by period is bigger than 0 % : then that amount will be added every X second. % % Add : At call start with X units instead of 0. % Start % % @INFO |-50-characters-| Information when showing costs % @START 0 How many units should be added at start % @CONNECT 0 How many units to add when connecting % @MINIMUM 0 Minimum charge to always charge % @MAXIMUM 0 Maximum costs before warn user % @CONNECTSEC 0 How many seconds before connect % @CHARGESECOND 0 Charge ahead control, 60 = 1 minute % @STARTATONCE OFF Start calculation at once when dialing % @PAYBYPERIOD 0 Use pay by period instead of per/minute % @DISCOUNT 0 Discount these number with x percent % @CONNECT 74 @CHARGESECOND 60 % If not found in the list above, just default to regional cost. % This way you only need to define your local zones - % but it is very different from country to country. % When creating a new cost file, you should turn the ALL % lines off, so you notice when Terminate cannot find the % costs. % Days/DT Time-period Units/ % Number MTWTFSS Start-Stop minute %|-----------| |-----| |---------| |------| @INFO Local Calls (and unknown) ALL xxxxx.. 06:00-08:00 16 ALL xxxxx.. 08:00-12:30 33 ALL xxxxx.. 12:30-13:30 22 ALL xxxxx.. 13:30-18:00 33 ALL xxxxx.. 18:00-21:30 22 ALL xxxxx.. 21:30-22:30 16 ALL xxxxx.. 22:30-06:00 11 ALL .....x. 06:00-08:00 16 ALL .....x. 08:00-12:30 33 ALL .....x. 12:30-13:30 22 ALL .....x. 13:30-22:30 16 ALL .....x. 22:30-06:00 11 ALL ......x 06:00-23:30 16 ALL ......x 23:30-06:00 11 @INFO End of cost file