[asterisk-bugs] [JIRA] (ASTERISK-28527) ChanIsAvail() creates a CDR if unanswered=yes is set in cdr.conf
Frederic LE FOLL (JIRA)
noreply at issues.asterisk.org
Thu Sep 5 11:02:47 CDT 2019
Frederic LE FOLL created ASTERISK-28527:
-------------------------------------------
Summary: ChanIsAvail() creates a CDR if unanswered=yes is set in cdr.conf
Key: ASTERISK-28527
URL: https://issues.asterisk.org/jira/browse/ASTERISK-28527
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Applications/app_chanisavail
Affects Versions: 16.4.0
Reporter: Frederic LE FOLL
Severity: Minor
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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list