]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5741 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 2 Sep 2013 17:56:58 +0000 (22:56 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 2 Sep 2013 17:56:58 +0000 (22:56 +0500)
src/mod/event_handlers/mod_erlang_event/mod_erlang_event.c

index b6505773f1e90495e898da7671fde6e203258241..e79013befed68d61b7cb78fed9ded4381090b2ba 100644 (file)
@@ -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");