546a61deeee21ff7725968138e4a9d9657dfead2
[asterisk/asterisk.git] / configs / rpt.conf.sample
1 ; Radio Repeater / Remote Base 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 ;remote_rxchannel = Zap/3               ; Remote Base Rx audio/signalling channel
11 ; Note: if you use a unified interface (tx/rx on one channel), only
12 ; specify the remote_rxchannel and the remote_txchannel will be assumed from the rxchannel
13 ;remote_txchannel = Zap/4               ; Remote Base Tx audio/signalling channel
14 ;tonezone = us                          ; use US tones
15 ;simple = no                            ; Not in "simple" mode
16 ;context = default                      ; dialing context for phone
17 ;callerid = "WB6NIL Repeater" <(559) 692-1234>  ; Callerid for phone calls
18 ;idrecording = wb6nil                   ; id recording
19 ;accountcode=RADIO                      ; account code (optional)
20 ;hangtime=1000                          ; squelch tail hang time (in ms) (optional)
21 ;totime=100000                          ; transmit time-out time (in ms) (optional)
22 ;idtime=30000                           ; id interval time (in ms) (optional)
23
24 ; The default values for hangtime, time-out time, and id interval time are
25 ; 5 seconds (5000 ms),  3 minutes (180000 ms), and 5 minutes (300000 ms)
26 ; respectively