From my previous post it was clear that I was working on a TAPI implementation for SambaPOS.
http://forum2.sambapos.org/index.php/topic,1209.0.htmlIt's done and I have it working, had a little problem with Windows 8 as somehow TAPI 3.0 in Windows 8 is broken. What I did was remove the current library in CidMonitor and replace it with TAPI functions. Currently it's all hardcoded and there's no way to change any settings but I would like to add an extra menu option to the management interface so people can select their modem and set it up. I'm not a C# person and I'm having trouble figuring this out.
Second, I'm going to push my code to Github but the current implementation is not compatible with what is in place rightnow. Like I said (for convenience) I completely removed the current libraries and code in CidMonitor and replaced it with my own. This means my implementation completely destroys the current implementation. Are there any active devs who can advise me on howto get both implementations working side-by-side?