Search

  • Re: Call duration

    Hello Alex, I've updated my sdk and drivers and tried your method, so now my application's call time is equal to call time from Call History in Diva Management (60 seconds). But the strange thing is that fax device which is recipient, telling that call was 42 seconds. Also I've made approximate measurement of call time with stopwatch: 42
  • Call duration

    Greetings, Currently I'm making application which sends faxes, and I need to detect call duration. My current approach is to detect call state changes, but unfortunately result is ~2 seconds less than actual call duration from fax board. My code: public override void OnCallProgress(DSAPI.CallState NewState) { base.OnCallProgress(NewState); if (NewState
Page 1 of 1 (2 items) | More Search Options