diff options
Diffstat (limited to 'net/asterisk10/files/patch-res_res__agi.c')
-rw-r--r-- | net/asterisk10/files/patch-res_res__agi.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk10/files/patch-res_res__agi.c b/net/asterisk10/files/patch-res_res__agi.c deleted file mode 100644 index 2e2f3c68a5e..00000000000 --- a/net/asterisk10/files/patch-res_res__agi.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- res/res_agi.c -+++ res/res_agi.c -@@ -969,7 +969,7 @@ - - start = ast_tvnow(); - while ((ms < 0) || ast_tvdiff_ms(ast_tvnow(), start) < ms) { -- res = ast_waitfor(chan, -1); -+ res = ast_waitfor(chan, ms - ast_tvdiff_ms(ast_tvnow(), start)); - if (res < 0) { - ast_closestream(fs); - fdprintf(agi->fd, "200 result=%d (waitfor) endpos=%ld\n", res,sample_offset); |