--- a/sipplugins/sippsipadapter/src/CWPSIPAdapter.cpp Fri Jul 09 13:15:39 2010 +0300
+++ b/sipplugins/sippsipadapter/src/CWPSIPAdapter.cpp Fri Aug 06 15:14:04 2010 +0300
@@ -52,6 +52,7 @@
_LIT( KParmLOCK, "LOCK" );
_LIT( KParmAUTOREG, "AUTOREG" );
_LIT( KParmSIGQOS, "SIGQOS" );
+_LIT( KParmBearerID, "PBEARERID" );
// For other purposes.
const TUint32 KNotSet = 0xffffffff;
@@ -501,6 +502,14 @@
iCurrentSIPItem->SetSigQos( parmVal );
}
}
+
+ else if(aParameter.Name() == KParmBearerID )
+ {
+ TInt bearerid;
+ TLex8 lex( tmpValue->Des() );
+ User::LeaveIfError( lex.Val( bearerid ) );
+ iCurrentSIPItem->SetBearerID((TUint32) bearerid );
+ }
break;
}
case EWPParameterAppRef: