Hi Andrew,

if you are using the new CDR generation feature (acc with dialog module), you cannot do it, as the acc module calculates the duration at second level. So, by default you get only seconds....There is a pseudo-variable to get the microseconds and you could use extra_accounting to have it added to CDR, but when generating directly CDRs (based on dialog module), all extra_accounting vars are evaluated at 200 OK time (when the call starts), so you cannot take the value for the BYE time.

You can do it only if you use the standard ACC (without dialog) which generated 2 records (START and STOP) for each call and extra_accounting vars are evaluated for each record, so you get the microseconds for INVITE and BYE

Regards,
Bogdan

Andrew Philp wrote:
It is the new feature of 1.6.4 that I am trying to get working.  Thanks for
your comments

Hi, Andrew.

Maybe I'm wrong, but using only acc module it is impossible.

I'm using dialog module and manually store start and end time of a duration.






WBR, Anton Zagorskiy
VoIP Developer, Oyster Telecom
Phone.: +7 812 601-0666
Fax: +7 812 601-0593
a.zagors...@oyster-telecom.ru
www.oyster-telecom.ru


From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of Andrew Philp
Sent: Wednesday, January 19, 2011 2:12 PM
To: OpenSIPS users mailling list
Subject: [OpenSIPS-Users] CDR Accounting

Hi All,

Managed to finally get this working, mainly my stupidity in the end.

Just one more question if anyone can tell me.  Is it possible to have a
better reflection on the duration?  At present my system is only showing
whole seconds and not milliseconds and this would be helpful.

Thanks again in advance.


_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users



--
Bogdan-Andrei Iancu
OpenSIPS Event - expo, conf, social, bootcamp
2 - 4 February 2011, ITExpo, Miami,  USA
OpenSIPS solutions and "know-how"


_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to