]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4038 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 4 Apr 2012 22:20:17 +0000 (17:20 -0500)
committerroot <root@taz.bkw.org>
Wed, 4 Apr 2012 22:20:17 +0000 (17:20 -0500)
src/switch_ivr.c

index 955f7b50d67783512b1dd037a28f2dc4433cd01f..1814fb70e459a7ed6136a15cc338232789880b58 100644 (file)
@@ -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);
                        }