]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix ignore_early_media=ring_ready
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 22 Dec 2010 21:53:11 +0000 (15:53 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 22 Dec 2010 21:53:24 +0000 (15:53 -0600)
src/switch_ivr_originate.c

index 51032dec60ebb80e614ce6cade7ffa2d9d5b418b..26d8374f9a644631e854b71ef974f06f5088545e 100644 (file)
@@ -488,7 +488,7 @@ static uint8_t check_channel_status(originate_global_t *oglobals, originate_stat
                                pindex = (uint32_t) i;
                        } else if (!oglobals->sent_ring && oglobals->ignore_early_media == 2 && len == 1 && caller_channel && !oglobals->ignore_ring_ready) {
                                switch_channel_pass_callee_id(originate_status[0].peer_channel, caller_channel);
-                               //switch_channel_ring_ready(caller_channel);
+                               switch_channel_ring_ready(caller_channel);
                                oglobals->sent_ring = 1;
                        }