KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q124075: TAPI Apps Can’t Dial Unless UniModem Is First Listed Provider

Article: Q124075
Product(s): Microsoft Windows 95.x Retail Product
Version(s): 
Operating System(s): 
Keyword(s): 
Last Modified: 17-DEC-2000

-------------------------------------------------------------------------------
The information in this article applies to:

- Microsoft Windows 95 
-------------------------------------------------------------------------------

SYMPTOMS
========

HyperTerminal, the Microsoft Network, or another TAPI-enabled application does
not dial.

CAUSE
=====

This problem occurs when a pre-Windows 95 service provider appears in the
TELEPHON.INI file and precedes the Windows 95 Universal Modem Driver (UNIMDM). A
pre-Windows 95 service provider is one that was built to the Windows 3.1 TAPI,
rather than the Windows 95 TAPI.

WORKAROUND
==========

To work around this problem, perform the following steps:

1. Open the TELEPHON.INI file that is in your Windows directory with a text
  editor (such as WordPad).

2. The Providers section may appear as follows:

     [Providers]
     NumProviders=2
     NextProviderID=3
     ProviderID0=1
     ProviderFilename0=ATSP.TSP
     ProviderID1=2
     ProviderFilename1=UNIMDM.TSP

  Change the above to:

     [Providers]
     NumProviders=2
     NextProviderID=3
     ProviderID1=1
     ProviderFileName1=ATSP.TSP
     ProviderID0=2
     ProviderFileName0=UNIMDM.TSP

The above changes inform the TAPI.DLL file that UniModem is the first provider.

MORE INFORMATION
================

Windows Telephony application programming interface (TAPI) is the API that
allows your computer to manage your telephone system (data, fax, and voice).

Additional query words: msnetwork hyperterm

======================================================================
Keywords          :  
Technology        : kbWin95search kbZNotKeyword3

=============================================================================

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 1986-2002.