I have the code to handle the exception if it occurs.. no exception was thrown
void CSIPProfileStatus::RegisterDefaultProfile()
{
_LIT(KLogMsg,"[CSIPProfileStatus::RegisterDefaultProfile]");...
Type: Posts; User: Bernard Merlyn; Keyword(s):
I have the code to handle the exception if it occurs.. no exception was thrown
void CSIPProfileStatus::RegisterDefaultProfile()
{
_LIT(KLogMsg,"[CSIPProfileStatus::RegisterDefaultProfile]");...
Hi,
I had omitted the Location capability but adding the capability did not help,.
Here my code
Capabilities are : Location NetworkServices NetworkControl SwEvent ReadUserData...
ProfileRegistryEventOccurred( TUint32 aProfileId, TEvent aEvent )
Gets called when the registration is successful.
ProfileRegistryErrorOccurred (TUint32 aProfileId, TInt aError)
Never gets...
Hello,
My application tries to register the default profiles
using api
CSIPProfileRegistryBase:: EnableL (CSIPProfile &aProfile, MSIPConnectionObserver &aObserver)
but i get no...
Hello,
While submitting application that uses "Network Control" capability for signing we need declare:
"The application does not use this capability to directly access the SIM card for...
I was unable to find a solution, so used a setting item List (CAknSettingItemList) instead
http://www.cublog.cn/u/9577/showart_498338.html
Is there an api i could use to retrieve the phone number for voip call during the intermidiate state ( dailing or ringing)
This is how i tried, but the name was display with characters in btw
Here is my code:
_LIT(KFilename,"Z:\\resource\\versions\\model.txt");
RFile file;...
Thanks,
I was able to read from the file but the format of the data was
ÿþN#o#k#i#a# #E#6#1#
instead of "Nokia E61"
Here is my code:
_LIT(KFilename,"Z:\\resource\\versions\\model.txt");...
This there any other api other that CTelephony :: GetPhoneId() i could use it identify the phone model
Is it not the UID2 that identifies interface type (dll/exe)??
Hi,
I would like to know significance of UID3 in polymorphic DLL ((UID <UID2> <UID3>))
Can we use test UID generated by code warriour when the DLL is created?
if a DLL(create by user) is used...
Hi,
How to write a polymorphic DLL. Is there sample i could refer??
Unable to play a .wav file during an active call using CDrmPlayerUtility. The Initialization completes successfully but play fails with error -21 (KErrAccessDenied).
void CPlayFile::Playmusic()...
HI,
Thanks for replay.
The previous question did not state my requirements correctly .Sorry for that.
The application needs send DTMF during an active VoIP call.Is there any api's you...
Hi,
I am required to send out-of-band DTMF for VoIP calls. Please give me some guidance to proceed.
Hi,
I would like know if it is possible to use the function CPhCltCommandHandler::Vts from PhoneClientExtention for VOIP calls to send DTMF.
Thanks for reply. I using Phone Client Extension API
CPhCltCommandHandler::Vts( TRequestStatus & aStatus,
const TPhCltDtmfTone...
Hi
I am unable to send dtmf for voip call. Send fails with error code (-2) KErrGeneral. The same code works fine for voice calls. I have used sample provided in forum as reference. Kindly help...
Hi
My application needs to retrieve the dialed sip uri for a VoIP call when call state is (Dialing). I am able to get this information form the call log..
I would like to know if...
RLine RCall are deprecated APIs . Thou they are till supported it better to use 3rd Party Telephony API (CTelephony). The s60 SDK explains the process to receive notification using CTelephony very...
Hi,
We can get call state change notifications for VoIP and GSM calls by subscribing for it using KPSUidTelephonyCallHandling as the UID that identifies the property category and...
Thanks once again,
By change in data line status i meant change in status(Dialing, Ringing ,Connected) for VoIP call.
In the earlier link (PS Keys for Call Status & Indicators API) provides a...
Thanks for the reply.
I would also like to know if there any api which can notifiy when the data line's status changes. just as CTelephony provides notification for Voice calls
Hi
I need to write an application which is capable of detecting VoIP call (incoming/outgoing) and execute specific commands depending on the state (Ringing/dialing/connecting etc).
I see that you...