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