Hello dear friends!<br><br>I'm using a PCI Quad Radio card with a Motorola EM400 radio pluged in. I can use a SIP phone to connect to the node (1999) and issue the PTT command (*98) and deactivate it (#). I want to be able to listen to this channel when I dial to the node but when I ask for the Link status (*7), all I receive on the phone and on the remote radio is "node 1999 repeat_only". I tried the duplex=2 option but it didnt work either.
<br><br>Thanks in avance.<br><br>My rpt.conf:<br><br>;<br>; Your repeater<br>;<br><br>[1999] ; Name of First Repeater<br><br>rxchannel = Zap/1 ; Rx audio/signalling channel<br>
; Note: if you use a unified interface (tx/rx on one channel), only<br>; specify the rxchannel and the txchannel will be assumed from the rxchannel<br>;rxnotch=1065,40 ; Notch a particular frequency, depth
<br> ; app_rpt must have been compiled with<br> ; the notch option <br>duplex=2<br>functions=functions ; Repeater Function Table
<br>link_functions=link-functions ; Link Function Table<br>phone_functions=functions ; Phone Function table (reverse patch)<br>telemetry=telemetry ; Telemetry descriptions<br>wait_times=wait-times ; Wait times
<br>context = radio ; dialing context for phone<br>callerid = "Your Repeater" <6198192562> ; callerid for phone calls<br>idrecording = /etc/asterisk/id ; id recording<br>accountcode=RADIO ; account code (optional)
<br>hangtime=100 ; squelch tail hang time (in ms) (optional)<br>totime=180000 ; transmit time-out time (in ms) (optional)<br>idtime=300000 ; id interval time (in ms) (optional)
<br><br>; The default values for hangtime, time-out time, and id interval time are<br>; 5 seconds (5000 ms), 3 minutes (180000 ms), and 5 minutes (300000 ms)<br>; respectively<br><br>politeid=30000 ; time in milliseconds before ID timer
<br> ; expires to try and ID in the tail.<br> ; (optional, default is 30000).<br>idtalkover=|iid/r ; Talkover ID (optional) default is none
<br>unlinkedct=ct2 ; unlinked courtesy tone (optional) default is none<br><br>[functions]<br>1=ilink,1 ; Specific link disconnect<br>2=ilink,2 ; Specific Link connect - monitor only
<br>3=ilink,3 ; Specific Link connect - transceive<br>4=ilink,4 ; Enter command mode on a specific link<br>5=macro,1 ; Command macros (Defined in the macro section)
<br>7=ilink,5 ; Link status<br>984=ilink,7 ; Last node to key us up<br><br>80=status,1 ; System info<br>81=status,2 ; Time
<br>82=status,3 ; app_rpt.c Version<br>87=ilink,15 ; Global node query (all nodes in network)<br><br>6=autopatchup<br>0=autopatchdn ; Autopatch down
<br><br>; Control operator commands<br><br>919296=cop,1 ; System warm boot<br>919297=cop,2 ; System enable<br>919298=cop,3 ; System disable<br>
99=cop,4 ; Audio test tone<br>98=cop,6 ; Telephone key PTT<br><br><br><br>[link-functions]<br>1=ilink,1 ; Specific link disconnect
<br>2=ilink,2 ; Specific Link connect - monitor only<br>3=ilink,3 ; Specific Link connect - transceive<br>5=macro,1 ; Command macros (Defined in the macro section)
<br>7=ilink,5 ; Link status<br><br>80=status,1 ; System info<br>81=status,2 ; Time<br>82=status,3 ; app_rpt.c Version
<br>87=ilink,15 ; Global node query (all nodes in network)<br><br>6=autopatchup,noct=1,farenddisconnect=1,dialtime=20000 ; Autopatch up<br>0=autopatchdn ; Autopatch down
<br><br>[nodes]<br>1999 = radio@127.0.0.1/1999,NONE ; This must be changed to your node number<br><br><br><br>