 wire join:2003-08-27 Atlantic Highlands, NJ | reply to innoman
Re: [Vonage] Click2callu and using it as a wake up call. Attached is a WSF app that can be invoked from Windows Scheduled Tasks to place a click2call.
To configure: * Go to "Scheduled Tasks" and double click "Add Scheduled Task" * On the page to select the program to run, click Browse... and find wscript.exe - e.g. C:\WINNT\System32\wscript.exe If you can't find it, you might need to install it first »www.microsoft.com/downloads/deta···yLang=en * On the following pages, name the task and configure the scheduling for it. * On the last page, check the "Open advanced properties for this task when I click Finish" checkbox. * In the Advanced Properties, in the "Run" textbox enter the path to the c2c.wsf script you downloaded (attached) along with command line arguments that specify your account and phone numbers. It should look like this:
c:\winnt\system32\wscript.exe "C:\Projects\click2call\c2c.wsf" /username:myname /password:mypw /from:14155550000 /to:14155559999
Now each time this scheduled task runs, it will place a call from the "from" Vonage number to the "to" number. |