mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
flip not
This commit is contained in:
@@ -1152,7 +1152,7 @@ SWITCH_STANDARD_APP(answer_function)
|
||||
}
|
||||
|
||||
if (!zstr(arg)) {
|
||||
if (!switch_stristr("is_conference", arg)) {
|
||||
if (switch_stristr("is_conference", arg)) {
|
||||
switch_channel_set_flag(channel, CF_CONFERENCE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user