[asterisk-bugs] [Asterisk 0013611]: no warning message returned when soxmix is not installed
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Oct 6 05:12:11 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13611
======================================================================
Reported By: gincantalupo
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13611
Category: Resources/res_monitor
Reproducibility: always
Severity: trivial
Priority: normal
Status: feedback
Asterisk Version: 1.4.22
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-10-03 07:40 CDT
Last Modified: 2008-10-06 05:12 CDT
======================================================================
Summary: no warning message returned when soxmix is not
installed
Description:
ast_safe_system() in ast_monitor_stop function does not return -1 if soxmix
is not installed, so no warning message is shown (0 is returned instead).
Not tried with sox.
Asterisk version is 1.4.22 rc5
======================================================================
----------------------------------------------------------------------
(0093205) gincantalupo (reporter) - 2008-10-06 05:12
http://bugs.digium.com/view.php?id=13611#c93205
----------------------------------------------------------------------
Ok..I only wanted to point out that if sox (or soxmix) is not installed
(for some reason) I get no warning as I expect from the check:
if (ast_safe_system(tmp) == -1)
ast_log(LOG_WARNING, "Execute of %s failed.\n",tmp);
But it is not important. Close this issue, please.
Issue History
Date Modified Username Field Change
======================================================================
2008-10-06 05:12 gincantalupo Note Added: 0093205
======================================================================
More information about the asterisk-bugs
mailing list