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)
This commit is contained in:
karl anderson
2015-04-02 19:10:53 -04:00
committed by Luis Azedo
parent b6a6cde728
commit b2b9555d34
3 changed files with 44 additions and 6 deletions
+2 -2
View File
@@ -588,9 +588,9 @@ typedef enum {
SWITCH_XML_SECTION_DIALPLAN = (1 << 2),
SWITCH_XML_SECTION_LANGUAGES = (1 << 3),
SWITCH_XML_SECTION_CHATPLAN = (1 << 4),
SWITCH_XML_SECTION_CHANNELS = (1 << 5),
/* Nothing after this line */
SWITCH_XML_SECTION_MAX = (1 << 4)
SWITCH_XML_SECTION_MAX = (1 << 5)
} switch_xml_section_enum_t;
typedef uint32_t switch_xml_section_t;