How can I change the number of rings that RAS server waits for before answering?
March 4, 1999
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:
Start the registry editor (regedit.exe)
Move to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesRasManParameters
From the Edit menu select New - DWORD Value.
Enter a name of NumberOfRings and press Enter
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
Close the registry editor
About the Author
You May Also Like