Quantcast
Channel: Developer Group
Viewing all articles
Browse latest Browse all 1888

Forum Post: RE: Include files basic

$
0
0
Thanks, I translated the dssdk.h to powerbasic, and it works fine. Only I can't gat DivaGenerateSingleTone() to work. I use:   Local lRet As Dword   lRet = DivaConnect (hDiva, ByVal 0, hCall, "51", ByVal 0, ByVal 0)   DivaSendDtmf hCall, "123456789*0#")   lRet = DivaGenerateSingletone(hCall, 1600, 0, 0)   DivaSendDtmf (hCall, "123456789*0#")   DivaConnect and DivaSendDTMF both return DivaSucces, but DivaGenerateSingleTone returns error DivaEventCallDisconnected (5)  and no tone is generated. ???

Viewing all articles
Browse latest Browse all 1888

Trending Articles