PDA

View Full Version : On a Missed Call - Open Webpage ?


dzign-it
18-06-2008, 09:44 PM
Hey

I own a large gaming website, and everynow and again the host datacenter will ring me to report an issue on my server, now i know what the issue will be and how to solve it, it simply requires me running a page on my site to clean up the database. I work nights alot and often miss these calls during the day and the site goes broke most of the day.

Im wondering if possible, when i get a missed call from X number - Is there a way to auto open Pocket IE and load up a web page?

If so, this will be an awesome godsend!!!

Im no pda coder, but iv heard about mortscript, wondering if this could do something like? If so, anyone willing to whip up a lil script for me?

Many Many Thanks

eMpTy3000
18-06-2008, 10:10 PM
After doing a little bit of searching I found this in Mortscript. I haven't used Mortscript much but I'm sure you can do it using this line:

MissedCallNumber = RegRead ("HKLM","System\State\Phone","Last Incoming Caller Number")

Then you would basically do an if (MissedCallNumber = "(222) 222-2222") *not sure of the syntax* then open webpage. You would probably want to have it run on startup, sleep for a specific period of time and then loop.

EDIT: Depending on if you want to only do it if it was a missed call or not, you would have to check for missed calls.

andason
19-06-2008, 02:30 AM
Mortscript would work good here..but you could use magicall as well..and it totally rocks for filtering and handling all calls and text messages.

andason
19-06-2008, 02:37 AM
Here is a missedcall script i made a while back. It will check for missed calls and send an email to a designated email address.

You could probably modify it to open a webpage shortcut pretty easily instead of sending an email.