Thanks again...
On Jan 2, 2012, at 12:33 AM, Monty wrote:
I believe it is for the generated tone from app_rpt. I have not used a Beagleboard as of yet, maybe someone who has could let us know. I would imagine instead of cop 58 and 59 you would use 61 to manipulate, see http://ohnosec.org/drupal/node/177. Try this:
[functions]
900 = cop,61,GPIO1=1 ;Tx CTCSS On Input only Enable (High)
901 = cop,61,GPIO1=0 ;Tx CTCSS On Input only Disable (Low)
Monty
On Sun, Jan 1, 2012 at 9:22 PM, Fredric Moses
<fred@moses.bz> wrote:
Thanks for the reply monty.. But when I enable this is it controlling a logic gpio. or is it controlling the PL freq generated into the audio audio out... I am using the beagleboard/lox combo which i was under the impression needed external decode and encode of pl's.. Unlike the usb interface from dmkeng...
--
Fredric Moses - W8FSM - WQOG498
On Jan 1, 2012, at 11:19 PM, Monty wrote:
Hi Fredric,
That command list was pulled from the source app_rpt.c and the asterisks are to comment those lines out. To excute those commands you will need to create a function. I put them under [functions] in /etc/asterisk/rpt.conf. For example:
[functions]
900 = cop,58 ;Tx CTCSS On Input only Enable
901 = cop,59 ;Tx CTCSS On Input only Disable
A *900 will execute TX CTCSS Enable, *901 will execute TX CTCSS Disable.
Also Allstarnode.com is not maintained by the developers of app_rpt, it is a third party site. The current site for configuration information is http://ohnosec.org/drupal. The variable you are looking for is documented at http://ohnosec.org/drupal/node/176.
Monty
On Sun, Jan 1, 2012 at 2:04 AM, Fredric Moses
<fred@moses.bz> wrote:
I am working on getting a logic output to run my PL encoder for COR active PL on the main repeater port. using a variable i was able to get it to work fine with local RX audio. When a signal is present I have a gpio pin going low.. when not present going back high.. but can not find a variable to watch for IP links coming in. Is there one? Is there something I can watch so that I can make the logic pin swing..?
Some google foo found these commands
* 56 - Rx CTCSS Enable
* 57 - Rx CTCSS Disable
* 58 - Tx CTCSS On Input only Enable
* 59 - Tx CTCSS On Input only Disable
http://allstarnode.com/viewtopic.php?f=5&t=8
The only mention I see of TX PL is with use of a USB radio interface. Will *58 follow the tx pl settings set in usbradio if I had a USB radio device vs using one of the LOX ports for the main repeater..
--
Fredric Moses - W8FSM - WQOG498
fred@moses.bz
_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users