This tutorial describes how to get and set the alternative line settings using RMobilePhone functions.
The Alternate Line Service (ALS) provides a subscriber with two voice lines, that is the primary and auxiliary lines. The phones that support ALS allow clients to get and set ALS settings irrespective of the current mode or network. ALS is a GSM-specific service available only on DCS 1800 networks. The ALS setting operates when the mobile station is registered to a DCS 1800 network. At other times, the primary voice line is used.
When ALS is available, the user can have separate supplementary service profiles for the voice and auxiliary voice services. Incoming calls are received on either lines irrespective of the line selection. Outgoing calls are made on the selected line.
The following code gets the current ALS settings, and checks if the ALS is available.
The code assumes iMobilePhone is an RMobilePhone object.
RMobilePhone::TMobilePhoneALSLine ALSLine; User::LeaveIfError(iMobilePhone.GetALSLine(ALSLine)); if (ALSLine != RMobilePhone::EAlternateLineNotAvailable) { //do something }
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.