]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
windows t31 tweak
authorJeff Lenk <jeff@jefflenk.com>
Mon, 12 Dec 2011 03:07:17 +0000 (21:07 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Mon, 12 Dec 2011 03:07:17 +0000 (21:07 -0600)
src/mod/applications/mod_spandsp/mod_spandsp_modem.c

index 372bb1e633e5c2f51b344cb1d999f691138aec5e..e8d6320631a247f0b01ffc67a44b334897835f17 100644 (file)
@@ -1212,6 +1212,9 @@ static int modem_wait_sock(modem_t *modem, int ms, modem_poll_t flags)
                        }
                }
        }
+       else {
+               ret = MODEM_POLL_READ;
+       }
 
        CloseHandle (o.hEvent);
        return ret;