| SIP Express Router v0.8.8 - Developer's Guide | ||
|---|---|---|
| <<< Previous | The Server Startup | Next >>> | 
Modules can be either loaded dynamically at runtime or compiled in statically. When a module is loaded at runtime, it is registered [1] immediatelly with the core. When the module is compiled in statically, the registration[1] must be performed during the server startup. Function register_buildin_modules does the job.
| [1] | Module registration is a process when the core tries to find what functions and parameters are offered by the module. | 
| <<< Previous | Home | Next >>> | 
| FIFO Initialization | Up | Server Configuration |