mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
clean up config file sample
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2990 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6,14 +6,14 @@
|
|||||||
# First you have the host, username, and password
|
# First you have the host, username, and password
|
||||||
# we use to connect to the asterisk system
|
# we use to connect to the asterisk system
|
||||||
#
|
#
|
||||||
host misery.digium.com
|
host localhost
|
||||||
user mark
|
user user
|
||||||
pass blah
|
pass pass
|
||||||
#
|
#
|
||||||
# List each channel we're supposed to watch
|
# List each channel we're supposed to watch
|
||||||
#
|
#
|
||||||
channel Zap/39
|
channel Zap/1
|
||||||
channel Zap/40
|
channel Zap/2
|
||||||
channel SIP/mark
|
channel SIP/mark
|
||||||
#
|
#
|
||||||
# Mute level is the percentage of the current volume we should
|
# Mute level is the percentage of the current volume we should
|
||||||
|
Reference in New Issue
Block a user