bridge_softmix_binaural: Show state in menuselect.

ASTERISK-28819

Change-Id: Iba7ee7bc7936d7a156171c8fc0f1670e864e7600
This commit is contained in:
Alexander Traud 2020-04-09 15:25:24 +02:00 committed by George Joseph
parent b4edb063e5
commit 375a578ef1
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ static int process_xml_member_node(xmlNode *node, struct category *cat)
process_process_xml_category_child_node(cur, mem);
}
if (!cat->positive_output && strcasecmp(mem->support_level, "option")) {
if (!cat->positive_output) {
mem->enabled = 1;
if (!mem->defaultenabled || strcasecmp(mem->defaultenabled, "no")) {
mem->was_enabled = 1;