[Asterisk-cvs] asterisk/res res_agi.c,1.13,1.14
markster at lists.digium.com
markster at lists.digium.com
Sun Nov 7 11:19:36 CST 2004
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv8220/res
Modified Files:
res_agi.c
Log Message:
Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bug #2803)
Index: res_agi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_agi.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- res_agi.c 17 Oct 2004 05:16:22 -0000 1.13
+++ res_agi.c 7 Nov 2004 16:21:01 -0000 1.14
@@ -31,7 +31,6 @@
#include <stdlib.h>
#include <signal.h>
#include <sys/time.h>
-#include <sys/poll.h>
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
More information about the svn-commits
mailing list