mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 12:18:18 +00:00
flip not
This commit is contained in:
parent
abbe8d5a0d
commit
9cad51b74b
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user