phoneapp/phoneuiutils/inc/phonerssvoip.h
changeset 0 5f000ab63145
child 19 544e34b3255a
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2007-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 *     File containing enumeration for phoneapp resources used from VoIP
       
    16 *     specific code.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef PHONERSSVOIP_H
       
    22 #define PHONERSSVOIP_H
       
    23 
       
    24 //  INCLUDES
       
    25 #include <e32std.h>
       
    26 #include "phonerssbase.h"
       
    27 
       
    28 
       
    29 // DATA TYPES
       
    30 enum TPhoneRssVoIP
       
    31     {
       
    32     EPhoneVoIPNumberAcqMenubar = EPhoneRssBaseLast,
       
    33     EPhoneVoIPNumberAcqMenubarWithServiceNumber,
       
    34     EPhoneVoIPNumberAcqOkMenubar,
       
    35     EPhoneVoIPNumberAcqOkMenubarWithServiceNumber,
       
    36     EPhoneVoIPNumberAcqInternetSoftkey,
       
    37     EPhoneVoIPPrivateAddress,
       
    38     EPhoneVoIPNoAudioSupport,
       
    39     EPhoneVoIPNoService,
       
    40     EPhoneVoIPAddressNotInUse,
       
    41     EPhoneVoIPServiceUnavailable,
       
    42     EPhoneVoIPRequestTimeOut,
       
    43     EPhoneVoIPInvalidRecipientAddress,
       
    44     EPhoneVoIPNumberBusy,
       
    45     EPhoneVoIPNotFound,
       
    46     EPhoneVoIPNoAnswer,
       
    47     EPhoneSSNotificationTextVoipSipsFailed,
       
    48     EPhoneVoIPNetworkError,
       
    49     EPhoneVoIPHoldFail,
       
    50     EPhoneVoIPResumeFail,
       
    51     EPhoneVoIPHoldNumberFail,
       
    52     EPhoneVoIPResumeNumberFail,
       
    53     EPhoneVoIPSwapFail,
       
    54     EPhoneVoIPConferenceHoldFail,
       
    55     EPhoneVoIPConferenceResumeFail,
       
    56     EPhoneVoIPTransferFail,
       
    57     EPhoneVoIPUnattendedTransferOption,
       
    58     EPhoneVoIPCallTypeInternet,
       
    59     EPhoneVoIPNumberAcqXSPCall,
       
    60     EPhoneVoIPUnattendedTransferAcceptanceQueryIdentified,
       
    61     EPhoneVoIPUnattendedTransferAcceptanceQueryAnonymous,
       
    62     EPhoneVoIPUnattendedTransferAcceptanceQueryHeader,
       
    63     EPhoneVoIPTransferAddress,
       
    64     EPhoneVoIPTransferDialerNumberEntryEmptyMenubar,
       
    65     EPhoneVoIPTransferDialerNumberEntryNotEmptyMenubar,
       
    66     EPhoneVoIPTransferDialerSoftkeys,
       
    67     EPhoneVoIPTransferAddressQuery,
       
    68     EPhoneVoIPTransferAddressQueryEmptySoftkeys,
       
    69     EPhoneVoIPTransferAddressQueryNotEmptySoftkeys,
       
    70     EPhoneVoIPNewCallQuery,
       
    71     EPhoneVoIPNewCallQueryEmptySoftkeys,
       
    72     EPhoneVoIPNewCallQueryNotEmptySoftkeys,
       
    73     EPhoneVoIPNewCallMenuOption,
       
    74     EPhoneVoIPEnablingServiceWaitNoteText,
       
    75     EPhoneVoIPAuthenticationFailed,
       
    76     EPhoneVoIPErrorInConnection,
       
    77     EPhoneVoIPWaitingAcceptanceNote,
       
    78     EPhoneRemoteForwarding,
       
    79     EPhoneVoIPHandoverToGsmOption,
       
    80     EPhoneVoIPHandoverToWlanOption,
       
    81     EPhoneVoIPWaitHandoverFromWlan,
       
    82     EPhoneVoIPWaitHandoverFromGsm,
       
    83     EPhoneVoIPHandoverFail,
       
    84     EPhoneVoIPMovedPermanentlyQueryHeader,
       
    85     EPhoneVoIPMovedPermanentlySoftkeys,
       
    86     EPhoneVoIPMultipleChoicesListQuery,
       
    87     EPhoneVoIPNoConnectionsDefined,
       
    88     EPhoneVoIPNoConnectionsAvailable,
       
    89     EPhoneVoIPCallsNotSupported,
       
    90     EPhoneVoIPNotAvailableWhenConnecting,
       
    91     EPhoneVoIPDefectiveSettings,
       
    92     // Last
       
    93     EPhoneVoIPLast
       
    94     };
       
    95 
       
    96 #endif      // PHONERSSVOIP_H   
       
    97             
       
    98 // End of File