phone program in PPC

Hi all expert,

If i understand exactly, the phone program (which is included in pocket pc) is written from APIs.

I want to rewrite a program phone like that, so i look in msdn, i found some APIs phone functions:

 + PhoneCloseCallLog          ---
 + PhoneGetCallLogEntry         |__ i can use them to build "call history"
 + PhoneOpenCallLog              | 
 + PhoneSeekCallLog          ---
 + PhoneMakeCall -> so i can use it to make a call, but how can i hang up the call
 
In the top of phone program, on the right, i see the information of mobile network when i insert SIM.I try to look around MSDN but i can't find an API to get the information about GSM network. Then can you show me which API can i use to do that

Many thank for your instruction.

Julien


Answer this question

phone program in PPC

  • nerdz

    You would have to use TAPI APIs to write a phone app.  I can't guarantee that that would be successful, as any second phone app would likely interfere with the built-in phone app.

    (In Windows Mobile 5.0, the "operator name" is available from the State and Notification Broker.)

  • Damir

    If i understand exactly:

    -TAPI is used to control modems and telephones by routing application function calls to the appropriate service provider DLL for a modem.

    Now, i want to control the phone in pocket pc, how can i use TAPI

    Thank for your instruction.



  • gg1

    Hi,

    Thank for your suggestion.
    I heard about the fake radio for emulator to test intecept the call and intecpt the sms. Do you have some experience with it Where can i find the sample

    You said that there aren't guarantee for all the phone. For qtek or o2 pocket pc it supports or it doesn't support




  • phone program in PPC