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:
iammop
New Member
*


Posts: 1
Joined: Aug 2007
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.
08-13-2007 11:58 AM
Profile E-Mail PM Find Quote Report
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
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Complete]On Contact Signin Dial a phone
He is showing you how to dial a phone number when a specific contact signs in. Who says it needs to be a plsc for it to be a release?
08-13-2007 01:35 PM
Profile E-Mail PM Find Quote Report
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
RE: RE: [Complete]On Contact Signin Dial a phone
quote:
Originally posted by matty
He is showing you how to dial a phone number when a specific contact signs in. Who says it needs to be a plsc for it to be a release?


I didn't say need, I said should... Because most (not all) releases are. And since he's a new member he could not know how to make a release:) Just trying to help him...
Best Regards,
Joćo Godinho
08-13-2007 01:51 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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