DOCUMENT:Q112376 13-OCT-1999 [win3x] TITLE :RAS: Disable Modem Speaker Works on Outgoing Calls Only PRODUCT :Microsoft Windows 3.x Retail Product PROD/VER:WINDOWS:3.11 OPER/SYS: KEYWORDS: ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Windows for Workgroups version 3.11 ------------------------------------------------------------------------------- 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. SUMMARY ======= The 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 INFORMATION ================ Some 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 ---------------------------------- 1. Make a backup copy of your MODEM.INF file. 2. Make a note of the DeviceName= setting in the SERIAL.INI file in the Windows directory. 3. Load the MODEM.INF file in a text editor. NOTE: The MODEM.INF file is too large for the Microsoft Windows Notepad application that ships with Windows for Workgroups; you must use another text editor. 4. Search for the modem name that appeared on the DeviceName setting of the SERIAL.INI file. 5. Retrieve the AT command that appears on the = line in this section. 6. Place the AT command from step 5 before the statement on the COMMAND_LISTEN= setting. Example ------- If the SERIAL.INI file contains the following line DeviceName=Supra Fax Modem V32bis and the MODEM.INF file has the following text [Supra Fax Modem V32bis] =M1 =M0 ... COMMAND_LISTEN=ATS0=1 ... change the Command_Listen setting to: [Supra Fax Modem V32bis] =M1 =M0 ... COMMAND_LISTEN=ATS0=1 M0 ... 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. Additional query words: 3.11 ptp change update ====================================================================== Keywords : Technology : kbAudDeveloper kbWFWSearch kbWFW311 Version : WINDOWS:3.11 ============================================================================= 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. Copyright Microsoft Corporation 1999.