From: Anthony Minessale Date: Wed, 4 Apr 2012 22:20:17 +0000 (-0500) Subject: FS-4038 --resolve X-Git-Tag: v1.2-rc1~17^2~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df8d2f1ecd33f4d06af1082dfe537bfd2ca5fdd5;p=thirdparty%2Ffreeswitch.git FS-4038 --resolve --- diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 955f7b50d6..1814fb70e4 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -1556,7 +1556,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_nomedia(const char *uuid, switch_medi } switch_core_session_receive_message(other_session, &msg); switch_channel_wait_for_flag(other_channel, CF_REQ_MEDIA, SWITCH_FALSE, 10000, NULL); - switch_channel_wait_for_flag(other_channel, CF_MEDIA_ACK, SWITCH_TRUE, 10000, NULL); + //switch_channel_wait_for_flag(other_channel, CF_MEDIA_ACK, SWITCH_TRUE, 10000, NULL); switch_channel_wait_for_flag(other_channel, CF_MEDIA_SET, SWITCH_TRUE, 10000, NULL); }