home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
OS2
/
ZPARS102.ZIP
/
ZDIAL.CFG
< prev
next >
Wrap
Text File
|
1994-02-18
|
2KB
|
59 lines
; start table of dialing/cost translations
; domestic international
DIAL / LD_carrier011-/#
;DIAL / 011-/ ;prefix for IDDD
; the slash is not optional
;
; Note: the required systax for the dial trans is
; pattern [prefix]"/"[suffix] [cost [fee]]
; the slash is not optional
;
; the line format is
; pattern replacement cost fee
; string string [number [number]]
;
; A special character '@' is used to specify a nul string in the
; prefix portion of the replacement string
;
1- LD_carrier1-/ 76 0 ;For Out-BC toll calls
1-604- LD_carrier1-/ 26 0 ;For In-BC toll calls
1-604-356- 356-/ 0 0
1-604-360- 360-/ 0 0
1-604-361- 361-/ 0 0
1-604-370- 370-/ 0 0
1-604-38 38/ 0 0 ; entire 38[0-9] is local
1-604-391- 391-/ 0 0
1-604-472- 472-/ 0 0
1-604-474- 474-/ 0 0
1-604-475- 475-/ 0 0
1-604-477- 477-/ 0 0
1-604-478- 478-/ 0 0
1-604-479- 479-/ 0 0
1-604-480- 480-/ 0 0
1-604-592- 592-/ 0 0
1-604-595- 595-/ 0 0
1-604-598- 598-/ 0 0
1-604-642- 642-/ 0 0
1-604-652- 652-/ 0 0
1-604-655- 655-/ 0 0
1-604-656- 656-/ 0 0
1-604-658- 658-/ 0 0
1-604-721- 721-/ 0 0
1-604-727- 727-/ 0 0
1-604-744- 744-/ 0 0
1-604-881- 881-/ 0 0
1-604-952- 952-/ 0 0
1-604-953- 953-/ 0 0
1-604-995- 995-/ 0 0
;
; strip 1-900- from phone string replacing with nul string
; 1-900- @/ 0 0
END
; Note: The order of the above table is purely cosmetic
; ZParse DOES NOT start searching from the top of the list
; to the bottom or bottom to top as others do.
; Zparse will in effect check each and every entry to find the
; best/longest match in the table. It just does it very, very quickly.