Switching from chan_usbradio to chan_simpleusb
Is there a simple way to change a node from chan_usbradio to chan_simpleusb? I have updated my system to do the PL encoding itself and would like to remove the burden of generating PL from the URI. Sorry I can't seem to find an easy way to switch it over in the docs. Tony
On 8/11/2011 3:43 PM, Tony KT9AC wrote:
Is there a simple way to change a node from chan_usbradio to chan_simpleusb? I have updated my system to do the PL encoding itself and would like to remove the burden of generating PL from the URI.
PL isn't generated by the URI, but the dsp in app_rpt. I'd just rem out the statements in usbradio.conf for the node in question and restart asterisk. From: txctcssdefault=141.3 rxctcssfreqs=141.3 txctcssfreqs=141.3 ... ctcssfrom=dsp To: ;txctcssdefault=141.3 ;rxctcssfreqs=141.3 ;txctcssfreqs=141.3 ... ctcssfrom=no And use the tune program to turn down ctcss transmit to 0. Don't touch, (IMHO) the xmt setting, since the radio will mix your audio in with the hw generated tone... No need to use simpleusb. This is what I did...seems to work ok. Others may have a different solution. BB allstar 27294, 27295, etc WB0YLE Morrisvile PA
Sorry I can't seem to find an easy way to switch it over in the docs.
Tony _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
participants (2)
-
Bryan D. Boyle -
Tony KT9AC