[asterisk-commits] jdixon: branch jdixon/chan_usbradio-1.4 r119206 - /team/jdixon/chan_usbradio-...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 29 23:33:51 CDT 2008
Author: jdixon
Date: Thu May 29 23:33:50 2008
New Revision: 119206
URL: http://svn.digium.com/view/asterisk?view=rev&rev=119206
Log:
Final TM-271A Fixes
Modified:
team/jdixon/chan_usbradio-1.4/apps/app_rpt.c
Modified: team/jdixon/chan_usbradio-1.4/apps/app_rpt.c
URL: http://svn.digium.com/view/asterisk/team/jdixon/chan_usbradio-1.4/apps/app_rpt.c?view=diff&rev=119206&r1=119205&r2=119206
==============================================================================
--- team/jdixon/chan_usbradio-1.4/apps/app_rpt.c (original)
+++ team/jdixon/chan_usbradio-1.4/apps/app_rpt.c Thu May 29 23:33:50 2008
@@ -21,7 +21,7 @@
/*! \file
*
* \brief Radio Repeater / Remote Base program
- * version 0.117 5/22/08 2055 EDT
+ * version 0.118 5/29/08 2055 EDT
*
* \author Jim Dixon, WB6NIL <jim at lambdatel.com>
*
@@ -374,7 +374,7 @@
/*! Stop the tones from playing */
void ast_playtones_stop(struct ast_channel *chan);
-static char *tdesc = "Radio Repeater / Remote Base version 0.117 5/22/2008";
+static char *tdesc = "Radio Repeater / Remote Base version 0.118 5/29/2008";
static char *app = "Rpt";
@@ -7793,11 +7793,9 @@
strcpy(freq,"000000");
strncpy(freq,decimals,strlen(decimals));
- sprintf(txstr,"VF %04d%s,4,%d,0,%d,%d,0,%02d,%02d,000,00600000,0,0\r",
+ sprintf(txstr,"VF %04d%s,0,%d,0,%d,0,0,%02d,00,000,00600000,0,0\r",
atoi(mhz),freq,offsets[(int)myrpt->offset],
- (myrpt->txplon != 0) && (myrpt->rxplon == 0),
- (myrpt->rxplon != 0),tm271_pltocode(myrpt->txpl),
- tm271_pltocode(myrpt->rxpl));
+ (myrpt->txplon != 0),tm271_pltocode(myrpt->txpl));
if (sendrxkenwood(myrpt,txstr,rxstr,"VF") < 0) return -1;
if (sendrxkenwood(myrpt,"VM 0\r",rxstr,"VM") < 0) return -1;
More information about the asterisk-commits
mailing list