This commit is contained in:
Anthony Minessale 2012-07-11 16:03:56 -05:00
parent abbe8d5a0d
commit 9cad51b74b
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}