c9704092b3021961aa1c063325c8ccde89eb3b45
[asterisk/asterisk.git] / configs / rpt.conf.sample
1 ; Radio Repeater configuration file (for use with app_rpt)
2 ;
3
4 ;[oakhurst]                             ; Name of First Repeater
5
6 ;rxchannel = Zap/1                      ; Rx audio/signalling channel
7 ; Note: if you use a unified interface (tx/rx on one channel), only
8 ; specify the rxchannel and the txchannel will be assumed from the rxchannel
9 ;txchannel = Zap/2                      ; Tx audio/signalling channel
10 ;context = default                      ; dialing context for phone
11 ;callerid = "WB6NIL Repeater" <(818) 325-2757>  ; Callerid for phone calls
12 ;idrecording = wb6nil                   ; id recording
13 ;accountcode=RADIO                      ; account code (optional)
14 ;hangtime=1000                          ; squelch tail hang time (in ms) (optional)
15 ;totime=100000                          ; transmit time-out time (in ms) (optional)
16 ;idtime=30000                           ; id interval time (in ms) (optional)
17
18 ; The default values for hangtime, time-out time, and id interval time are
19 ; 5 seconds (5000 ms),  3 minutes (180000 ms), and 5 minutes (300000 ms)
20 ; respectively