home *** CD-ROM | disk | FTP | other *** search
- ; this file is only required for people using frontend mode, people using
- ; rear end mode call bgfax as BGFAX /xxx C:\BGFAX port faxtype where "xxx"
- ; is /fax, /fcon OR /fast, port is same as po= in config file, and faxtype
- ; is a single letter Z or Q
- ;
- ; po ... port, number 1 through 4 or hex base address and IRQ in the
- ; format po=3f8x5 for non-standard port configurations, also,
- ; if a ! follows the port, po=2!, means don't shift to 19200
- ; ft ... fax type (Z for ZFAX, Q for Quick Link II format)
- ; sp ... DTE locked port speed
- ; rp ... receive path where incoming faxes are put
- ;
- ;------------------------- generic setup ------------------------
- po=1
- ft=z
- sp=38400
- rp=C:\BGFAX
- ;--------------------- fax send mode strings --------------------
- si=ATZ
- si=AT+FLID="713 893 9124"
- ds=AT+FCLASS=2;DT
- mb=3
- mf=3
- ;
- ; si ... initialization strings for send fax mode, up to 5 entries
- ; ds ... dial string (bgfax will append telephone number)
- ; mb ... maximum of busy signals before abort
- ; mf ... maximum number of connect failures
- ;
- ;------------------ front end and /INIT strings -----------------
- in=ATZ
- in=ATL0M1+FCR=1;+FLID="713 893 9124";+FDCC=1,5,0,2,0,0,0,0
- ;-------------------- front end mode strings --------------------
- ; if you never plan on using bgfax in front end mode, everything
- ; after this can be deleted ...
- ri=1
- an=AT+FAA=1;A
- do=Please press the [Esc] key to load Tranquility Base.
- lo=Loading the bulletin board. Please wait.
- ec=<echo>
- sl=2400
- ts=Calls are not accepted below 2400 bps. Sorry.
- cm=CQ,30
- ev=07:00,50
- ev=14:24,12
- ev=02:55,55
- ;
- ; in ... initialization strings, up to 5 in= entries allowed
- ; ri ... number of rings to answer phone
- ; an ... modem answer string
- ; do ... string that tells user to press [Esc], if do=<load> it will
- ; automatically begin loading the BBS
- ; lo ... string that is displayed after user hits [Esc]
- ; ec ... string passed to BBS when on error free call, if ec=<echo>
- ; it will pass the "/xxx" in "CONNECT 14400/xxx"
- ; sl ... slowest DCE real data rate allowed
- ; ts ... string shown to users who are calling too slow
- ; cm ... crash mail string for GT Power sysops
- ; ev ... events (time comma errorlevel), up to 20 ev= entries allowed
- ;
- ; don't forget frontend, /SEND and /INIT mode require an environment
- ; variable BGFAX pointing to DIRECTORY with this file
-
-