1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-22 15:32:03 +00:00

FS-5741 --resolve

This commit is contained in:
Anthony Minessale 2013-09-02 22:56:58 +05:00
parent 6a272a5529
commit dc9815461f

@ -1737,7 +1737,7 @@ SWITCH_STANDARD_API(erlang_cmd)
stream->write_function(stream, "directory\n");
} else if (ptr->section == SWITCH_XML_SECTION_DIALPLAN) {
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");
} else if (ptr->section == SWITCH_XML_SECTION_CHATPLAN) {
stream->write_function(stream, "chatplan\n");