diff -r b8d67d6176f5 -r 3c221667e687 phoneengine/callhandling/src/cpecallhandling.cpp --- a/phoneengine/callhandling/src/cpecallhandling.cpp Wed Jun 09 09:41:11 2010 +0300 +++ b/phoneengine/callhandling/src/cpecallhandling.cpp Mon Jun 21 15:39:45 2010 +0300 @@ -675,6 +675,7 @@ { // Dial request passed on successfully: forward new call id aCallId = callData->GetCallId(); + iModel.SendMessage( MEngineMonitor::EPEMessageInitiatedMoCall, aCallId ); } } }