phoneengine/phonemodel/src/cpeparservoipnumberhandler.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
   109     
   109     
   110     phoneNumber.Append( aNumber );
   110     phoneNumber.Append( aNumber );
   111     
   111     
   112     TPECallType processType = iDataStore.CallTypeCommand();
   112     TPECallType processType = iDataStore.CallTypeCommand();
   113  
   113  
   114     // Remove possible + or w chartes.		
   114     // Remove possible + or w chartes.      
   115     TPEPhoneNumber postfix = FilterPostfix( aDtmfPostfix );
   115     TPEPhoneNumber postfix = FilterPostfix( aDtmfPostfix );
   116     if( postfix.Length() )
   116     if( postfix.Length() )
   117         {
   117         {
   118         phoneNumber.Append( postfix );
   118         phoneNumber.Append( postfix );
   119         }
   119         }
   124             , &phoneNumber
   124             , &phoneNumber
   125             , &iDtmfString );
   125             , &iDtmfString );
   126   
   126   
   127     // Temporary hack for enabling client calls with service id 3
   127     // Temporary hack for enabling client calls with service id 3
   128     // Proper solution to be done to CallUi and AIW dial data
   128     // Proper solution to be done to CallUi and AIW dial data
       
   129         
       
   130 
   129     TUint32 serviceId = iDataStore.ServiceIdCommand();
   131     TUint32 serviceId = iDataStore.ServiceIdCommand();
   130     iServiceHandling.EnableServiceL( serviceId );
   132     iServiceHandling.EnableServiceL( serviceId );
       
   133 
   131     }
   134     }
   132 
   135 
   133 // -----------------------------------------------------------------------------
   136 // -----------------------------------------------------------------------------
   134 // CPEParserVoipNumberHandler::FilterPostfix
   137 // CPEParserVoipNumberHandler::FilterPostfix
   135 // -----------------------------------------------------------------------------
   138 // -----------------------------------------------------------------------------