phone_plat/phone_application_voip_commands_api/inc/phoneappvoipcommands.hrh
changeset 0 5f000ab63145
child 19 544e34b3255a
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     This file contains declarations for voip commands of PhoneAppS60.
       
    16 *     Defined commands are used in menu options and soft keys.
       
    17 *     
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #ifndef PHONEAPPVOIPCOMMANDS_HRH
       
    23 #define PHONEAPPVOIPCOMMANDS_HRH
       
    24 
       
    25 
       
    26 #include    <bldvariant.hrh>
       
    27 #include    <phoneappcommands.hrh>
       
    28 
       
    29 //  CONSTANTS
       
    30 /**
       
    31  * Enumeration for VoIP specific menu and soft key
       
    32  * commands.
       
    33  */
       
    34 enum 
       
    35     {
       
    36     // First VoIP command.
       
    37     // Not used in menu nor soft key.
       
    38     EPhoneCmdVoipStart = EPhoneCmdLast, 
       
    39     
       
    40     // Command id for Internet call option.
       
    41     EPhoneNumberAcqCmdInternetCall,
       
    42     
       
    43     // Command id for toggling alpha mode in number entry.
       
    44     EPhoneNumberAcqCmdToggleNeAlphaMode,
       
    45     
       
    46     // Command id for toggling numeric mode in number entry.
       
    47     EPhoneNumberAcqCmdToggleNeNumericMode,
       
    48     
       
    49     // Command id for Unattended trasfer option. 
       
    50     EPhoneInCallCmdUnattendedTransfer,
       
    51 
       
    52     /** Command id for unattended transfer acceptance. */
       
    53     EPhoneCmdAcceptUnattendedTransfer,
       
    54     /** Command id for unattended transfer rejectance. */
       
    55     EPhoneCmdRejectUnattendedTransfer,
       
    56 
       
    57     /** Command id for ok in transfer to address query */
       
    58     EPhoneCmdTransferDialerOk,
       
    59     /** Command id for cancel in transfer to address query */
       
    60     EPhoneCmdTransferDialerExit,
       
    61     /** Command id for find from contacts in transfer dialer */
       
    62     EPhoneCmdTransferDialerSearch,
       
    63     /** Command id for succesfull contact fetch in transfer dialer */
       
    64     EPhoneCmdTransferDialerContactFetch,
       
    65     /** Command id for new Internet call option */
       
    66     EPhoneInCallCmdNewInternetCall,
       
    67     /** Command id for ok in new call query */
       
    68     EPhoneCmdNewInternetCallOk,
       
    69     /** Command id for find from contacts in new call query */
       
    70     EPhoneCmdNewInternetCallSearch,
       
    71     /** Command id for succesfull contact fetch in new call query */
       
    72     EPhoneCmdNewInternetCallContactFetch,
       
    73     EPhoneCmdCancelServiceEnabling,
       
    74     EPhoneCmdServiceEnablingTimedOut,
       
    75     EPhoneCmdHandoverToWlan,
       
    76     EPhoneCmdHandoverToGsm,
       
    77     // Last VoIP command, not used in menu nor soft key.
       
    78     // Add new VoIP commands before this.  
       
    79     EPhoneCmdVoIPLast
       
    80     };
       
    81 
       
    82 #endif
       
    83 
       
    84 // End of File