[zaptel-commits] sruffell: branch sruffell/zaptel-1.4-transcoder r4245 - /team/sruffell/zaptel...
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Thu May 8 13:58:10 CDT 2008
Author: sruffell
Date: Thu May 8 13:58:10 2008
New Revision: 4245
URL: http://svn.digium.com/view/zaptel?view=rev&rev=4245
Log:
Disabling G723 (again) while I continue to investigate it.
Modified:
team/sruffell/zaptel-1.4-transcoder/kernel/wctc4xxp/base.c
Modified: team/sruffell/zaptel-1.4-transcoder/kernel/wctc4xxp/base.c
URL: http://svn.digium.com/view/zaptel/team/sruffell/zaptel-1.4-transcoder/kernel/wctc4xxp/base.c?view=diff&rev=4245&r1=4244&r2=4245
==============================================================================
--- team/sruffell/zaptel-1.4-transcoder/kernel/wctc4xxp/base.c (original)
+++ team/sruffell/zaptel-1.4-transcoder/kernel/wctc4xxp/base.c Thu May 8 13:58:10 2008
@@ -2587,7 +2587,7 @@
min_numchannels = min(g723_numchannels, g729_numchannels);
-#if 1 /* Still working on G.723 with new interface. Limit to G.729 for now. */
+#if 0 /* Still working on G.723 with new interface. Limit to G.729 for now. */
if (!mode || strlen(mode) < 4) {
sprintf(wc->complexname, "G.729a / G.723.1");
complexfmts = ZT_FORMAT_G729A | ZT_FORMAT_G723_1;
More information about the zaptel-commits
mailing list