[svn-commits] moy: branch moy/mfcr2-1.4 r223651 - /team/moy/mfcr2-1.4/channels/chan_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Oct 11 19:46:19 CDT 2009


Author: moy
Date: Sun Oct 11 19:46:16 2009
New Revision: 223651

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=223651
Log:
fixed compilation when non-dtmf branch is used

Modified:
    team/moy/mfcr2-1.4/channels/chan_dahdi.c

Modified: team/moy/mfcr2-1.4/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/team/moy/mfcr2-1.4/channels/chan_dahdi.c?view=diff&rev=223651&r1=223650&r2=223651
==============================================================================
--- team/moy/mfcr2-1.4/channels/chan_dahdi.c (original)
+++ team/moy/mfcr2-1.4/channels/chan_dahdi.c Sun Oct 11 19:46:16 2009
@@ -331,9 +331,9 @@
 #if defined(OR2_LIB_INTERFACE) && OR2_LIB_INTERFACE > 2
 static int mfcr2_cur_dtmf_dialing = -1;
 static int mfcr2_cur_dtmf_detection = -1;
-#endif
 static int mfcr2_cur_dtmf_time_on = OR2_DEFAULT_DTMF_ON;
 static int mfcr2_cur_dtmf_time_off = OR2_DEFAULT_DTMF_OFF;
+#endif
 static char mfcr2_cur_logdir[OR2_MAX_PATH];
 static char mfcr2_cur_r2proto_file[OR2_MAX_PATH];
 static openr2_log_level_t mfcr2_cur_loglevel = OR2_LOG_ERROR | OR2_LOG_WARNING;




More information about the svn-commits mailing list