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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command line and Tapi

Status
Not open for further replies.

PhoneMan777

Programmer
Aug 1, 2010
57
US
Does anyone know if there is a command you can type from the dos promt for example to make a call using the Tapi driver?

I have a customer who is using some type of contact software and for some reason since his PC is 64 bit it can not use the Avaya Tapi driver in this software. All of the other Pc's running 32bit using the same software can install the Tapi driver and it works fine for them.
Also he can install the Tapi driver onto his PC and it works fine for calling from outlook contacts for example. There is a place in the software that he can enter the command for the Tapi driver that the developers of the software claim will allow this to work but I can't seem to find any documentation at there for this. If anyone has ever run across this I would appreciate any help.
 
You might try this.


You the can use callto:XXX in hyperlinks and from a dosbox.

Put the callto.exe in c:
For the registry run the one reg file or Copy/Paste it in notepad and save the code below as .reg
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\callto]
@="URL:Call To Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\callto\DefaultIcon]
@="c:\\callto.exe"

[HKEY_CLASSES_ROOT\callto\shell]

[HKEY_CLASSES_ROOT\callto\shell\open]

[HKEY_CLASSES_ROOT\callto\shell\open\command]
@="\"c:\\callto.vbs\" /callto %1"

Avaya_Red.gif

___________________________________________
It works! Now if only I could remember what I did...

Dain Bramaged (Avaya Search tool )
______________________________________
 
Thanks guys I will test this out and see if it works. Thanks so much!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top