--- a/voipplugins/sipconnectionprovider/src/scpsubservice.cpp Wed Sep 15 12:01:56 2010 +0300
+++ b/voipplugins/sipconnectionprovider/src/scpsubservice.cpp Wed Oct 13 14:20:32 2010 +0300
@@ -647,6 +647,12 @@
}
break;
+ case EScpBandwidthLimited:
+ {
+ iSubServiceState->BandwidthLimited( *this );
+ }
+ break;
+
case EScpAuthenticationFailed:
{
iSubServiceState->AuthenticationFailed( *this );
@@ -665,7 +671,13 @@
iSubServiceState->ServiceConnectionCanceled( *this );
}
break;
-
+
+ case EScpBearerNotSupported:
+ {
+ iSubServiceState->BearerNotSupported( *this );
+ }
+ break;
+
case EScpRegistrationPending:
{
iSubServiceState->RegistrationPending( *this );