--- cdr.h_orig 2009-12-19 00:29:51.000000000 +0200 +++ cdr.h 2010-06-03 14:54:14.000000000 +0300 @@ -86,6 +86,10 @@ long int duration; /*! Total time call is up, in seconds */ long int billsec; + /*! Total time in system, in real seconds */ + double rduration; + /*! Total time call is up, in real seconds */ + double rbillsec; /*! What happened to the call */ long int disposition; /*! What flags to use */