From: Luis Azedo Date: Thu, 9 Jul 2015 19:00:28 +0000 (+0100) Subject: FS-7760 #resolve X-Git-Tag: v1.6.2~306^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dc7b3b246c273706e24ee62a3b2fd75b4e4cbff;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/src/switch_xml.c b/src/switch_xml.c index 0908e5a91d..4cf4bb3ad9 100644 --- a/src/switch_xml.c +++ b/src/switch_xml.c @@ -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} };