Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro

From: Andreas Marschall [MVP TAPI] (Andreas.Marschall_at_I-B-A-M.de)
Date: 10/05/04


Date: Tue, 5 Oct 2004 23:54:12 +0200


"Suraj Yadav" <suraj.yadav@zeron.biz> schrieb im Newsbeitrag
news:e6lRldnqEHA.2724@TK2MSFTNGP14.phx.gbl...
> Also I have
> pasted the log file returned by tb20.exe on making an outbound call and
> receiving an incoming call.
>
> LOG FILE for INBOUND CALL
>
> 12:12.26.614 : Calling lineAnswer
> 12:12.26.614 : lineAnswer returned x10399
> 12:12.26.795 : received LINE_CALLSTATE
> device=x103aa
> cbInst=x0
> param1=x100, CONNECTED
> param2=x1, ACTIVE
> param3=x0,
> 12:12.43.839 : Calling lineClose
> 12:12.43.849 : lineClose returned SUCCESS

Suraj,
lineAnswer / TSPI_lineAnswer is an asynchronous function (like lineMakeCall)
and should be completed asynchronously (LINE_REPLY / ASYNC_COMPLETION) by your
TSP when your TSP returns a RequestID (x10399) synchronously.
It seems that your TSP is not sending the required ASYNC_COMPLETION.

-- 
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK
TAPI / TSP Developer and Tester
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
* 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.


Relevant Pages

  • Re: Monitoring modem in PASS THROUGH mode
    ... > logfile contains all AT commands sent. ... I haven't tried by myself but you may want to try to set the log file ... Microsoft MVP for TAPI / Windows SDK ... * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)
  • Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro
    ... "Suraj Yadav" wrote in message ... > code for lineAnswer as I cannot understand on how to complete lineAnswer ... Microsoft MVP for TAPI / Windows SDK ... * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)
  • Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro
    ... "Suraj Yadav" wrote in message ... privileges are only used at TAPI level, ... Microsoft MVP for TAPI / Windows SDK ... * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)
  • Re: Using the same line in more than one application
    ... "Suraj Yadav" schrieb im Newsbeitrag ... Do you have a TSP trace for this scenario? ... Microsoft MVP for TAPI / Windows SDK ... * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)
  • Re: No sound on other end !
    ... The log file of the ... You may want to cross-post your modem related questions to: ... Microsoft MVP for TAPI / Windows SDK ... * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)

Loading