mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-28 21:23:44 +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)) {
|
if (switch_test_flag(conference, CFLAG_OUTCALL)) {
|
||||||
conference->cancel_cause = SWITCH_CAUSE_ORIGINATOR_CANCEL;
|
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);
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Ending pending outcall channels for Conference: '%s'\n", conference->name);
|
||||||
while(conference->originating) {
|
while(conference->originating) {
|
||||||
switch_yield(200000);
|
switch_yield(200000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user