From: Anthony Minessale Date: Fri, 3 Feb 2012 17:21:40 +0000 (-0600) Subject: FS-3858 --resolve there we go that's the detail we needed X-Git-Tag: v1.2-rc1~19^2^2~68^2~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=451e3eaa1fba7f84a877e10314381552df332ece;p=thirdparty%2Ffreeswitch.git FS-3858 --resolve there we go that's the detail we needed --- diff --git a/src/switch_core_media_bug.c b/src/switch_core_media_bug.c index cffeb0e2b9..b8e84661a0 100644 --- a/src/switch_core_media_bug.c +++ b/src/switch_core_media_bug.c @@ -332,7 +332,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_read(switch_media_bug_t *b } if (fill_read || fill_write) { - return SWITCH_STATUS_FALSE; + return SWITCH_STATUS_BREAK; } return SWITCH_STATUS_SUCCESS;