mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
remove unneeded line
This commit is contained in:
parent
8c3651fa66
commit
05e9d3477b
@ -1404,7 +1404,6 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v
|
||||
|
||||
if (switch_test_flag(conference, CFLAG_OUTCALL)) {
|
||||
conference->cancel_cause = SWITCH_CAUSE_ORIGINATOR_CANCEL;
|
||||
switch_yield(2000000);
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Ending pending outcall channels for Conference: '%s'\n", conference->name);
|
||||
while(conference->originating) {
|
||||
switch_yield(200000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user