sipplugins/sippsipadapter/src/CWPSIPAdapter.cpp
changeset 37 0295359a7673
parent 15 8248b03a2669
child 51 8134400f8f89
child 56 2c7192069824
--- 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: