FS-5734 documentation will need to be updated to request languages instead of phrases

This commit is contained in:
Anthony Minessale 2013-08-28 21:25:35 +05:00
parent b16a13c091
commit 5b8a1337d6
2 changed files with 2 additions and 2 deletions

View 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 */

View 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}
};