How can I change the number of rings that RAS server waits for before answering?

John Savill

March 4, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. The normal method is to edit the file %systemroot%system32rasmodem.inf. Edit the file, find the sections relating to your modem and find the line

COMMAND_LISTEN=ATS0=1

Change the numeric value to the number of rings to answer after, e.g.

COMMAND_LISTEN=ATS0=10

would answer after 10 rings (you must really hate your users, don't we all :-) ). You must restart Windows NT for this change to take effect.

The above does not work if RAS is using any TAPI (Telephony Application Programming Interface )/Unimodem-based devices. If this is the case perform the following:

  1. Start the registry editor (regedit.exe)

  2. Move to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesRasManParameters

  3. From the Edit menu select New - DWORD Value.

  4. Enter a name of NumberOfRings and press Enter

  5. Double click on this new value and set to the number of rings you want the RAS Server to wait before answering the phone (1-20). Any number greater than 20 and the default value of 1 is used. Click OK

  6. Close the registry editor

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like