Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use "callto" with my own tapi program??

Status
Not open for further replies.

boaconstrictor

Programmer
Feb 21, 2002
19
0
0
CH
Hi
I have just created a program which lets my ip phone call a number through "mycall.exe +1 234 45 56..". Now I want to call this program through the callto url in a webpage like <a href="callto://+1 234 45 56.."/>.

Does anybody know how I could acomplish this?

Thanks Fredy
 
one way would be to have a form submit the desired number and dial it on the server side, assuming you're running this from a local webserver.

you might also be able to do it using vbscript or wscript client-side.


-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
i like your sleeves...they're real big
 
No, I dont want to run anything on the webserver. I want to do it over a link like '<a href="callto://+41 71 911 11 11"/> on the client.
I know, this can be done through registry entries. But I don't know where and how they must be.

Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top