From: Anthony Minessale Date: Thu, 29 Mar 2012 17:13:59 +0000 (-0500) Subject: FS-4038 --resolve X-Git-Tag: v1.2-rc1~19^2^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b65f95d0f04dbf1f6efc8e913c9bb3e5166448;p=thirdparty%2Ffreeswitch.git FS-4038 --resolve --- diff --git a/src/switch_channel.c b/src/switch_channel.c index 849269399d..2e6ccf7ffd 100644 --- a/src/switch_channel.c +++ b/src/switch_channel.c @@ -1433,7 +1433,7 @@ SWITCH_DECLARE(switch_status_t) switch_channel_wait_for_flag(switch_channel_t *c return SWITCH_STATUS_FALSE; } - if (switch_channel_down_nosig(channel)) { + if (switch_channel_down(channel)) { return SWITCH_STATUS_FALSE; }