Anyone have any idea how to send call forwording information to the network, similar to how cprog does when you update settings?
Related
our app requires continuous gprs connection to our server. connection is lost when incoming phone call is accepted. automatic reconnect would be nice, yet gives problems when executed prematurely. anyone aware of a test for 'call in progress' in pocket pc sdk to avoid the situation?
How do you initially create the connection and how do you handle the error right now? You need to use TAPI to check the status of a call.
some functions to note:
lineInitialize
lineNegotiateExtVersion
lineOpen
lineGetNewCalls
lineGetCallStatus
You can set a notification to be sent to your program using
lineSetStatusMessages to send a notification on LINEDEVSTATE_DISCONNECTED event
so that you don't have to continuously monitor the call
How to use lineGetNewCalls ?
Can you give me a sample so I can follow? I try to catch the incoming call from the callback function for LINECALLSTATE_OFFERING, but no event is sent. Event such as LINEDEVSTATE_RINGING occured. What happen if event such as LINEDEVSTATE_OPEN is occured?
Hi,
Anyone knows the codes for establishing a certain delay (f.i. 20 seconds) before the voice mail answering is activated?
Thanks for helping.
NOt possible. You will need to find some software for this
It should be possible as this is a network feature.
Google should help you out:
Should be: *61*number**seconds# to set delay for no-answer, but similar for other diversions
source: http://www.bryte.net/gsm/code.asp
More details:
http://www.mobileshop.org/usertech/gsmcodes.htm
Hi,
I need to develope an application that basically replaces the caller ID screen that pops up when you have an incoming call and show some more information on the caller, then let the user answer or decline the call.
any help on where to look first (or maybe code snipets if i'm lucky) highly appreciated.
Cheers,
Shafa
I think you may have a hard time if it is truly a seperate application you wish to write. I have written a program to try to be used at the same time as cprog.exe and when that incoming call window comes up nothing I have tryed will let the user interact with any windows I create. You could stop that process but most users will not want to do this. I ended up having my program automatically determine if it wants to accept the incoming call and answer it itself. This was particularly anoying because my incoming call interest was set to data only and cprog dose not normally even register an incoming call that is purly data. But after I had initialized tapi with my settings cproc unexpectedly shared the same interest for incoming data calls.
Just as speculation - if your program was constantly running, when an incoming call is offering, you could enumerate the desktop windows using EnumWindows and its associated callback function to get the hwnd of the ballon that comes up. Then perhaps you could close the incoming call window or send it to the bottom of the z order and use your own to replace it. I do not know what effect this would have on cprog.
code related to tapi tends to be long so your not that lucky
:lol:
Hi guys.
When I use my headset I would like to know who is calling. So I thought about it and came to two solutions.
One is to make a program to handle incoming calls and that can be configured to play the voice tag associated with the current calling contact, or if the caller isn't on the address book, then say the phone number (I would make 10 wav files each with one number spoken on it).
The second option was to search for something like it on the net.
For the first I've searched everywhere and I wasn't able to find how to programatically handle incoming calls and retrieve the call info.
For the second I haven't found such software.
Can someone point me in some direction?
Thanks
I searched better and it seems that Microsoft Voice Commander does what I need.
Can someone please confirm?
Thanks
Hi all
Sorry for my poor english. I'm from China. Need for some help ,thanks!
I am searching one software for my smartphone which could achieve this function as below:
It can detect the send out SMS which is un-authorizated by myself .
those SMSs always sent at background that I can not noticed it and not find the recording in sent out log. It is stealthy.
Because I download some mediaplayer sofwares by internet, when I run the Application, it sent the specifically code to some number at background which means ordering some service,and will cost money.
I hope it can give the tooltips when the sms (which is not listed in allow list) auto sent at background and ask me to allow or block it.
I known there are many block tools for call and sms, but all of them block the incoming messages and calls ,not outcoming SMSs and calls.
Do you known whether there is the software? Please let me known.
Thanks again.
I found that the SMS send is failure if changed the Number of SMS Center from system setting(e.g from +8613800210050 to +8613800880050 which is an invalid number.)
I don not know whether it would block all the SMSs (including the SMS sent by stealthily) after changing the number of SMS Center?
Anybody could advise ? Thanks!