Monthly Archives: November 2008

TAPI & managed code

I solved my TAPI-problem using C#s excellent COM binding – BUT my solution does not work reliable. Recently I discovered this knowledge article – M$ recomends against using TAPI from managed code, which made me searching for another solution to … Continue reading

Posted in Uncategorized, complaining | Leave a comment

Python + TAPI-madness

If it comes to lower- to medium-class telephony, TAPI is everywhere. Since Version 3.0 TAPI is okay, but even though controllable via COM, I was not able to use pythons win32com module to make it do what I want (here … Continue reading

Posted in python | Leave a comment