FS-7760 #resolve

added xml fetch for channels to externally support nightmare transfer
depends on channel-xml-fetch-on-nightmare-transfer profile param (default is disabled)

fixes missing entry in switch_xml.c to enable the xml binding
This commit is contained in:
Luis Azedo 2015-07-09 20:00:28 +01:00
parent 637f0695d3
commit 4dc7b3b246
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ static struct xml_section_t SECTIONS[] = {
{"dialplan", SWITCH_XML_SECTION_DIALPLAN},
{"languages", SWITCH_XML_SECTION_LANGUAGES},
{"chatplan", SWITCH_XML_SECTION_CHATPLAN},
{"channels", SWITCH_XML_SECTION_CHANNELS},
{NULL, 0}
};