home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / zpars106.zip / zdial.cfg < prev    next >
Text File  |  1996-03-03  |  4KB  |  105 lines

  1. ; start table of dialing/cost translations
  2. ;     domestic    international
  3. ;DIAL   /          LD_carrier011-/#
  4. DIAL  /          011/              ;prefix for IDDD
  5. ; the slash is not optional
  6. ;
  7. ; Note: the required systax for the dial trans is
  8. ;       pattern [prefix]"/"[suffix] [cost  [fee]]
  9. ;        the slash is not optional
  10. ;       If the slash is omitted, no translation occurs,
  11. ;       but the costs are assigned.
  12. ;
  13. ;
  14. ;     the line format is 
  15. ;       pattern  replacement  cost     fee
  16. ;       string   string      [number [number]]
  17. ;
  18.  
  19.      1-604-356-   356-/   0  0
  20.      1-604-360-   360-/   0  0
  21.      1-604-361-   361-/   0  0 
  22.      1-604-363-   363-/   0  0 
  23.      1-604-370-   370-/   0  0 
  24.      1-604-38     38/     0  0      ; entire 38[0-9] exchange is local
  25. ;    1-604-381-   381-/   0  0 
  26. ;    1-604-382-   382-/   0  0 
  27. ;    1-604-383-   383-/   0  0 
  28. ;    1-604-384-   384-/   0  0 
  29. ;    1-604-385-   385-/   0  0 
  30. ;    1-604-386-   386-/   0  0 
  31. ;    1-604-387-   387-/   0  0 
  32. ;    1-604-388-   388-/   0  0 
  33. ;    1-604-389-   389-/   0  0 
  34.      1-604-391-   391-/   0  0 
  35.      1-604-472-   472-/   0  0 
  36.      1-604-474-   474-/   0  0 
  37.      1-604-475-   475-/   0  0 
  38.      1-604-477-   477-/   0  0 
  39.      1-604-478-   478-/   0  0 
  40.      1-604-479-   479-/   0  0 
  41.      1-604-480-   480-/   0  0 
  42.      1-604-544-   544-/   0  0 
  43.      1-604-592-   592-/   0  0 
  44.      1-604-595-   595-/   0  0 
  45.      1-604-598-   598-/   0  0 
  46.      1-604-642-   642-/   0  0 
  47.      1-604-652-   652-/   0  0 
  48.      1-604-655-   655-/   0  0 
  49.      1-604-656-   656-/   0  0 
  50.      1-604-658-   658-/   0  0 
  51.      1-604-721-   721-/   0  0 
  52.      1-604-727-   727-/   0  0 
  53.      1-604-744-   744-/   0  0 
  54.      1-604-881-   881-/   0  0 
  55.      1-604-920-   920-/   0  0 
  56.      1-604-952-   952-/   0  0 
  57.      1-604-953-   953-/   0  0 
  58.      1-604-995-   995-/   0  0 
  59. ;     1-800-               800  0
  60. ;
  61. ;  Assign a cost only to 1-900- lines
  62.      1-900-               16000  0
  63. ;     1-905-527-0575 1-905-527-0575/ 10 0
  64. ;     1-403-430-0402 1-403-430-0402/ 10 0
  65. ;
  66. ;
  67. ; Long Distance
  68. ;
  69. ;     1-           LD_carrier1-/ 76 0          ;For Out-BC toll calls
  70. ;     1-604-       LD_carrier1-/ 26 0          ;For In-BC toll calls
  71.      1-         1/       76 0          ;For Out-BC toll calls
  72.      1-604-     1604-/   15 0 ;26 0    ;For In-BC toll calls
  73.      1-403-     1403-/   31 0          ; ab
  74.      1-204-     1204-/   31 0          ; mb
  75.      1-506-     1506-/   31 0          ; nb
  76.      1-709-     1709-/   31 0          ; nf
  77. ;     1-403-     1403-                  ; nt,ab,yt
  78.      1-819-     1819-/   31 0          ; nt
  79.      1-902-     1902-/   31 0          ; ns
  80. ;
  81.      1-416-     1416-/   31 0          ; on
  82.      1-519-     1519-/   31 0          ; on
  83.      1-613-     1613-/   31 0          ; on
  84.      1-705-     1705-/   31 0          ; on
  85.      1-807-     1807-/   31 0          ; on
  86.      1-905-     1905-/   31 0          ; on
  87. ;
  88.      1-902-     1902-/   31 0          ; pe
  89.      1-418-     1418-/   31 0          ; pq
  90.      1-514-     1514-/   31 0          ; pq
  91.      1-819-     1819-/   31 0          ; pq
  92. ;
  93.      1-306-     1306-/   31 0          ; sk
  94.  
  95.  
  96.  
  97. END
  98.  
  99. ; Note: The order of the above table is purely cosmetic
  100. ;       ZParse DOES NOT start searching from the top of the list 
  101. ;       to the bottom or bottom to top and stop when it finds a match.
  102. ;       Zparse will in effect check each and every entry to find the 
  103. ;       longest(best) match in the table. It just does it very, very quickly.
  104.  
  105.