aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-11-20 18:31:26 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-11-20 18:31:26 +0000
commitd76cdb6c8219330983178720ba411d974c5d529a (patch)
tree9787f2966fd022ff3d531ebd22064789ac1be31b /configs
parent13a21b56aa4310512674b72f835804af88471eaf (diff)
Version 0.3.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@552 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/rpt.conf.sample20
-rwxr-xr-xconfigs/voicemail.conf.sample6
2 files changed, 26 insertions, 0 deletions
diff --git a/configs/rpt.conf.sample b/configs/rpt.conf.sample
new file mode 100755
index 000000000..c9704092b
--- /dev/null
+++ b/configs/rpt.conf.sample
@@ -0,0 +1,20 @@
+; Radio Repeater configuration file (for use with app_rpt)
+;
+
+;[oakhurst] ; Name of First Repeater
+
+;rxchannel = Zap/1 ; Rx audio/signalling channel
+; Note: if you use a unified interface (tx/rx on one channel), only
+; specify the rxchannel and the txchannel will be assumed from the rxchannel
+;txchannel = Zap/2 ; Tx audio/signalling channel
+;context = default ; dialing context for phone
+;callerid = "WB6NIL Repeater" <(818) 325-2757> ; Callerid for phone calls
+;idrecording = wb6nil ; id recording
+;accountcode=RADIO ; account code (optional)
+;hangtime=1000 ; squelch tail hang time (in ms) (optional)
+;totime=100000 ; transmit time-out time (in ms) (optional)
+;idtime=30000 ; id interval time (in ms) (optional)
+
+; The default values for hangtime, time-out time, and id interval time are
+; 5 seconds (5000 ms), 3 minutes (180000 ms), and 5 minutes (300000 ms)
+; respectively
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 3af5e3d9a..2ede7ff5f 100755
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -8,6 +8,12 @@ format=gsm|wav49|wav
; Who the e-mail notification should appear to come from
serveremail=asterisk
;serveremail=asterisk@linux-support.net
+; Should the email contain the voicemail as an attachment
+attach=yes
+; Maximum length of a voicemail message
+;maxmessage=180
+; Maximum length of greetings
+;maxgreet=60
;
; Each mailbox is listed in the form <mailbox>=<password>,<name>,<email>