[zaptel-commits] jdixon: branch 1.4 r4190 - /branches/1.4/ztcfg.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Tue Apr 22 17:07:08 CDT 2008


Author: jdixon
Date: Tue Apr 22 17:07:08 2008
New Revision: 4190

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4190
Log:
Fixed problem preventing multiple channels from using multiple CTCSS

Modified:
    branches/1.4/ztcfg.c

Modified: branches/1.4/ztcfg.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/ztcfg.c?view=diff&rev=4190&r1=4189&r2=4190
==============================================================================
--- branches/1.4/ztcfg.c (original)
+++ branches/1.4/ztcfg.c Tue Apr 22 17:07:08 2008
@@ -1018,6 +1018,7 @@
 	int x,i,n;
 	struct zt_radio_param p;
 
+	toneindex = 1;
 	bzero(chans, sizeof(chans));
 	res = rad_apply_channels(chans, args);
 	if (res <= 0)




More information about the zaptel-commits mailing list