mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
bridge_softmix_binaural: Show state in menuselect.
ASTERISK-28819 Change-Id: Iba7ee7bc7936d7a156171c8fc0f1670e864e7600
This commit is contained in:
committed by
George Joseph
parent
7cdb493a1e
commit
7febd22304
@@ -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;
|
||||
|
Reference in New Issue
Block a user