Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

How to change the number of rings that RAS server waits

Updated: 29 Jul 2010
vikrantchuke's picture
0 0 Votes
Login to vote

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

Answer--------The normal method is to edit the file %systemroot%\system32\ras\modem.inf. Edit the file, find the sections relating to your modem and find the line

COMMAND_LISTEN=ATS0=1<cr>
Change the numeric value to the number of rings to answer after, e.g.
COMMAND_LISTEN=ATS0=10<cr>

would answer after 10 rings (you must really hate your users, don't we all , need to 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_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\Parameters
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