[asterisk-bugs] [Asterisk 0014673]: [patch] Missing mute facility
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Nov 6 13:22:36 CST 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14673
======================================================================
Reported By: Nick_Lewis
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14673
Category: Channels/chan_alsa
Reproducibility: always
Severity: feature
Priority: normal
Status: ready for testing
Target Version: Feature Tracker
Asterisk Version: 1.6.0.3
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-03-16 10:18 CDT
Last Modified: 2009-11-06 13:22 CST
======================================================================
Summary: [patch] Missing mute facility
Description:
chan_oss.c has a mute facility for the console phone. This facility is
missing from chan_alsa.c. Please find attached a patch that adds the
facility.
The patch permits the initial mute state to be defined in the conf file.
This is useful in conjunction with auto-answer for call screening purposes.
Also the patch ensures that the console will not attach to a sound capture
port if a noaudiocapture parameter is set in the conf file. This permits
the console phone to be connected to a public address system which has no
return audio path. It also frees up the sound capture port for streaming or
live music on hold uses.
======================================================================
----------------------------------------------------------------------
(0113331) qwell (administrator) - 2009-11-06 13:22
https://issues.asterisk.org/view.php?id=14673#c113331
----------------------------------------------------------------------
oh, and noticed after I posted that last comment. Spaces need to be after
if.
if(!noaudiocapture) vs if (!noaudiocapture) (the latter is correct)
Issue History
Date Modified Username Field Change
======================================================================
2009-11-06 13:22 qwell Note Added: 0113331
======================================================================
More information about the asterisk-bugs
mailing list