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  
    164164        return; 
    165165    } 
    166166 
     167         
     168        // Send the echo and noise suppression command to the device. 
     169        provider()->atchat()->chat("AT%N0187"); 
     170 
    167171    // Send the ATD command to the device. 
    168172    provider()->atchat()->chat 
    169173            ( provider()->dialVoiceCommand( options ), 
     
    309313        command = provider()->acceptCallCommand( false ); 
    310314    } 
    311315    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         
    312320} 
    313321 
    314322class QHoldUserData : public QAtResult::UserData