Skip to main content

Modules

About

The functionality of FreeSWITCH can be expanded through the addition of modules that perform a particular task, whether that task is simple or complex. The modules can be grouped into broad categories as tagged with labels on their individual module pages.

Configuration

Setting a module to 'critical'

If, for some reason, you need to prevent FreeSWITCH from starting at all on the failure of a specific module to load at startup then use the 'critical' attribute:

<load module="mod_really_important" critical="true"/>

If module mod_really_important fails to load then FreeSWITCH will abort.

Locating the module file in a different path

If you use commercial module mod_com_g729, you should move it into a separate folder like mod_com and set the following for your entry. This will serve to still delete the folder lib bin mod and do make install from the freeswitch folder and not lose your mod_com_g729:

<load module="mod_com_g729" path="/opt/fs/mod_com"/>

Module List

Applications

Script Languages

Codecs

Codecs Overview

Databases

Databases Overview

High Volume Systems

Event Socket Layer

Logging

Endpoints

Dialplans

Dialplans Overview

Clients

Language-related

Content by label

There is no content with the specified labels