home *** CD-ROM | disk | FTP | other *** search
- ;=============================================================================
- ; Quick Dial Version 2.0 Configuration File (QDIAL.CFG)
- ; Copyright (c) 1992 Richard Cheung. All Rights Reserved
- ;
- ;-----------------------------------------------------------------------------
- ; Serial port connected to modem, can be com1, com2, com3, com4
- ; Option: 1 2 3 4
- ;-----------------------------------------------------------------------------
-
- COM_PORT 2
-
- ;-----------------------------------------------------------------------------
- ;
- ; Modem speed 300,1200,2400,9600
- ; Option: 300 1200 2400 9600
- ;
- ;-----------------------------------------------------------------------------
-
- COM_SPEED 300
-
- ;-----------------------------------------------------------------------------
- ; Dialing String - depend on the phone
- ; if touch tone use ATDT, if pulse use ATDP
- ; or if you need to dial 9 first ATDT9
- ; Note: no space in the dialing string
- ; Option: ATDT ATDP ATDT9, etc
- ;-----------------------------------------------------------------------------
-
- DIAL_STRING ATDT
-
- ;-----------------------------------------------------------------------------
- ; Initialization String (Optional)
- ; If you don't need any initialization, then put a semi-colon before the line
- ; Example: AT&FS11=50
- ; S11=50 will double the speed of dialing
- ; X4 make sure BUSY or NO CARRIER response from modem
- ; S7=5 give up on hearing 5 second busy signal
- ;-----------------------------------------------------------------------------
-
- INIT_STRING AT&FS11=50S7=5X4
-
- ;-----------------------------------------------------------------------------
- ; Do you always want to ask for redial on busy signal?
- ; Answer Y - allows the Quick Dial to ask for redial each time there is
- ; a busy signal.
- ; Answer N - allows the Quick Dial always to redial on busy signal until
- ; a key is hit to stop dialing anymore.
- ;
- ; Option: Y, N
- ;-----------------------------------------------------------------------------
-
- ASK_REDIAL N
-
- ;-----------------------------------------------------------------------------
- ; Pause between Redial in Seconds for No ASK_REDIAL
- ; Option: 0 - 500
- ;-----------------------------------------------------------------------------
-
- REDIAL_PAUSE 5
-
- ;=============================================================================
-