O.P. [Complete]On Contact Signin Dial a phone
Hello.Sorry my bad english
------------------------------------
code:
function OnEvent_ContactSignin(Email)
{
if(Email == "someone@somewhere.com")
{
var Shell = new ActiveXObject("WScript.Shell");
Shell.Run("rasdial \"autocall\" /PHONE:00000000",0);
}
}
note:
-> someone@somewhere.com
Contact Email
->autocall
"autocall" is a name of your connection.It you don't have you will create it in Control Panel
-> 00000000
Your Phone Number
**if you don't understand you can see about rasdial command in help and support center of windows XP**
This post was edited on 08-13-2007 at 12:01 PM by iammop.
|