Skip to content
Snippets Groups Projects
Commit 8fb1eb8e authored by Mark Spencer's avatar Mark Spencer
Browse files

Version 0.3.0 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@552 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a8496772
No related branches found
No related tags found
No related merge requests found
; 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
...@@ -8,6 +8,12 @@ format=gsm|wav49|wav ...@@ -8,6 +8,12 @@ format=gsm|wav49|wav
; Who the e-mail notification should appear to come from ; Who the e-mail notification should appear to come from
serveremail=asterisk serveremail=asterisk
;serveremail=asterisk@linux-support.net ;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> ; Each mailbox is listed in the form <mailbox>=<password>,<name>,<email>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment