Re: TSP is not getting Started after installation
- From: Goms.cool@xxxxxxxxx
- Date: Thu, 10 Jul 2008 07:25:17 -0700 (PDT)
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
.
- Follow-Ups:
- Re: TSP is not getting Started after installation
- From: Goms . cool
- Re: TSP is not getting Started after installation
- References:
- TSP is not getting Started after installation
- From: Goms . cool
- Re: TSP is not getting Started after installation
- From: Andreas Marschall [MVP TAPI]
- TSP is not getting Started after installation
- Prev by Date: Re: Detecting drop call before connection
- Next by Date: Re: TSP is not getting Started after installation
- Previous by thread: Re: TSP is not getting Started after installation
- Next by thread: Re: TSP is not getting Started after installation
- Index(es):
Relevant Pages
|
Loading