hi ,
i have a nokia E65 with a VoIP client , i need to detect incoming sip calls and pop-up a menu ,with a background application ..
plz help ..
hi ,
i have a nokia E65 with a VoIP client , i need to detect incoming sip calls and pop-up a menu ,with a background application ..
plz help ..
Hi,
you can detect calls with PS keys in SharedData\epoc32\include\TelephonyInternalPSKeys.h
category:
KPSUidTelephonyCallHandling
keys:
TPSTelephonyCallState : observe this to check the incoming call
TPSTelephonyCallType : observe this to check the call type
The header file is in the API plugin packages.
S60 3rd MR :
http://www.forum.nokia.com/info/sw.n...Pack1.zip.html
S60 3rd FP1:
http://www.forum.nokia.com/info/sw.n...g-In_Pack.html
Cheers,
Jack
Hi,
there's a code example that explain how use this api's ?
thanks.
Ste
Take a look at http://wiki.forum.nokia.com/index.ph...ia_VoIP_Client
Cheers,
Jack