Hi Daniel,

There are 3 types of accountings in OpenSIPS - per message, per transaction, per dialog.

For the per message, it is clear :) . When doing per-transaction accounting, the ACC record is written when the transaction is completed with a final response (>=200) on the UAS side (towards caller). For the dialog based accounting, the time reference (for ending the call) is the reception of BYE request; still the CDR is written on the BYE final reply (as OpenSIPS allows you to collect CDR info from the BYE replies too).

Best regards,

Bogdan-Andrei Iancu
  OpenSIPS Founder and Developer
  http://www.opensips-solutions.com

OpenSIPS Bootcamp 2017, Houston, US
  http://opensips.org/training/OpenSIPS_Bootcamp_2017.html

On 07/20/2017 10:49 PM, Daniel Zanutti wrote:
Hi Alex

I'm having a billing problem from receiving BYE to 200 OK is taking more than 500ms. If BYE is accounted when it's received, great!

Are you absolutely sure it works this way?

Thanks

On Thu, Jul 20, 2017 at 4:26 PM, Alex Balashov <[email protected] <mailto:[email protected]>> wrote:

    My understanding is that this is a rather simple module without
    sophisticated state componentry, and that it logs things
    immediately as received, in the same iteration of message processing.

    -- Alex

    --
    Principal, Evariste Systems LLC (www.evaristesys.com
    <http://www.evaristesys.com>)

    Sent from my Google Nexus.

    _______________________________________________
    Users mailing list
    [email protected] <mailto:[email protected]>
    http://lists.opensips.org/cgi-bin/mailman/listinfo/users
    <http://lists.opensips.org/cgi-bin/mailman/listinfo/users>




_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to