On 11/01/2016 02:43 AM, Gholamreza Sabery wrote:
If you enable acc module to log CDR data into a database a user can send an infinite number of BYE requests to the server and all of them will be logged into the database as "481 Call/transaction does not exist"! How can we prevent this?
Don't do accounting for BYEs if they don't correspond to a tracked dialog, or add a composote unique constraint on Call-ID + some other column in your database to prevent the insertion of additional events.