[asterisk-bugs] [Asterisk 0014673]: [patch] Missing mute facility
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Nov 6 13:21:47 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:21 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.
======================================================================
----------------------------------------------------------------------
(0113330) qwell (administrator) - 2009-11-06 13:21
https://issues.asterisk.org/view.php?id=14673#c113330
----------------------------------------------------------------------
Would you be able to upload a new patch with some coding-guidelines issues
fixed? Mostly just whitespace (typically where you use
"if(!noaudiocapture) {"), where you need to indent some blocks.
Also one-line if statements need braces, such as (the latter is correct
for new code):
if (foo)
bar
vs
if (foo) {
bar
}
Issue History
Date Modified Username Field Change
======================================================================
2009-11-06 13:21 qwell Note Added: 0113330
======================================================================
More information about the asterisk-bugs
mailing list