Part 2: The Configuration System
How FreeSWITCH is configured: the XML configuration system, global variables and core settings, and how modules are loaded and managed.
. The XML Configuration System
How FreeSWITCH assembles its single XML configuration from many files: the preprocessor, include directives, variable syntax, and top-level sections.
. Global Variables and Core Settings
Global preprocessor variables in vars.xml and the core runtime parameters in switch.conf.xml, documented field by field.
. Module Loading and Management
How FreeSWITCH selects modules to load at startup, the early and late load files, and how to load, unload, and reload modules from the console.