home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / zpars102.zip / ZDIAL.CFG < prev    next >
Text File  |  1994-02-18  |  2KB  |  59 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. ;
  11. ;     the line format is 
  12. ;       pattern  replacement  cost     fee
  13. ;       string   string      [number [number]]
  14. ;
  15. ;     A special character '@' is used to specify a nul string in the 
  16. ;     prefix portion of the replacement string
  17. ;
  18.  
  19.      1-           LD_carrier1-/ 76 0          ;For Out-BC toll calls
  20.      1-604-       LD_carrier1-/ 26 0          ;For In-BC toll calls
  21.      1-604-356-   356-/   0  0
  22.      1-604-360-   360-/   0  0
  23.      1-604-361-   361-/   0  0 
  24.      1-604-370-   370-/   0  0 
  25.      1-604-38     38/     0  0            ; entire 38[0-9] is local
  26.      1-604-391-   391-/   0  0 
  27.      1-604-472-   472-/   0  0 
  28.      1-604-474-   474-/   0  0 
  29.      1-604-475-   475-/   0  0 
  30.      1-604-477-   477-/   0  0 
  31.      1-604-478-   478-/   0  0 
  32.      1-604-479-   479-/   0  0 
  33.      1-604-480-   480-/   0  0 
  34.      1-604-592-   592-/   0  0 
  35.      1-604-595-   595-/   0  0 
  36.      1-604-598-   598-/   0  0 
  37.      1-604-642-   642-/   0  0 
  38.      1-604-652-   652-/   0  0 
  39.      1-604-655-   655-/   0  0 
  40.      1-604-656-   656-/   0  0 
  41.      1-604-658-   658-/   0  0 
  42.      1-604-721-   721-/   0  0 
  43.      1-604-727-   727-/   0  0 
  44.      1-604-744-   744-/   0  0 
  45.      1-604-881-   881-/   0  0 
  46.      1-604-952-   952-/   0  0 
  47.      1-604-953-   953-/   0  0 
  48.      1-604-995-   995-/   0  0 
  49. ;
  50. ;    strip 1-900- from phone string replacing with nul string
  51. ;    1-900-       @/      0  0
  52. END
  53.  
  54. ; Note: The order of the above table is purely cosmetic
  55. ;       ZParse DOES NOT start searching from the top of the list 
  56. ;       to the bottom or bottom to top as others do.
  57. ;       Zparse will in effect check each and every entry to find the 
  58. ;       best/longest match in the table. It just does it very, very quickly.
  59.