mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12: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)
This commit is contained in:
committed by
Luis Azedo
parent
b6a6cde728
commit
b2b9555d34
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user