diff -r 92ab7f8d0eab -r 6bb1b21d2484 phoneengine/callhandling/src/cpecallhandling.cpp --- a/phoneengine/callhandling/src/cpecallhandling.cpp Fri Mar 19 09:28:42 2010 +0200 +++ b/phoneengine/callhandling/src/cpecallhandling.cpp Fri Apr 16 14:58:25 2010 +0300 @@ -471,7 +471,7 @@ { MCCECall& call = callData->Call(); iModel.DataStore()->SetRemotePartyName( call.RemotePartyName(), aCallId ); - iModel.DataStore()->SetRemotePhoneNumber( call.RemoteParty(), aCallId ); + iModel.DataStore()->SetRemotePhoneNumber( call.RemoteParty().Left( KPEPhoneNumberMaxLength ), aCallId ); iModel.DataStore()->SetCallIndex(call.CallIndex(), aCallId ); } break;