RAS: Disable Modem Speaker Works on Outgoing Calls OnlyLast reviewed: November 21, 1994Article ID: Q112376 |
The information in this article applies to:
Microsoft does not encourage nor support changes to .INF files; therefore, Microsoft Product Support Services (PSS) does not support the procedure in this article. Although we have tested the following procedure and it appears to function as described; we recommend that you make a backup copy of your .INF file before you proceed.
SUMMARYThe Disable Modem Speaker option in Remote Access Services (RAS) works with outgoing calls only. The Disable Modem Speaker option does not work when the RAS server is in Answer mode.
MORE INFORMATIONSome modems have a switch that allows you to control the speaker. If your modem does not include this feature, it is possible to modify the MODEM.INF file in the Windows SYSTEM subdirectory to direct the modem to turn the speaker off during incoming calls. NOTE: The following procedure works only if your modem supports turning the speaker off with a software command.
Steps to Disable the Modem Speaker
ExampleIf the SERIAL.INI file contains the following line
DeviceName=Supra Fax Modem V32bisand the MODEM.INF file has the following text
[Supra Fax Modem V32bis] <speaker_on>=M1 <speaker_off>=M0 ... COMMAND_LISTEN=ATS0=1<cr> ...change the Command_Listen setting to:
[Supra Fax Modem V32bis] <speaker_on>=M1 <speaker_off>=M0 ... COMMAND_LISTEN=ATS0=1 M0<cr> ...NOTE: This turns off the speaker when an incoming call is present; however, the Disable Modem Speaker setting under Options is still a valid selection for outgoing calls.
|
KBCategory: kbsetup kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |