fix group_confirm regression from svn r12403
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12616 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9f2117d7a7
commit
c0d1ce2477
|
@ -178,7 +178,7 @@ static void *SWITCH_THREAD_FUNC collect_thread_run(switch_thread_t *thread, void
|
|||
goto wbreak;
|
||||
}
|
||||
|
||||
if (switch_channel_up(channel)) {
|
||||
if (!switch_channel_up(channel)) {
|
||||
switch_channel_hangup(channel, SWITCH_CAUSE_DESTINATION_OUT_OF_ORDER);
|
||||
goto wbreak;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue