I used to use Dialog/4 for a IVR program.
now, I change to use D/120JCT-LS but the the voice board couldn't be initalized...
The DCM Manager can bring up the voice board and the sample programs in the Dialogic Software can be executed successfully.
My code:
************************
...
sprintf(buf,"dxxxB%d",index)
if ((chdev=dx_open(buf,0)==-1){
WinPrint("Error during startup"
;
return 1;
}
...
************************
Everytime I run the program, the chdev returns -1.
Could anyone help? Please advise.
Thank you!!!
now, I change to use D/120JCT-LS but the the voice board couldn't be initalized...
The DCM Manager can bring up the voice board and the sample programs in the Dialogic Software can be executed successfully.
My code:
************************
...
sprintf(buf,"dxxxB%d",index)
if ((chdev=dx_open(buf,0)==-1){
WinPrint("Error during startup"
return 1;
}
...
************************
Everytime I run the program, the chdev returns -1.
Could anyone help? Please advise.
Thank you!!!