]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7760 #resolve
authorLuis Azedo <luis@2600hz.com>
Thu, 9 Jul 2015 19:00:28 +0000 (20:00 +0100)
committerLuis Azedo <luis@2600hz.com>
Thu, 9 Jul 2015 19:00:28 +0000 (20:00 +0100)
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

src/switch_xml.c

index 0908e5a91dc2a9368fa1081488d52ab5eac045f8..4cf4bb3ad92e48305b9dfdef54b4ed7dd6e4bf37 100644 (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}
 };