1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-07 02:39:20 +00:00

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 9760f183fe
commit 66170be9d8
2 changed files with 2 additions and 2 deletions

@ -537,7 +537,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 */

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