Re: TSP is not getting Started after installation



On Jul 10, 6:27 pm, "Andreas Marschall [MVP TAPI]"
<Andreas.Marsch...@xxxxxxxxxx> wrote:
<Goms.c...@xxxxxxxxx> schrieb im Newsbeitragnews:c6de5529-5d13-4b9d-bafc-f39aabc6f3a6@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

       I have my own TSP. Here after installation with my switch name,
the TSP is not getting started. In the Computer Management under
Telephony Services, my TSP doesn't show any available lines. But if I
delete the provider and add it again using manage providers, then the
TSP is showing all the available lines.
        I guess the problem could  be because of lineInitializeEx(), a
function to be called once, to register our service provider with
TAPI.dll. But I am confused on how to call the function and when to
call the function.
     Is this function be called inside the provider or the application
which uses the service provider?

Gomathy,
a TSP usually doesn't call any TAPI functions.

For installation you need to copy your .TSP file and UI.dll file (if
TUISPI_functions are not integrated in your .TSP file) to /system32/ and then
you need either add it manually via ControlPanel or programatically via
lineAddProvider().

Do you have any tracing capabilities built i n to your TSP?
If not then this highly recommended for *all* TSPI_functions.
Is TSPI_providerInstall() called during installation?
Are TSPI_providerEnumDevices() and TSPI_providerInit() called after
installation?
What do your return in their params, e.g. *lpdwNumLines etc.?

--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
My Toto® Tools (a collection of free, mostly TAPI related tools):http://www.i-b-a-m.de/Andreas_Marschall's_Toto_Tools.htm
TAPI development around the world (Frappr! map):http://www.frappr.com/TAPIaroundTheWorld
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion.  Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no rights.

Hi Andreas,

My tsp file and UI.dll file is copied properly during
installation.
I have implemented TSPI_providerInstall() function but nothing is
written inside it. lineAddProvider() function is not called I guess.
But how the problem is solved when I remove and add the service
provider through control panel?
Now I found out a new issue, the lineNegotiateAPIVersion() returns an
error. This I found using a diagnostic tool we use for our
applications.
This issue is also happening only after the installation and is
resolved after adding the provider through control panel.

Gomathy
.



Relevant Pages

  • Re: TSP is not getting Started after installation
    ... delete the provider and add it again using manage providers, ... Is TSPI_providerInstallcalled during installation? ... TAPI / TSP Developer and Tester ... * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)
  • Re: TSP is not getting Started after installation
    ... delete the provider and add it again using manage providers, ... Is TSPI_providerInstallcalled during installation? ... TAPI / TSP Developer and Tester ... resolved after adding the provider through control panel. ...
    (microsoft.public.win32.programmer.tapi)
  • Re: blank line in Providers section on Advanced tab of Phone and M
    ... I was able to get rid of the empty provider by deleting the registry key. ... on the second computer in my office that is working properly with our NBX ... I know the dialer was working inside Outlook 2003 and my NBX Tapi Dialer ...
    (microsoft.public.win32.programmer.tapi)
  • Re: Writing a TSP: Assigning Users
    ... If you don't get the "Couldn't find the provider in the permanent array list!" ... debug output then it seems not to be related to your problem. ... Microsoft MVP for TAPI / Windows SDK ... >> Does your TSP do any dynamic creation / removal of devices? ...
    (microsoft.public.win32.programmer.tapi)
  • Re: Dialing problems
    ... The installation process installed ... >> ringing that are reacting to the same number I am calling. ... > Can you reproduce the issue with TAPI Browser TB20? ...
    (microsoft.public.win32.programmer.tapi)

Loading