Hello, We have a very old application which still uses a TAPI 1.0 header (in Delphi) for making phonecalls. It uses lineInitialize to see if there are any modems available. It will show a list of modems available and then you can make a phonecall. I wonder if I get to see all the modems with this very old version of TAPI or would it be recommended to implement a higher version of TAPI.
schrieb im Newsbeitrag news:e0db28c6-81d6-491e-9c90-0c0750745386@d77g2000hsb.googlegroups.com... > We have a very old application which still uses a TAPI 1.0 header (in > Delphi) for making phonecalls. It uses lineInitialize to see if there > are any modems available. It will show a list of modems available and > then you can make a phonecall. > I wonder if I get to see all the modems with this very old version of > TAPI or would it be recommended to implement a higher version of TAPI. What OS/SP are you using? When you are using modems, then you are most probably using the OS-built-in UniModem.TSP. UniModem.TSP will expose TAPI line devices for each modem that is available under ControlPanel/PhoneAndModemOptions/Modems. UniModem.TSP still supports lineNegotiateAPIVersion to APIVersion 0x00010003. You can check this and almost everything else with MS TAPI Browser TB20. See my TAPI and TSPI FAQ: Q: Where can I download TAPI Browser ? http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_Where_can Q: Is there a user guide available for TAPI Browser TB20 ? http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_Is_there_1 -- Best Regards Andreas Marschall Microsoft MVP for TAPI / Windows SDK / Visual C++ 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.