home *** CD-ROM | disk | FTP | other *** search
File List | 1994-08-01 | 1.0 KB | 46 lines |
- %
- % The multi fax list of phone numbers
- %
- % Lines starting with % are comments
- %
- % The numbers will get prefixes, depending on the transfer status:
- %
- % :0: Ok
- % :1: Timeout
- % :2: Userabort
- % :3: VoiceCall
- % :4: DataCall
- % :5: Busy
- % :6: Error
- %
- % Reset this demo file first by removing the :?: codes in front of the
- % numbers. Do NOT send test faxes to anyone without their permission.
- %
- % You have these string commands which you can use several times:
- %
- % FromUser Who is the fax from
- % ToUser Who is the fax to
- % Subject What is the subject of the fax
- % Cover Which cover file to use
- %
-
- % |────────────────────────────|
- FromUser John Smith
- % |──────────|
- Cover COVER.TXT
-
- % |────────────────────────────|
- ToUser Bo Bendtsen
- % |──────────────────────────────────────|
- Subject Hello there how are you
-
- :0:4264xxxx
- :2:4264xxxx
-
- ToUser Terry Hughes
- Subject Hi Terry how are you
-
- :0:4264xxxx
- :5:4264xxxx
-
-