Ticket #1267: qtopia-phone-x11_echo.patch
| File qtopia-phone-x11_echo.patch, 816 bytes (added by danieln, 5 years ago) |
|---|
-
qtopia.git/src/libraries/qtopiaphonemodem/qmodemcall.
old new 164 164 return; 165 165 } 166 166 167 168 // Send the echo and noise suppression command to the device. 169 provider()->atchat()->chat("AT%N0187"); 170 167 171 // Send the ATD command to the device. 168 172 provider()->atchat()->chat 169 173 ( provider()->dialVoiceCommand( options ), … … 309 313 command = provider()->acceptCallCommand( false ); 310 314 } 311 315 provider()->atchat()->chat( command, this, SLOT(acceptDone(bool)) ); 316 317 // Send the echo and noise suppression command to the device. 318 provider()->atchat()->chat("AT%N0187"); 319 312 320 } 313 321 314 322 class QHoldUserData : public QAtResult::UserData
