Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro
From: Suraj Yadav (suraj.yadav_at_zeron.biz)
Date: 10/07/04
- Next message: Prasad Kulkarni: "Re: TAPI help required problem with WinXP service pack1,can any MVP look in this?"
- Previous message: Andreas Marschall [MVP TAPI]: "Re: No message comes when recording with voice modem?"
- In reply to: Andreas Marschall [MVP TAPI]: "Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro"
- Next in thread: Andreas Marschall [MVP TAPI]: "Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro"
- Reply: Andreas Marschall [MVP TAPI]: "Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 7 Oct 2004 16:55:53 +1300
Many thanks for the reply but could you please assit me with some sample
code for lineAnswer as I cannot understand on how to complete lineAnswer
asynchronously.
Thanks in advance
Suraj Yadav
"Andreas Marschall [MVP TAPI]" <Andreas.Marschall@I-B-A-M.de> wrote in
message news:%23pTDoXyqEHA.2964@TK2MSFTNGP14.phx.gbl...
> "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: Prasad Kulkarni: "Re: TAPI help required problem with WinXP service pack1,can any MVP look in this?"
- Previous message: Andreas Marschall [MVP TAPI]: "Re: No message comes when recording with voice modem?"
- In reply to: Andreas Marschall [MVP TAPI]: "Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro"
- Next in thread: Andreas Marschall [MVP TAPI]: "Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro"
- Reply: Andreas Marschall [MVP TAPI]: "Re: custom tsp ok with dialer.exe in Win2kpro but not with WinXPpro"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|