telutils/phoneparser/src/CPhoneVoipNumberParser.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/telutils/phoneparser/src/CPhoneVoipNumberParser.cpp	Tue Aug 31 15:45:17 2010 +0300
+++ b/telutils/phoneparser/src/CPhoneVoipNumberParser.cpp	Wed Sep 01 12:15:03 2010 +0100
@@ -17,10 +17,10 @@
 
 
 // INCLUDE FILES
-#include    "cphonevoipnumberparser.h" 
-#include    "cphonegsmparserresult.h" 
-#include    "cphonegsmoptioncontainer.h" 
-#include    "phoneparsercommon.h" 
+#include    "CPhoneVoipNumberParser.h"
+#include    "CPhoneGsmParserResult.h"
+#include    "CPhoneGsmOptionContainer.h"
+#include    "phoneParserCommon.h"
 
 // CONSTANTS
 
@@ -141,7 +141,8 @@
         
         if ( !dtmfFound )
             {
-            if ( !nextChar.IsDigit() )
+            if ( !nextChar.IsDigit() &&
+                  nextChar != KPhonePlus )
                 {
                 allDigits = EFalse;
                 }