home *** CD-ROM | disk | FTP | other *** search
File List | 1995-08-11 | 1.3 KB | 50 lines |
- %
- % ┌────────────────────────────────────────────────────────────────────────┐
- % │ ░░░░ MULTI FAX LIST OF PHONE NUMBERS ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
- % └────────────────────────────────────────────────────────────────────────┘
- %
- % (Lines starting with % are comments)
- %
- % The numbers will be given prefixes which give information 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 getting their permission
- % first.
- %
- % You have the following string commands which you can use several times:
- %
- % FromUser Who is sending the the fax
- % ToUser Who should receive the fax
- % Subject What is the subject of the fax
- % Cover Which cover file should be used
- %
-
- % |────────────────────────────|
- 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
-
-