aboutsummaryrefslogtreecommitdiffstats
path: root/1.4.23-rc4/configs/muted.conf.sample
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-21 13:19:16 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-21 13:19:16 +0000
commit503ebba846b30a4d9e493a7e8578f9c40cf89bf4 (patch)
tree6cbe6c63e6e2dc3c25cd344c1cbee12b45143d54 /1.4.23-rc4/configs/muted.conf.sample
parentd84f827ff6a3ac7853c45205604010ef13715276 (diff)
Creating tag for asterisk-1.4.23 (in the right location this time too!)
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.23@169668 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to '1.4.23-rc4/configs/muted.conf.sample')
-rw-r--r--1.4.23-rc4/configs/muted.conf.sample39
1 files changed, 39 insertions, 0 deletions
diff --git a/1.4.23-rc4/configs/muted.conf.sample b/1.4.23-rc4/configs/muted.conf.sample
new file mode 100644
index 000000000..2970223f5
--- /dev/null
+++ b/1.4.23-rc4/configs/muted.conf.sample
@@ -0,0 +1,39 @@
+#
+# Sample muted configuration file
+#
+# Copyright (C) 2004 Digium, Inc.
+#
+# What is this? Well, haven't you ever wished you could automatically
+# turn down the volume on your stereo, CDPlayer, etc, when a call comes in,
+# and then return it to normal when the call ends? Well, this is a possible
+# mechanism to make this happen!
+# You have to fire up the new utils/muted, which runs as a daemon in the
+# background. This daemon connects to asterisk via a manager interface, and
+# also reads this config file. When the channels mentioned
+# are activated, it tweaks the sound levels on the sound card(s).
+# So, depending on the sound card, you may be able to run all your sound
+# generating devices thru your sound card, and use this mechanism to quiet
+# them down while you are on the phone. If anyone figures out how to make
+# this work with kids, please inform!!
+#
+# First you have the host, username, and password
+# we use to connect to the asterisk system
+#
+host localhost
+user user
+pass pass
+#
+# List each channel we're supposed to watch
+#
+channel Zap/1
+channel Zap/2
+channel SIP/mark
+#
+# Mute level is the percentage of the current volume we should
+# lower the music to.
+#
+mutelevel 20
+#
+# Smooth fade makes the fadein/fadeout nicer sounding
+#
+smoothfade