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
- Next message: Dipesh: "Cisco Extension Mobility"
- Previous message: Andreas Marschall [MVP TAPI]: "Re: Unpredictable application behaviour for incomming call..."
- In reply to: Suraj Yadav: "Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro"
- Next in thread: Suraj Yadav: "Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro"
- Reply: Suraj Yadav: "Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: Dipesh: "Cisco Extension Mobility"
- Previous message: Andreas Marschall [MVP TAPI]: "Re: Unpredictable application behaviour for incomming call..."
- In reply to: Suraj Yadav: "Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro"
- Next in thread: Suraj Yadav: "Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro"
- Reply: Suraj Yadav: "Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|