What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Complete]On Contact Signin Dial a phone

[Complete]On Contact Signin Dial a phone
Author: Message:
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
RE: [Complete]On Contact Signin Dial a phone
quote:
Originally posted by iammop
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**


I'm sorry for saying, but what is that suppost to be? you have any problem with the script? or is that release?

If you have any problem with your script you need to give us more information...
If that's a release, it should be a .plsc file. read the scripting documentation for more info.
:)
Best Regards,
Joćo Godinho
08-13-2007 01:34 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Complete]On Contact Signin Dial a phone - by iammop on 08-13-2007 at 11:58 AM
RE: [Complete]On Contact Signin Dial a phone - by LifelesS on 08-13-2007 at 01:34 PM
RE: [Complete]On Contact Signin Dial a phone - by matty on 08-13-2007 at 01:35 PM
RE: RE: [Complete]On Contact Signin Dial a phone - by LifelesS on 08-13-2007 at 01:51 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On