aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_wilcalu.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-28 22:00:30 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-28 22:00:30 +0000
commitc13d1fb4ea92e907918af2d01d50d1e67d280df7 (patch)
treedff44bf881722e37e879a6c2d3afdba498f89e11 /pbx/pbx_wilcalu.c
parentac5a1fddb4814c205eacaff0b41cc5f0060d43fa (diff)
Retrieve confmute status from zap if it supports it
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@929 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/pbx_wilcalu.c')
-rwxr-xr-xpbx/pbx_wilcalu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pbx/pbx_wilcalu.c b/pbx/pbx_wilcalu.c
index 8995491a8..5c1e4622c 100755
--- a/pbx/pbx_wilcalu.c
+++ b/pbx/pbx_wilcalu.c
@@ -79,7 +79,6 @@ static void *autodial(void *ignore)
FD_SET(fd, &fds);
ast_select(fd + 1, &fds, NULL, NULL, NULL);
bytes=read(fd,buf,256);
- printf("Bytes: %d\n", bytes);
buf[(int)bytes]=0;
if(bytes>0){