diff -r 307788aac0a8 -r 8248b03a2669 sipplugins/sippsystemstatemonitor/src/sipsystemstatemonitorao.cpp --- a/sipplugins/sippsystemstatemonitor/src/sipsystemstatemonitorao.cpp Tue Feb 02 01:03:15 2010 +0200 +++ b/sipplugins/sippsystemstatemonitor/src/sipsystemstatemonitorao.cpp Fri Apr 16 15:18:54 2010 +0300 @@ -180,5 +180,7 @@ { return ( aSystemState == ESwStateNormalRfOn || aSystemState == ESwStateNormalRfOff || - aSystemState == ESwStateNormalBTSap ); + aSystemState == ESwStateNormalBTSap || + aSystemState == ESwStateEmergencyCallsOnly || + aSystemState == ESwStateSecurityCheck); }