home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / dos / utility / qdial2 / qdial.cfg < prev    next >
Encoding:
Text File  |  1993-12-04  |  2.4 KB  |  62 lines

  1. ;=============================================================================
  2. ; Quick Dial Version 2.0 Configuration File (QDIAL.CFG)
  3. ; Copyright (c) 1992 Richard Cheung.  All Rights Reserved
  4. ;
  5. ;-----------------------------------------------------------------------------
  6. ; Serial port connected to modem, can be com1, com2, com3, com4
  7. ; Option: 1 2 3 4
  8. ;-----------------------------------------------------------------------------
  9.  
  10. COM_PORT       2
  11.  
  12. ;-----------------------------------------------------------------------------
  13. ;
  14. ; Modem speed 300,1200,2400,9600
  15. ; Option: 300 1200 2400 9600
  16. ;
  17. ;-----------------------------------------------------------------------------
  18.  
  19. COM_SPEED      300
  20.  
  21. ;-----------------------------------------------------------------------------
  22. ; Dialing String - depend on the phone
  23. ;                  if touch tone use ATDT, if pulse use ATDP
  24. ;                  or if you need to dial 9 first ATDT9
  25. ;                  Note: no space in the dialing string
  26. ; Option: ATDT ATDP ATDT9, etc
  27. ;-----------------------------------------------------------------------------
  28.  
  29. DIAL_STRING    ATDT
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ; Initialization String (Optional)
  33. ; If you don't need any initialization, then put a semi-colon before the line
  34. ; Example: AT&FS11=50
  35. ;          S11=50 will double the speed of dialing
  36. ;          X4     make sure BUSY or NO CARRIER response from modem
  37. ;          S7=5   give up on hearing 5 second busy signal
  38. ;-----------------------------------------------------------------------------
  39.  
  40. INIT_STRING    AT&FS11=50S7=5X4
  41.  
  42. ;-----------------------------------------------------------------------------
  43. ; Do you always want to ask for redial on busy signal?
  44. ; Answer Y - allows the Quick Dial to ask for redial each time there is
  45. ;            a busy signal.
  46. ; Answer N - allows the Quick Dial always to redial on busy signal until
  47. ;            a key is hit to stop dialing anymore.
  48. ;
  49. ; Option: Y, N
  50. ;-----------------------------------------------------------------------------
  51.  
  52. ASK_REDIAL     N
  53.  
  54. ;-----------------------------------------------------------------------------
  55. ; Pause between Redial in Seconds for No ASK_REDIAL
  56. ; Option: 0 - 500
  57. ;-----------------------------------------------------------------------------
  58.  
  59. REDIAL_PAUSE   5
  60.  
  61. ;=============================================================================
  62.