equal
deleted
inserted
replaced
171 TPhoneCmdParamCallHeaderData callHeaderParam; |
171 TPhoneCmdParamCallHeaderData callHeaderParam; |
172 callHeaderParam.SetCallState( EPEStateConnecting ); |
172 callHeaderParam.SetCallState( EPEStateConnecting ); |
173 iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId, |
173 iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId, |
174 &callHeaderParam ); |
174 &callHeaderParam ); |
175 |
175 |
176 // Remove the number entry if it isn't DTMF dialer |
|
177 /*if ( !iOnScreenDialer || |
|
178 !IsNumberEntryVisibleL() || |
|
179 !IsDTMFEditorVisibleL() ) |
|
180 { |
|
181 iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveNumberEntry ); |
|
182 }*/ |
|
183 |
|
184 SetToolbarButtonLoudspeakerEnabled(); |
176 SetToolbarButtonLoudspeakerEnabled(); |
185 |
177 |
186 EndUiUpdate(); |
178 EndUiUpdate(); |
187 |
179 |
188 // Go to alerting state |
180 // Go to alerting state |