[Home]

Summary:ASTERISK-28527: ChanIsAvail() creates a CDR if unanswered=yes is set in cdr.conf
Reporter:Frederic LE FOLL (flefoll)Labels:
Date Opened:2019-09-05 11:02:36Date Closed:2019-09-11 09:04:54
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_chanisavail
Versions:16.4.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:When unanswered=yes is set in cdr.conf, each call to ChanIsAvail() generates a CDR.

ChanIsAvail() creates a temporary channel with ast_request() to test resource availability. It should not generate a CDR when ChanIsAvail() terminates this temporary channel.

I would like to propose a patch to disable CDR generation for the temporary channel.
Comments:By: Asterisk Team (asteriskteam) 2019-09-05 11:02:36.883-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

By: Friendly Automation (friendly-automation) 2019-09-11 09:04:55.214-0500

Change 12860 merged by Friendly Automation:
ChanIsAvail() generates a CDR when unanswered=yes in cdr.conf.

[https://gerrit.asterisk.org/c/asterisk/+/12860|https://gerrit.asterisk.org/c/asterisk/+/12860]

By: Friendly Automation (friendly-automation) 2019-09-11 09:06:49.526-0500

Change 12861 merged by George Joseph:
ChanIsAvail() generates a CDR when unanswered=yes in cdr.conf.

[https://gerrit.asterisk.org/c/asterisk/+/12861|https://gerrit.asterisk.org/c/asterisk/+/12861]

By: Friendly Automation (friendly-automation) 2019-09-11 09:29:42.896-0500

Change 12848 merged by Joshua Colp:
ChanIsAvail() generates a CDR when unanswered=yes in cdr.conf.

[https://gerrit.asterisk.org/c/asterisk/+/12848|https://gerrit.asterisk.org/c/asterisk/+/12848]

By: Friendly Automation (friendly-automation) 2019-09-11 09:29:53.772-0500

Change 12862 merged by Joshua Colp:
ChanIsAvail() generates a CDR when unanswered=yes in cdr.conf.

[https://gerrit.asterisk.org/c/asterisk/+/12862|https://gerrit.asterisk.org/c/asterisk/+/12862]