mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 17:51:03 +00:00
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:
parent
637f0695d3
commit
4dc7b3b246
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user