I have a Datagrid that contains a column with a telephone number (a hyperlink). Users will click that Telephone number in order to dial out from their IP soft phone. It is basically an online directory that allows the user to dial out based on clicking the link. Does anyone have an example of how to make this work? I have looked at the TAPI resources around the net and they all are being run from VB and not from ASP.NET. Do I need to create something in VB that is called from the ASP.NET page?
Does anyone have an example of this or any code that would help me out?
you will need somethign to run on the clients computer, the web cannot access the local computer to do something like that. so i would write a activex control in vb to do it and then modify it to work with my web page