]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove naughty operation that makes things not work
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 11 Aug 2006 01:11:16 +0000 (01:11 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 11 Aug 2006 01:11:16 +0000 (01:11 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2253 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_conference/mod_conference.c

index e7938f7b51dfcd57ee76c2edd25827a0ed35a633..3a53126d9072e427a717b981bb94c2ae63f061fa 100644 (file)
@@ -2080,7 +2080,6 @@ static switch_status_t conference_outcall(conference_obj_t *conference, switch_c
        }
 
        while ((!caller_channel || switch_channel_ready(caller_channel)) &&
-                  switch_channel_ready(peer_channel) &&
                   !switch_channel_test_flag(peer_channel, CF_ANSWERED) &&
                   !switch_channel_test_flag(peer_channel, CF_EARLY_MEDIA) &&
                   ((time(NULL) - start) < timelimit)) {