FS-5741 --resolve
This commit is contained in:
parent
511549cf6d
commit
9fa2079d63
|
@ -1737,7 +1737,7 @@ SWITCH_STANDARD_API(erlang_cmd)
|
||||||
stream->write_function(stream, "directory\n");
|
stream->write_function(stream, "directory\n");
|
||||||
} else if (ptr->section == SWITCH_XML_SECTION_DIALPLAN) {
|
} else if (ptr->section == SWITCH_XML_SECTION_DIALPLAN) {
|
||||||
stream->write_function(stream, "dialplan\n");
|
stream->write_function(stream, "dialplan\n");
|
||||||
} else if (ptr->section == SWITCH_XML_SECTION_PHRASES) {
|
} else if (ptr->section == SWITCH_XML_SECTION_LANGUAGES) {
|
||||||
stream->write_function(stream, "phrases\n");
|
stream->write_function(stream, "phrases\n");
|
||||||
} else if (ptr->section == SWITCH_XML_SECTION_CHATPLAN) {
|
} else if (ptr->section == SWITCH_XML_SECTION_CHATPLAN) {
|
||||||
stream->write_function(stream, "chatplan\n");
|
stream->write_function(stream, "chatplan\n");
|
||||||
|
|
Loading…
Reference in New Issue