From 736bb7c6dc41bb4a05a92affc8447f483ac847c9 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Mon, 7 Apr 2003 18:45:53 +0000 Subject: Fix phone crash git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@768 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_phone.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'channels/chan_phone.c') diff --git a/channels/chan_phone.c b/channels/chan_phone.c index b0a54443a..9ca5a452b 100755 --- a/channels/chan_phone.c +++ b/channels/chan_phone.c @@ -584,6 +584,8 @@ static int phone_write(struct ast_channel *ast, struct ast_frame *frame) expected=4; } else { res = phone_write_buf(p, pos, expected, maxfr); + if (res > 0) + res = 0; } if (res != expected) { if (errno != EAGAIN) { -- cgit v1.2.3