Hello to all of you, i have tried to create call recorder and it create a wav files but doesn't record any voip call. I have no idea what. What is conference bridge ? What is media state ? My code below: [code] if (!recordFile.empty() ) { pjsua_recorder_create(&pj_str(const_cast<char*>(recordFile.c_str())), 0, NULL, 0, 0, &callRecordID); } if (fileNameLE->text().length() > MINCHAR) { obj->StartCallRecord(fileNameLE->text().toStdString()); obj->setCallRecordStatus(true); CallRecordFileNameDlg->close(); msgBox->show(); } else { QErrorMessage* errorMsg = new QErrorMessage; errorMsg->showMessage("Empty file name"); } if (obj->getVOIPStatus() ) { obj->VOIPHangUp(); obj->StopCallRecord(); obj->setVOIPStatus(false); call->setEnabled(true); hangup->setDisabled(true); display->setText("sip:"); // obj->LogOutgoingCall(); } [/code] Please help. Thanks. -- Linux -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20091017/0da59386/attachment.html>