Is there a way for application to be notifed when voice call changes status of GPRS line?
I have tried with:
This returns error -5 "Not supported"Code:iTelephony->NotifyChange( iStatus, CTelephony::EDataLineStatusChange, iLineStatusPckg );
Application is notified when I use:
It means that required cappabilities are present.Code:iTelephony->NotifyChange( iStatus, CTelephony::EVoiceLineStatusChange, iLineStatusPckg );
Monitoring active call is not option because new call will put only GPRS data line on hold not 3G data line.
It would be possible to use VoiceLine notification if I would know which connection is active 3G or GPRS.
Zdenko

Reply With Quote

