Guys,
Am looking for a way to release all calls currently on an extension using ActiveX Toolkit.
The extension is a routing point for OCS from which predictive dials are placed.
Problem is, a TExtension control will only hold 8 calls at one time, so when the number of calls dialling gets above 8, I can’t track them all. I still get the eventdialling notifications for the additional calls being placed, but if I attach a TCallObj to them then, the activecall I get back from the extension is the 8th one that was in dialling, rather than 9th or 10th or 11th etc…
Any ideas? I dont really need to track all the calls with a TCallObj, just need to be able to release all the calls on the routing point at once…
Thanks
Alan