[asterisk-bugs] [Asterisk 0013841]: The ackcall feature in agent's configurations is misinterpreted
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Nov 5 10:25:15 CST 2008
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=13841
======================================================================
Reported By: clegall_proformatique
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13841
Category: Channels/chan_agent
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.4.22
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 154365
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-11-05 10:25 CST
Last Modified: 2008-11-05 10:25 CST
======================================================================
Summary: The ackcall feature in agent's configurations is
misinterpreted
Description:
Admin problem : While the "ackcall" parameter is never set, the ack seems
to be always required.
Seen on line 2456 of channels/chan_agent.c :
if (strcasecmp(ackcall_s, "always"))
instead of
if (!strcasecmp(ackcall_s, "always"))
or
if (strcasecmp(ackcall_s, "always") == 0)
which I prefer.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2008-11-05 10:25 clegall_proformatiqueAsterisk Version => 1.4.22
2008-11-05 10:25 clegall_proformatiqueSVN Branch (only for SVN checkouts, not
tarball releases) => 1.4
2008-11-05 10:25 clegall_proformatiqueSVN Revision (number only!) => 154365
======================================================================
More information about the asterisk-bugs
mailing list