home *** CD-ROM | disk | FTP | other *** search
-
- ;;; Script to receive faxes with the trion BBS system
- ;;; When a fax is detected , the BBS will run this script
- ;;; to invoke a fax receive with GPFax
-
- failat 21
-
- rx "address rexx_gpfax openserial"
- ;;; rx "address rexx_gpfax receivenow" ;Do not use .. just testing
- rx "address rexx_gpfax fconreceive"
- rx "address rexx_gpfax closeserial"
- wait 5
-
- failat 10
-
- lastcallers
-
-