diff -r 7d48bed6ce0c -r 987c9837762f telutils/phoneparser/src/CPhoneVoipNumberParser.cpp --- 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; }