mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-12 01:52:38 +00:00
Add muted for malcolm!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2989 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
26
muted.conf.sample
Executable file
26
muted.conf.sample
Executable file
@@ -0,0 +1,26 @@
|
||||
#
|
||||
# Sample muted configuration file
|
||||
#
|
||||
# Copyright (C) 2004 Digium, Inc.
|
||||
#
|
||||
# First you have the host, username, and password
|
||||
# we use to connect to the asterisk system
|
||||
#
|
||||
host misery.digium.com
|
||||
user mark
|
||||
pass blah
|
||||
#
|
||||
# List each channel we're supposed to watch
|
||||
#
|
||||
channel Zap/39
|
||||
channel Zap/40
|
||||
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
|
||||
Reference in New Issue
Block a user