Hello Friends,
I am calling from my application . when call is made then phone
goes in standby mode. call is made successfully but my application closes.
how can i remain in my application during call and end call.
I want to make phone call through my application and remain
in application.but here . phone call is made and I am not able
to remain in my application . as it closes .so i again
have to open my application.
Please help
my phone call code is as under:
waiting for your kind reply.Code:TBuf<15> aphoneno; aphoneno.Copy(aMobileNo); CTelephony* iTelephony = CTelephony::NewL(); CTelephony::TCallId iCallId; CTelephony::TTelNumber telNumber(aphoneno); CTelephony::TCallParamsV1 callParams; callParams.iIdRestrict = CTelephony::ESendMyId; CTelephony::TCallParamsV1Pckg callParamsPckg(callParams); TRequestStatus iStatus; iTelephony->DialNewCall(iStatus, callParamsPckg, telNumber, iCallId);
Thanks
Praveen




