telutils/phoneparser/src/CPhoneVoipNumberParser.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include    "cphonevoipnumberparser.h" 
    20 #include    "CPhoneVoipNumberParser.h"
    21 #include    "cphonegsmparserresult.h" 
    21 #include    "CPhoneGsmParserResult.h"
    22 #include    "cphonegsmoptioncontainer.h" 
    22 #include    "CPhoneGsmOptionContainer.h"
    23 #include    "phoneparsercommon.h" 
    23 #include    "phoneParserCommon.h"
    24 
    24 
    25 // CONSTANTS
    25 // CONSTANTS
    26 
    26 
    27 // ============================ MEMBER FUNCTIONS ===============================
    27 // ============================ MEMBER FUNCTIONS ===============================
    28 
    28 
   139                 }
   139                 }
   140             }
   140             }
   141         
   141         
   142         if ( !dtmfFound )
   142         if ( !dtmfFound )
   143             {
   143             {
   144             if ( !nextChar.IsDigit() )
   144             if ( !nextChar.IsDigit() &&
       
   145                   nextChar != KPhonePlus )
   145                 {
   146                 {
   146                 allDigits = EFalse;
   147                 allDigits = EFalse;
   147                 }
   148                 }
   148             aLex.Inc();
   149             aLex.Inc();
   149             }
   150             }