]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
bridge_softmix_binaural: Show state in menuselect.
authorAlexander Traud <pabstraud@compuserve.com>
Thu, 9 Apr 2020 13:25:24 +0000 (15:25 +0200)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 13 Apr 2020 15:30:12 +0000 (10:30 -0500)
ASTERISK-28819

Change-Id: Iba7ee7bc7936d7a156171c8fc0f1670e864e7600

menuselect/menuselect.c

index 83f6098dc2f055bb71c299cf7c5e9f524238c202..908b2ea8955ff37a1ad11b4346c5ca8746cd850e 100644 (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;