Dialer API on HTC or TAPI - Windows Mobile Development and Hacking General

Hi, sorry if I missed the topic. I'm building a simple application that would allow me programmatically make conference calls and video calls. So I was wondering if the dialer has an API that may allow me do that. Another possibility is to use the TAPI but I don't know how to make video calls from it. Any help?
Thanks

Related

Get Caller ID via RIL?

Hi,
from time to time I like the RIL. Have found the RIL_NOTIFY_RING and be able to see, when my MDA get a call.
Now I'm searching for a way to get the callerID (TelephoneNumber). Because of I'm using the RIL also for SMS, I'ld like to manage the CallID also with it, so that I havn't got to implement TAPI o.s.e.
Wish you a happy new year,
greetings from hannovre,
Andreas )
I am always failed to constuct a call by RIL
I have tried RIL to construct a call. Only one time, the callee can hear my voice but I can not hear his. Then I could not establish any call again. Any idea? Is it necessary to add some codes on callback if just constructing a call?
Bob

some troubles receiving data calls

Hi,
I've got a problem receiving incoming data calls on I-mate by my application. The cause is standart wm2003 application trying to answer any type of call. By what means could I make my application default one when answering data calls? And generaly, is it possible in wm2003 to segregate calls by type (voice/data) and use as default two different applications for each call type?
I used evc++ and TAPI developing my application till now.
Thank You in advance for any answers.
Yury

Take full control of an incoming call

Hi guys!
I'm trying to develop an application to control the incoming call flow. That is an easy task in it self, and i solved that by using C++ and TAPI. The problem is that cdialer.exe always disturb me with that annoying ringtone and popup. So basically my question is how i can take full control of a HCALL coming from a TAPI callback, process the call and then simulate a new TAPI callback so the default phone app can get a hold of the call. If you have tried Magicall or any other similar call filter app, you know what i mean. I just can't understand how they do it.
Any suggestions?
I was under the impression that TAPI couldn't handle incoming calls.
TAPI handles both incoming and outgoing phone calls on WM.
You need to use RIL. But it's quite hard (at least for me) to implement as the documentation is rare. Good Luck.
Thanks A_C, i'll give that a try
My bad. TAPI 2.0 introduced Inbound calls support.

Get the incoming call's phone number (Caller ID)

Hi all,
How can I catch the incoming call's phone number (Caller ID) using the MFC?
If I use .NET there is SystemState and the SystemProperty PhoneIncomingCallerNumber. But what is similar with MFC?
Has anybody maybe a code snippet?
Joline
For WindowsMobile 5.0 and above you can read it from the registry.
Don't remember the exact reg key... but look in the SDK for:
SN_PHONEINCOMINGCALLERNUMBER_ROOT
SN_PHONEINCOMINGCALLERNUMBER_PATH
SN_PHONEINCOMINGCALLERNUMBER_VALUE
Best regards
Øystein
Thanks. This works.
I wrote a program which uses notifications and catches an incoming call. To see if that works the program opens a message box if there is an incoming call. But regrettably first I get the notification from the system and AFTER hang up the message box from my program appears.
What can I do that my program catch the call BEFORE all other programs notify this (e.g. to change the ring tone depending on the caller id)?
Joline
IMHO iits not so easy. You must use TAPI library and/or directly Ril.
Where can I find useful information about how to use TAPI and RIL (maybe with examples)?
Joline
For RIL exists only fragmentary informations - good source is forum http://www.teksoftco.com/forum/viewforum.php?f=15.
For TAPI examples search Windows Mobile SDK.
I need the same phone number catching in PHP
Hi ,
I need to generate the popup using PHP while the call is landed in our phone.
how can we do this?
Thanks and Regards,
JayarajMohan.J

[Q] Creating a SIP connection with SDK ???

Hi
I want to create a VOIP call app for android using android.net.sip library but don't know how to start.
What's the needed execution order of procedures?
For example::
createSipSession()
makeCall()
endCall()
(I want to call them in Qt using JNI)
I think here developer.android.com/guide/topics/connectivity/sip.html has very good and clear examples from How to receive a call, how to make a call and more

Categories

Resources