API without dialer

tazdev

New Member
Does anyone know how to bypass the standard dialer of MS Windows when using TAPI? I'm looking to solve with standard Progress 9-code.
 
We have solved (or better: are solving) this problem by coding a small tool that uses the TAPI functions directly.

It comes with a 2nd tool that allows you select the device to use. This value is stored in the registry, which is then used by the 1st tool.
 
Of course, I'm interested in the outcome of your solution.

So far, it's working on my computer, but not on the computers of my colleagues. Some small adjustments need to be made before it's ready.

Because it's made for internal use inside our company, I can't just post it here for free. If you're interested in coding one yourself, the msdn documentation was very helpful for me. If you're interested in buying this tool, email me.
 
Back
Top