dect
/
asterisk
Archived
13
0
Fork 0

Version 0.3.0 from FTP

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@552 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2002-11-20 18:31:26 +00:00
parent 13a21b56aa
commit d76cdb6c82
2 changed files with 26 additions and 0 deletions

20
configs/rpt.conf.sample Executable file
View File

@ -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

View File

@ -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>