Topic: Dialer - Execute Command below [Comments: 2]
Shragel

Wed, 08/04/2010 - 20:58 | Dialer - Execute Command below

I am trying to call a program with the command parameter being the caller id number. If i do.

MyProgram.exe ${calleridnumber}

it does not work at all (The program doesn't open at all)

But if i do

MyProgram.exe

it works but the parameter is not being sent.

Any help?

Thanks.

eeman

Thu, 08/05/2010 - 15:35 | read up on how to define

read up on how to define 'handlers' in your OS.. the way mailto: and callto: and tel: can be defined.

then you can send a handler via url like callto:123456789

Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com

Shragel

Thu, 08/05/2010 - 15:42 | So what does the command do.

So what does the command do. Call ShellExecute API? Shell?

I am not using the url part, using the command part.

if you put in calc, the calculater program will open.

Can i see the vb source code for this line?