Re: TAPI lineCallback not being invoked through MFC app
- From: "Andreas Marschall [MVP TAPI]" <Andreas.Marschall@xxxxxxxxxx>
- Date: Wed, 11 Jun 2008 14:30:02 +0200
"Abhishek Sen" <abhisheksen@xxxxxxxxxxx> schrieb im Newsbeitrag
Do you know
how I can keep track of the call handles to make sure that if I receive a
call when I'm already in one, I don't overwrite the current call handle,
thereby causing trouble.
Abhishek,
you definitely need to store all received hCalls (LINE_APPNEWCALL message)
within your app yourself, e.g. in a list.
Then you can search this list for an already known hCall.
You may only remove a hCall from the list after calling
lineDeallocateCall(hCall).
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK
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.
.
- Follow-Ups:
- Re: TAPI lineCallback not being invoked through MFC app
- From: Abhishek Sen
- Re: TAPI lineCallback not being invoked through MFC app
- References:
- TAPI lineCallback not being invoked through MFC app
- From: Abhishek Sen
- Re: TAPI lineCallback not being invoked through MFC app
- From: Angus
- Re: TAPI lineCallback not being invoked through MFC app
- From: Abhishek Sen
- Re: TAPI lineCallback not being invoked through MFC app
- From: Angus
- Re: TAPI lineCallback not being invoked through MFC app
- From: Abhishek Sen
- TAPI lineCallback not being invoked through MFC app
- Prev by Date: Re: TAPI lineCallback not being invoked through MFC app
- Next by Date: Re: unique ID for every call
- Previous by thread: Re: TAPI lineCallback not being invoked through MFC app
- Next by thread: Re: TAPI lineCallback not being invoked through MFC app
- Index(es):
Relevant Pages
|