home *** CD-ROM | disk | FTP | other *** search
- ; =============================================================================
- ; XENDIAL.CFG Phone# dial translation Xenia Version 1.98 - January 1995
- ; =============================================================================
- ; Any phone numbers specified in XEN*.CFG should be in international format,
- ; then they will be translated according to the local rules below.
- ; Only exception when specifying a @phone# in Xenia terminal: no translation.
- ; International format is +country-area-etc
-
-
- ; -----------------------------------------------------------------------------
- ; DIAL [start] [prefix]/[suffix]
- ; If a number starts with the start string, it is removed and replaced by
- ; prefix (if specified), and the suffix string is added to the end.
- ; The first matching DIAL line is used
-
- ; A system located in Amersfoort, The Netherlands
- DIAL +31-33- / ; Local, strip country and area code completely
- DIAL +31- 0/ ; Domestic, strip country and add 0 before area code
- DIAL + 00-/ ; International, use international access code
-
- ; A system located in Madrid, Spain
- ;DIAL +34-1- / ; Madrid
- ;DIAL +34- 9/ ; Default for domestic calls
- ;DIAL + 07-/ ; If nothing else, use the international access code
-
-
- ; -----------------------------------------------------------------------------
- ; XLATDASH <char>
- ; If you need to pause for a dialtone, you can use this option to make Xenia
- ; convert the *first* (yes only the 1st) dash (-) in a phone# to for instance:
- ; W Hayes AT command set 'wait for 2nd dialtone'
- ; , Hayes AT command set 'pause dialling for 2 seconds' (S8 register)
- ; This conversion is done AFTER the DIAL translation.
- ; The default is not to replace anything; and dashes are ignored.
- ;XLATDASH W
- ;XLATDASH ,
-
-
- ; =============================================================================