[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:33:25 CST 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=13841
======================================================================
Reported By: clegall_proformatique
Assigned To: svnbot
======================================================================
Project: Asterisk
Issue ID: 13841
Category: Channels/chan_agent
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-11-05 10:25 CST
Last Modified: 2008-11-05 10:33 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:33 svnbot Status new => resolved
2008-11-05 10:33 svnbot Resolution open => fixed
2008-11-05 10:33 svnbot Assigned To => svnbot
======================================================================
More information about the asterisk-bugs
mailing list