Now found that this problem lies in the Divaconnect. As long as there is no connect, DivaGenerateSingleTone doesn't work. (DivaSendDtmf works fine strange enough) I need to disable voide detection. I tried this (as in the manual), but no succes. (DivaConnect then doesn't work either) Local DvMAP As DivaMonitorAnalogParams DvMAP.ConnectSilenceTimeOut = 1000 DvMAP.Size = SizeOf(DvMAP) lRet = DivaCreateMonitorAnalog (hDiva, 0, hMonitor, 1, 0, DvMAP)
↧