diff -r 03a293c97d5c -r f5c5c82a163e mmserv/voipaudioservices/VoIPServer/src/VoIPServerSession.cpp --- a/mmserv/voipaudioservices/VoIPServer/src/VoIPServerSession.cpp Wed Apr 14 16:29:54 2010 +0300 +++ b/mmserv/voipaudioservices/VoIPServer/src/VoIPServerSession.cpp Tue Apr 27 17:11:02 2010 +0300 @@ -127,8 +127,8 @@ iShared.iMainThreadID = tID; iAO = new (ELeave) CVoIPServerAO(this, tID); iShared.iMnThreadStatus = &(this->iAO->iStatus); + iShared.iCodecSettings.iG711FrameRate = TVoIPCodecSettings::E20MS; iShared.iMutex.Signal(); - iShared.iCodecSettings.iG711FrameRate = TVoIPCodecSettings::E20MS; iAO->Request(); iSessionType = ENone;