mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-06 18:13:45 +00:00
Retrieve confmute status from zap if it supports it
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@929 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user