Setting Number of Rings for RAS Server Auto-Answer in NT 3.5x

Last reviewed: July 24, 1997
Article ID: Q114687

The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1
  • Microsoft Windows NT Workstation versions 3.5 and 3.51
  • Microsoft Windows NT Server versions 3.5 and 3.51

The number of rings a Remote Access Service (RAS) server's modem allows before answering is easily configurable.

A network administrator may have RAS running on a Windows NT Server or Advanced Server and want to share the phone line between another device (a fax machine, for example) and the RAS modem. This article describes how to set the number of rings the modem waits before answering.

To edit the MODEM.INF file found in WINNT\SYSTEM32\RAS, find the section relating to your modem, and change the value on the COMMAND_LISTEN line (the last line in the example below) to the number of rings you want before the modem answers.

NOTE: You must re-boot the NT server before the change will take effect.

   [Hayes Compatible 9600]
   <speaker_on>=M1
   <speaker_off>=M0
   <autodial_on>=ATDT
   <autodial_off>=ATX3D
   CALLBACKTIME=10
   DEFAULTOFF=
   MAXCARRIERBPS=9600
   MAXCONNECTBPS=9600

   COMMAND_INIT=AT&F&C1&D2 V1 S0=0 S2=128 S7=55<speaker><cr>
   COMMAND_DIAL=<autodial><phonenumber><cr>
   COMMAND_LISTEN=ATS0=1<cr>


Additional query words: prodnt ras modem
Keywords : kbnetwork ntras
Version : 3.1 3.5 3.51
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 24, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.