]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5734 documentation will need to be updated to request languages instead of phrases
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 28 Aug 2013 16:25:35 +0000 (21:25 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 28 Aug 2013 16:25:35 +0000 (21:25 +0500)
src/include/switch_types.h
src/switch_xml.c

index 04bec8c27a4749a0c7269619525c4dae589d002b..006050bdc89bbd9cad37863225989a3896c15e1d 100644 (file)
@@ -538,7 +538,7 @@ typedef enum {
        SWITCH_XML_SECTION_CONFIG = (1 << 0),
        SWITCH_XML_SECTION_DIRECTORY = (1 << 1),
        SWITCH_XML_SECTION_DIALPLAN = (1 << 2),
-       SWITCH_XML_SECTION_PHRASES = (1 << 3),
+       SWITCH_XML_SECTION_LANGUAGES = (1 << 3),
        SWITCH_XML_SECTION_CHATPLAN = (1 << 4),
 
        /* Nothing after this line */
index fcb98dcb74272f75fd8232e699c3c25cc3395822..d82435dd3f7f4b6ae7f5d0b121527f610cdd28b9 100644 (file)
@@ -200,7 +200,7 @@ static struct xml_section_t SECTIONS[] = {
        {"config", SWITCH_XML_SECTION_CONFIG},
        {"directory", SWITCH_XML_SECTION_DIRECTORY},
        {"dialplan", SWITCH_XML_SECTION_DIALPLAN},
-       {"phrases", SWITCH_XML_SECTION_PHRASES},
+       {"languages", SWITCH_XML_SECTION_LANGUAGES},
        {"chatplan", SWITCH_XML_SECTION_CHATPLAN},
        {NULL, 0}
 };