diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 20ef6860c1..55e517ffd3 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -2680,7 +2680,7 @@ conference_obj_t *conference_new(char *name, conference_xml_cfg_t cfg, switch_co if ((force_channels = switch_channel_get_variable(channel, "conference_force_channels"))) { if (!strcasecmp(force_channels, "auto")) { - force_rate_i = channels = read_impl.number_of_channels; + force_channels_i = channels = read_impl.number_of_channels; } else { tmp = atoi(force_channels);