2 # Sample muted configuration file
4 # Copyright (C) 2004 Digium, Inc.
6 # What is this? Well, haven't you ever wished you could automatically
7 # turn down the volume on your stereo, CDPlayer, etc, when a call comes in,
8 # and then return it to normal when the call ends? Well, this is a possible
9 # mechanism to make this happen!
10 # You have to fire up the new utils/muted, which runs as a daemon in the
11 # background. This daemon connects to asterisk via a manager interface, and
12 # also reads this config file. When the channels mentioned
13 # are activated, it tweaks the sound levels on the sound card(s).
14 # So, depending on the sound card, you may be able to run all your sound
15 # generating devices thru your sound card, and use this mechanism to quiet
16 # them down while you are on the phone. If anyone figures out how to make
17 # this work with kids, please inform!!
19 # First you have the host, username, and password
20 # we use to connect to the asterisk system
26 # List each channel we're supposed to watch
32 # Mute level is the percentage of the current volume we should
37 # Smooth fade makes the fadein/fadeout nicer sounding