Getting call forwarding status?

Login to reply to this topic.
Wed, 2006-03-22 01:14
Joined: 2004-08-19
Forum posts: 112
RMobilePhone has a SetCallForwardingStatus() and two notification functions but it fails to provide a GetCallForwardingStatus() (most other information classes do have both Set and Get functions). How can I learn the current call forwarding status? I don't really want to wait on the change, I'd need to get the current status.

Bye,
Gábor


Thu, 2006-03-23 03:53
Joined: 2004-11-02
Forum posts: 52
How about this API (found in v8.1)
Though it's an asynchronous API, it should be finished as soon as the request is sent.

Quote

IMPORT_C void GetCallForwardingIndicator(TRequestStatus &aReqStatus, TDes8 &aIndicator) const;

Description

In GSM or WCDMA mode, if unconditional call forwarding is active an indicator can display this current status. This API, allows clients to retrieve the current setting of the indicator status. The indicator can be available for Voice, Fax and Data Service groups.

NewLC #2150

Thu, 2006-03-23 14:36
Joined: 2004-08-19
Forum posts: 112
Re: How about this API (found in v8.1)
Quote
IMPORT_C void GetCallForwardingIndicator(TRequestStatus &aReqStatus, TDes8 &aIndicator) const;
Doesn't seem to be in my header file, so this would introduce some incompatibility with earlier phones, I suppose. I'd prefer to have it run on the widest selection of phones available. Even then, I suppose I have to ignore phones as old as Nokia 7650 and 3650, but I really need to go back to 6600 at least.

Bye,
Gábor

Sun, 2006-03-26 13:13
Joined: 2004-08-19
Forum posts: 112
Re: How about this API (found in v8.1)
Quote from: ssuu
GetCallForwardingIndicator(TRequestStatus &aReqStatus, TDes8 &aIndicator) const;
Does this mean that etelmm.lib has finally appeared in a public SDK? I don't want to install a new one over my currently working SDK but if this is the case, I'll be tempted to do so at least on another computer...

Bye,
Gábor

Thu, 2006-08-03 05:29
Joined: 2006-03-21
Forum posts: 2
Re: Getting call forwarding status?
Who have hearder file "ETELMM.H" and lib that include function GetCallForwardingIndicator(TRequestStatus &aReqStatus, TDes8 &aIndicator) const;?
  • Login to reply to this topic.