Is it possible to trigger based on incoming caller ID - Windows Mobile Development and Hacking General

I am looking for an app that lets me do stuff when certain incoming numbers (either a simple editable list or a selection of contacts) call..... essentially I want the phone to answer and then hang up immediately so the numbers don't get my voicemail, they just get rejected.
At the moment I have the contacts set with a silent ringtone so I don't get disturbed, but sometimes I get voicemails from them and I want to prevent these.
I have had a look at Mortscript and can find how to handle incoming calls, just not how to handle incoming calls from specific contacts in specific ways.
Any help appreciated

go to www.youmail.com
i like this free service and it handles caller id calls more efficiantly than any software you can purchase.

Thanks for the link, unfortunately it's US only and I'm in the UK.

CallFirewall does exactly that what you need.

Try this:
http://www.mobiion.com/magicall.html
It does everything you asked, and a whole lot more.

+1 for magicall... it rocks

Thanks for the links guys, downloading them both now

Call Firewall didn't quite do the trick as I could only get it to go to voicemail, but Magicall does 100% what I want, plus more, so I promptly coughed up the cash for it

Somewhere else on the forum there's a program what lets you make your own interface in html with js/flash. you can use that and make javascript countdown for x seconds and than let it pick up and hang up... or whatever you want not the best solution but it still is a solution

Related

Phone application cprog.exe

Hi,
I want some information about default phone application cprog.exe.
I want to know how does it communicate with outlook and other application.
I guess most probably it should be via message posting.
But, unfortunately wheni tested the same with spy running on cprog and then i called a contact from outlook contacts.
I see many messages posted to cprog but I found no message or Parameter(WPARAM/LPARAM) to cprog that contains the number to call.
can anyone help me out to get information how to fetch that number? the number passed to phone/cprog.exe from contact.
The same thing i need for sddialer.exe that after matching the sound tag, how it informs cprog that which number to call?
Please help! I am looking these since long...
Good Luck
Best of luck trying to find any doco on cprog (if you do, please post back here!).
If you have a look at this thread you may find what you are looking for (at least how to initiate a call from the PC is there):
http://forum.xda-developers.com/showthread.php?t=295585
Look for LINE_REQUEST message
There a two ways, that an application can make a call; using tapiRequestMakeCall or lineMakeCall. tapiRequestMakeCall is by far the simplest to use. Examples of their use can be found in two sample cellcore progams available from microsoft, CeDialer, and HelloTapi. You could try this and see which produces messages simular to outlook. I'll guess that it's HelloTapi (tapiRequestMakeCall).
When an application uses tapiRequestMakeCall a LINE_REQUEST message is sent to the call-control application. This application must then call lineGetRequest to get information on the request. It then must execute the request.
See the remarks on the lineRegisterRequestRecipient page at microsoft
http://msdn2.microsoft.com/en-us/library/ms736043.aspx
I wish there was a similar Hello USSD example for the lineSendUSSD API. There's very little information on it... No one seems to be able to capture the responses past the first call.
oops missed part of your question
After the call app places the call, it should get a series of messages, mostly LINE_CALLINFO and LINE_CALLSTATE. The messages contain a handle for the call. Once you have the call handle you should be use the lineGetCallInfo and lineGetCallState functions to get info about the call. I think lineGetCallInfo includes the number that was called. The callstate typically goes through dialling, progressing, and then connected. I believe your not supposed to use the call handle until after a LINE_REPLY message is sent, saying the call didn't fail. If there are problems perhaps you should wait a short time.
To find out more about the messages, you could play with the CeDialer sample. It's linecallbackfunc looks at the messages, it would be easy to put in a few logging statements to see what's in each message. It think CeDialer will only get messages for inbound calls, and calls that it originated. (not ones by cprog.) Although you should check to be sure that I'm correct.
Good luck! Please, let us know whatever you might find out.
Hi,
I will look into this and post reply according As soon as possible.
Thanks
Where i can find the original cprog.exe to install in my non phone PDA? it's the dialer for voip.
Many thanks

On incoming call send SMS to other number

Hi,
I want to develop the following app:
I have two mobiles with Windows. One for business and one private. When somebody calls on my business phone (which I leave at home) I want to divert them to the voicemail (maybe after one ring) so they can leave a message. At the same time I want this mobile to send a SMS to my private phone with the number of the caller (caller-id?). So I can phone them back after listening to the voicemail.
Can anybody direct me in the right direction to develop this? Is it possible to develop this?
If you have VStudio with WM5 SDK, I think it won't be difficult (I think. I dont have WM5 SDK, as I'm cheapo and using evc). There is this thing call.. State and Notification Broker thing that WM5 has which check on the state of the phone and do something about it. Probably a good place to start.
a software MagiCall ..has such feature..not sure if its sms includes the callers number..but custom sms can be set when incoming call comes..
google for MagiCall

On a Missed Call - Open Webpage ?

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
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:
Code:
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.
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.
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.

[REQ] Voicemail stand alone application

I wonder if there is an application that would pick up my phone after some rings, and plays a message and people can drop a message.
So I will have a voicemailbox with recorded messages which I can point and click at, save them, listen again, etc. Just recorded als .mp3 on internal storage. Maybe even callback options, sms-back options etc.
I really hate dialling that voicemailbox number, choosing 1 and 2 to listen messages. I have no overvieuw of messages etc.
The app looks fairly simple to me. Does it exist already?
You're searching for some kind of on-device visual voice mail
I would really like to see this at this moment my voicemail is nothing more than a question to mail me or sms me but most people do not like that
one question when your phone is off or you are out of range what would you like another app to take it over?
This is a nice idea...
See it more as a secretary app. instead of a voicemail app.
Where you're in your car and you don't / can't talk.
Perhaps something with different messages you can choose from (you need to make them yourself?)
Something like "Hello this is <insert name>, I'm driving at the moment, please leave a message after the beep" *beep* The person leaves a message that will be saved as mp3 file for example.
@WvanWaas
When out of range, your 'standard' voicemail will take over.
But when in meetings, or as said, driving, it would be nice that the persons message can be stored on my device.
The ultimate thing would be that this program can dial my voicemail, automaticcally send DTMF tones (time and pattern), and store eventually new voicemailmessages locally. The number of new voicemails on my network is available (since manila uses it too).
With Telfort home-phone, I get emails with .mp3s of voicemail messages (VOIP). Thats really good.
With vodafone UK I was using vodafone mail - voicemails automatically appeared as emails with WAV attachments.
Was very handy
There dont exist any programs?
the only app is isecretary. it doesnt work on diamond though
I use www.youmail.com and also wrote a simple client to parse through my emails and just list my voicemails in a UI.
Youmail also does speech to text transcription so you don't even have to play the sound file-- just read it.
It not for outside US I guess...
It looks promising...
It exists for Nokia phones
I have not found an application as such for the diamond but I know that it exists for Nokia. With the Nokia N95 there is a built in application that works as a voicemail. Of course only when there is coverage and the phone is working.
The application picks up the call after some time (configurable) and plays a greeting message that you have previously recorded and after the beep, the caller can record his message. The application saves that recording and whenever you are available you can playback that message.
Hope to find one for Diamond.
Yup, my T-Mobile voicemail charges are silly, plus I'd like to have more control and functionality from my voicemail. An included blacklist filter would be handy too.
I have a Touch Pro (Raphael).. Is there really nothing around at the moment that will work? That's kind of strange.
Just kick this one up once more ...
This type of app could cause some expensive long distance charges if you were outside of your local calling area though, no? I'm thinking your phone would need to be connected to the call in order to record an .mp3 voice message locally on the device, whereas carrier voicemail can be received regardless of where you are anywhere in the world without costing you as the user a fee to receive a message.
I see that Touch HD can record calls.
http://forum.xda-developers.com/showthread.php?t=457808&page=4
A simple application which auto-answers, plays a file, records a message and nicely puts them in a list, so I have total controll of my voicemessages?
That would be well killer-app... I'd pay for it, simply because I need it.
i realy want this app too!!!!!
Sounds nice to me as well
+1 here....
Try This. Loaded on my Diamond but havn't tested it.
65coupei6 said:
Try This. Loaded on my Diamond but havn't tested it.
Click to expand...
Click to collapse
thanks, i installed it, and recorded an message for people calling me, but cant get the program pick up my call... i allready said he must pick the call after 3 sec. and also after 0 seconds, he dont pick up any call... i added the number with wich i'm trying, at an group, and i see the missed call in isecretary also, but he dont pick up... any body know how this works? the site op the maker is down
Why I Secretary can’t mute the microphone of my xperia x1 and why the caller can’t hear my answer message
How can I fix this using registry or any tweak tool for windows mobile 6.1
thanks
that's what every diamons-user needs!
http://www.youtube.com/watch?v=jqnhm8yfTqM

Reject Call With Text Message

Does anyone know how to get this to work?
It can be found in Start - Settings - Phone - Advanced Tab
Mine is ticked but doesn't seem to do anything when I choose Ignore to an incoming call (i.e. the caller is not sent a text message saying the above)
Any ideas
I have wondered about this for a long time, but haven't come up with anything to make it work, sorry.
I usually disable it sooner or later, just in case.
K_Hismoom said:
I have wondered about this for a long time, but haven't come up with anything to make it work, sorry.
I usually disable it sooner or later, just in case.
Click to expand...
Click to collapse
I have unlimited text messages so charges isn't an issue for me.
All I can find is the option to send a text message when a call comes through, but nothing to automatically send a text message on an ignored call.
Hm, I think it's like this. Someone is calling you and if you wan't to ignore/reject the call, put your phone upside down on a table(with screen to the table), the call will be automatically ignored and I think THEN the message will be sent try it, not sure
I think, I have figured it out.
On an incoming call, you have the option to click on "Send text" in the lower left corner. The call is then rejected and you can compose an SMS to send to the caller.
I use an app called SMS Minder to do this myself, and I'm quite pleased with the results. You can have it respond to all missed calls/texts (select BLACKLIST & leave the field blank) or only to missed calls from certain numbers (select WHITELIST & add the numbers you want to respond to).
I've been using it for several months and it makes my work so much easier. I'm a cabdriver, and when a call comes in & doesn't get answered for whatever reason SMS Minder sends a message that says "I can't talk now, please text me".
For the longest time I didn't really trust Texting that much, but it's become an integral part of my work now. So much easier to read&reply to an SMS (10 to 15 seconds tops) than it is to dial voicemail, listen through the prompts & recital of the phonenumber, then listen to the message...and finally after all of THAT is done, then return the person's call. Texting is just that much easier.
Especially if I use a program like this to automate my responses...and a program on my desktop to send other text messages just like they were an email (it's got an interface similar to Outlook). I plug the phone into the computer & tuck it away...then any interaction I have with the phone is done by using Jeyo Mobile Companion (SMS interface with additional cool features) and/or MyMobiler (fully manipulable screen-shot of the phone's screen) on my desktop.
Of all the apps I've tried and/or discarded, these three have become almost indispensable to my work.
Use QSMS To Buddy:FullFeatured Free app from android market
Posted Android app on non Android forum by mistake. Sorry!
i believe, given the age of this thread, that it is about the native windows mobile feature to reject calls with an sms and there was no need to bump the thread with an app for another operating system. also, on android, depending on your phone and rom, this feature might also be pre-installed and available from stock, w/o the need for a 3rd party app.

Categories

Resources