I went through the MSDN library & it says TSPI_lineDial should be supported
in TSPI basic telephony functions.
Also I went through these two functions but I couldn't understand it
clearly.
I have implemented TSPI_lineMakeCall and now wants to implement
TSPI_lineDial
Can you please explain me the difference between these two with some
scenarios, which will help me in implementing TSPI_lineDial method
Thanks & Regards,
Akil.
Akil,
TSPI_lineMakeCall() initiates always a new call,
while TSPI_lineDial() always dials on an existing call (in
LINECALLSTATE_DIALTONE).
TSPI_lineDial() is used in consultation/conference scenarios, e.g. after
TSPI_lineSetupTransfer() / TSPI_lineSetupConference() /
TSPI_linePrepareAddToConference(),
and and fror partially dialling.
Please see my TAPI and TSPI FAQ:
Q: How do I partially dial with TAPI2 ?
http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_Who_do
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++ 2003-2008
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.