80 Voice API for Windows Operating Systems Library Reference — November 2003
ATDX_DTNFAIL( ) — return character for dial tone
case CR_CNCT:
printf(" Successful connection to %s\n", dialstrg );
break;
default:
break;
}
/*
* Set on Hook
*/
if ((dx_sethook( ddd, DX_ONHOOK, EV_SYNC )) == -1) {
/* handle error */
}
dx_close( ddd );
}
!
!!
!See Also
None.