From: Anthony Minessale Date: Mon, 2 Sep 2013 17:56:58 +0000 (+0500) Subject: FS-5741 --resolve X-Git-Tag: v1.5.6~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc9815461f1f9eaaaf2892643cf97ff8e2abbabc;p=thirdparty%2Ffreeswitch.git FS-5741 --resolve --- diff --git a/src/mod/event_handlers/mod_erlang_event/mod_erlang_event.c b/src/mod/event_handlers/mod_erlang_event/mod_erlang_event.c index b6505773f1..e79013befe 100644 --- a/src/mod/event_handlers/mod_erlang_event/mod_erlang_event.c +++ b/src/mod/event_handlers/mod_erlang_event/mod_erlang_event.c @@ -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");