improve header inclusion process in a few small ways:
[asterisk-bristuff.git] / configs / muted.conf.sample
blob2970223f54f55cef51672924c1d4cdb72d64d247
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
22 host localhost
23 user user
24 pass pass
26 # List each channel we're supposed to watch
28 channel Zap/1
29 channel Zap/2
30 channel SIP/mark
32 # Mute level is the percentage of the current volume we should
33 # lower the music to.
35 mutelevel 20
37 # Smooth fade makes the fadein/fadeout nicer sounding
39 smoothfade